Searched refs:EX_LOCK_OK (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.h | 334 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 358 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 400 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 565 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 571 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 634 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 742 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 766 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, 922 EX_CMDWIN|EX_LOCK_OK, 1033 EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK, [all …]
|
| H A D | ex_docmd.c | 2148 if (text_locked() && !(ea.argt & EX_LOCK_OK)) in do_one_cmd() 2160 if (!(ea.argt & (EX_CMDWIN | EX_LOCK_OK)) in do_one_cmd()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 49511 Solution: Add EX_LOCK_OK to :import and :export. (closes #6606) 49542 Solution: Allow commands with the EX_LOCK_OK flag. (closes #6636)
|