release.sh: Touch NVIM_VERSION_PATCH, show obnoxious message.

git-log-pretty-since.sh: fix bug
This commit is contained in:
Justin M. Keyes
2016-08-22 04:51:32 -04:00
parent 2f2e729899
commit 46475a1021
4 changed files with 7 additions and 3 deletions

View File

@@ -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