vim-patch:7.4.749

Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution:   Add the P_ONECOMMA flag.

0e7c4b99c6
This commit is contained in:
watiko
2016-02-09 11:51:00 +09:00
parent cb5ee26540
commit c90c47072f
4 changed files with 83 additions and 79 deletions

View File

@@ -39,6 +39,7 @@ local redraw_flags={
local list_flags={
comma='P_COMMA',
onecomma='P_ONECOMMA',
flags='P_FLAGLIST',
flagscomma='P_COMMA|P_FLAGLIST',
}