| /vim-8.2.3635/runtime/doc/ |
| H A D | motion.txt | 142 |exclusive|. 144 inclusive/exclusive. This can be used to make an exclusive 286 {char} |exclusive|. 1236 |exclusive| motion. 1239 |exclusive| motion. 1242 |exclusive| motion. 1245 |exclusive| motion. 1303 |exclusive| motion. 1307 |exclusive| motion. 1315 |exclusive| motion. [all …]
|
| H A D | visual.txt | 43 However, when the 'selection' option is set to "exclusive" and the cursor is 72 'selection' is not "exclusive".
|
| /vim-8.2.3635/src/ |
| H A D | blob.c | 288 int exclusive, in blob_slice_or_index() argument 306 n2 = len - (exclusive ? 0 : 1); in blob_slice_or_index() 307 if (exclusive) in blob_slice_or_index()
|
| H A D | list.c | 1151 int exclusive, in list_slice_or_index() argument 1185 n2 = len - (exclusive ? 0 : 1); in list_slice_or_index() 1186 if (exclusive) in list_slice_or_index()
|
| H A D | eval.c | 4174 int exclusive, in eval_index_inner() argument 4221 if (in_vim9script() || exclusive) in eval_index_inner() 4224 s = string_slice(s, n1, n2, exclusive); in eval_index_inner() 4265 exclusive, rettv); in eval_index_inner() 4274 is_range, n1, n2, exclusive, rettv, verbose) == FAIL) in eval_index_inner()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textobjects.vim | 47 set selection=exclusive 66 set selection=exclusive 417 " visually selecting a tab before a word with 'selection' set to 'exclusive' 418 set selection=exclusive 549 " visually selecting a quote with 'selection' set to 'exclusive' 551 set selection=exclusive
|
| H A D | test_gn.vim | 168 " with exclusive selection, run gn and gN 169 set selection=exclusive
|
| H A D | test_behave.vim | 8 call assert_equal('exclusive', &selection)
|
| H A D | test_visual.vim | 177 set selection=exclusive 713 " gv with exclusive selection after an operation 715 set selection=exclusive 719 " gv with exclusive selection without an operation 722 set selection=exclusive 1068 " Test for changing text in visual mode with 'exclusive' selection 1072 set selection=exclusive
|
| H A D | test_listlbr_utf8.vim | 165 call s:test_windows('setl selection=exclusive')
|
| H A D | test_termcodes.vim | 933 " Double-click on a word with exclusive selection 934 set selection=exclusive 943 " Double click to select a block of text with exclusive selection
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | iss.vim | 95 syn keyword issComponentsFlags dontinheritcheck exclusive fixed restart disablenouninstallwarning 101 syn keyword issTasksFlags checkedonce dontinheritcheck exclusive restart unchecked
|
| H A D | esqlc.vim | 25 syntax keyword esqlcKeyword desc exclusive file from group
|
| H A D | sqlj.vim | 27 syn keyword sqljKeyword desc else exclusive file for from group
|
| H A D | progress.vim | 66 syn keyword ProgressReserved etime event-procedure except exclusive[-lock] exclusive-web[-user] exi… 170 …or-stack-trace error-string event-group-id event-procedure-context event-t[ype] events exclusive-id 194 syn keyword ProgressOperator implements import-node import-principal in-handle increment-exclusive-…
|
| H A D | sqlforms.vim | 82 syntax keyword sqlKeyword desc exclusive file for from group
|
| H A D | sqloracle.vim | 29 syn keyword sqlKeyword else elsif end exception exclusive file for from
|
| H A D | winbatch.vim | 78 syn keyword winbatchImplicit envpathdel envsetvar errormode exclusive execute exetypeinfo
|
| H A D | lisp.vim | 176 syn keyword lispFunc boundp ldiff set-exclusive-or 327 syn keyword lispFunc documentation nset-exclusive-or type-error-datum
|
| H A D | asm68k.vim | 218 syn match asm68kOperator "!!" " exclusive or
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9execute.pro | 5 char_u *string_slice(char_u *str, varnumber_T first, varnumber_T last, int exclusive);
|
| H A D | blob.pro | 17 int blob_slice_or_index(blob_T *blob, int is_range, varnumber_T n1, varnumber_T n2, int exclusive, …
|
| H A D | list.pro | 41 …ex(list_T *list, int range, varnumber_T n1_arg, varnumber_T n2_arg, int exclusive, typval_T *rettv…
|
| H A D | eval.pro | 46 int eval_index_inner(typval_T *rettv, int is_range, typval_T *var1, typval_T *var2, int exclusive, …
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2820 …exclusive [, bool $with_comments [, array $xpath [, array $ns_prefixes]]]] | string','return_type'…
|