Home
last modified time | relevance | path

Searched refs:P_NODUP (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h418 {"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 Doption.h46 #define P_NODUP 0x20000L // don't allow duplicate strings macro
H A Doption.c1960 if (removing || (flags & P_NODUP)) in do_set()
/vim-8.2.3635/src/testdir/
H A Dtest_options.vim614 " 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 Dversion6.txt8927 Solution: Add P_COMMA and P_NODUP flags. (Haakon Riiser)
H A Dversion8.txt35288 Solution: Add the P_NODUP flag. (Tom Ryder)
46163 Solution: use flags P_ONECOMMA and P_NODUP. (Dmitri Vereshchagin,