Skip to content

Create VimlParser vital-module #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update scripts/update_builtin_commands.vim
  • Loading branch information
haya14busa committed Nov 25, 2017
commit 048634f44c83a92508181907e06a564c8eaa7691
4 changes: 2 additions & 2 deletions scripts/update_builtin_commands.vim
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ function! g:VimLParserNewCmds(ex_cmds_h) abort
let new_cmds = s:gen_new_builtin(vimlparser#import().VimLParser.builtin_commands, latest)
let generated_text = s:gen_viml(new_cmds)
if generated_text == ''
verbose echo 's:VimLParser.builtin_commands in autoload/vimlparser.vim is up-to-date.'
verbose echo 's:VimLParser.builtin_commands is up-to-date.'
else
verbose echo "Append following lines to s:VimLParser.builtin_commands in autoload/vimlparser.vim\n"
verbose echo "Append following lines to s:VimLParser.builtin_commands\n"
verbose echo generated_text
endif
endfunction
Expand Down