aboutsummaryrefslogtreecommitdiff
path: root/scripts/genvimvim.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-08-22 04:51:32 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-08-22 15:39:14 -0400
commit46475a102123e6abcd7954fd9f710b8295a852f7 (patch)
tree92cee9df85ea9d638d80487dd1129a2553bf3a7f /scripts/genvimvim.lua
parent2f2e729899f388bfcda89893a645620058c26520 (diff)
downloadrneovim-46475a102123e6abcd7954fd9f710b8295a852f7.tar.gz
rneovim-46475a102123e6abcd7954fd9f710b8295a852f7.tar.bz2
rneovim-46475a102123e6abcd7954fd9f710b8295a852f7.zip
release.sh: Touch NVIM_VERSION_PATCH, show obnoxious message.
git-log-pretty-since.sh: fix bug
Diffstat (limited to 'scripts/genvimvim.lua')
-rw-r--r--scripts/genvimvim.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genvimvim.lua b/scripts/genvimvim.lua
index 2a82181841..667af7be6c 100644
--- a/scripts/genvimvim.lua
+++ b/scripts/genvimvim.lua
@@ -1,5 +1,5 @@
if arg[1] == '--help' then
- print('Usage: genoptions.lua src/nvim runtime/syntax/vim/generated.vim')
+ print('Usage: lua genvimvim.lua src/nvim runtime/syntax/vim/generated.vim')
os.exit(0)
end