diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-11 03:45:08 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-11 03:45:08 -0500 |
commit | adb73b60256048cf36a53d6ff714ca9e7c6134bd (patch) | |
tree | 312e0cd1b8a9758b43dad3fd1fc0c099321124a0 /scripts/genoptions.lua | |
parent | 63d750f310539edc94b3193b9142eb784518a25a (diff) | |
parent | 69e5427be170d98a413edb1e191254f84d8642f6 (diff) | |
download | rneovim-adb73b60256048cf36a53d6ff714ca9e7c6134bd.tar.gz rneovim-adb73b60256048cf36a53d6ff714ca9e7c6134bd.tar.bz2 rneovim-adb73b60256048cf36a53d6ff714ca9e7c6134bd.zip |
Merge pull request #4204 from watiko/vim-7.4.915
vim-patch:7.4.{749,915}
Diffstat (limited to 'scripts/genoptions.lua')
-rw-r--r-- | scripts/genoptions.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genoptions.lua b/scripts/genoptions.lua index 2859ca1795..da53d010bd 100644 --- a/scripts/genoptions.lua +++ b/scripts/genoptions.lua @@ -39,6 +39,7 @@ local redraw_flags={ local list_flags={ comma='P_COMMA', + onecomma='P_ONECOMMA', flags='P_FLAGLIST', flagscomma='P_COMMA|P_FLAGLIST', } |