Searched refs:P_NODUP (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 418 {"backupcopy", "bkc", P_STRING|P_VIM|P_ONECOMMA|P_NODUP, 427 |P_NODUP|P_SECURE, 487 {"belloff", "bo", P_STRING|P_VI_DEF|P_COMMA|P_NODUP, 518 |P_ONECOMMA|P_NODUP, 647 |P_NODUP|P_CURSWANT, 700 {"completepopup", "cpp", P_STRING|P_VI_DEF|P_COMMA|P_NODUP, 856 |P_NODUP, 874 |P_NODUP|P_SECURE, 950 {"fileformats", "ffs", P_STRING|P_VIM|P_ONECOMMA|P_NODUP, 1044 P_RWIN|P_ONECOMMA|P_NODUP, [all …]
|
| H A D | option.h | 46 #define P_NODUP 0x20000L // don't allow duplicate strings macro
|
| H A D | option.c | 1960 if (removing || (flags & P_NODUP)) in do_set()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_options.vim | 614 " P_NODUP). Run this in a separate instance and write v:errors in a file, 642 " Duplicates should be filtered out (option has P_NODUP)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 8927 Solution: Add P_COMMA and P_NODUP flags. (Haakon Riiser)
|
| H A D | version8.txt | 35288 Solution: Add the P_NODUP flag. (Tom Ryder) 46163 Solution: use flags P_ONECOMMA and P_NODUP. (Dmitri Vereshchagin,
|