Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 25 of 47) sorted by relevance

12

/vim-8.2.3635/runtime/doc/
H A Dmotion.txt142 |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 Dvisual.txt43 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 Dblob.c288 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 Dlist.c1151 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 Deval.c4174 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 Dtest_textobjects.vim47 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 Dtest_gn.vim168 " with exclusive selection, run gn and gN
169 set selection=exclusive
H A Dtest_behave.vim8 call assert_equal('exclusive', &selection)
H A Dtest_visual.vim177 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 Dtest_listlbr_utf8.vim165 call s:test_windows('setl selection=exclusive')
H A Dtest_termcodes.vim933 " 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 Diss.vim95 syn keyword issComponentsFlags dontinheritcheck exclusive fixed restart disablenouninstallwarning
101 syn keyword issTasksFlags checkedonce dontinheritcheck exclusive restart unchecked
H A Desqlc.vim25 syntax keyword esqlcKeyword desc exclusive file from group
H A Dsqlj.vim27 syn keyword sqljKeyword desc else exclusive file for from group
H A Dprogress.vim66 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 Dsqlforms.vim82 syntax keyword sqlKeyword desc exclusive file for from group
H A Dsqloracle.vim29 syn keyword sqlKeyword else elsif end exception exclusive file for from
H A Dwinbatch.vim78 syn keyword winbatchImplicit envpathdel envsetvar errormode exclusive execute exetypeinfo
H A Dlisp.vim176 syn keyword lispFunc boundp ldiff set-exclusive-or
327 syn keyword lispFunc documentation nset-exclusive-or type-error-datum
H A Dasm68k.vim218 syn match asm68kOperator "!!" " exclusive or
/vim-8.2.3635/src/proto/
H A Dvim9execute.pro5 char_u *string_slice(char_u *str, varnumber_T first, varnumber_T last, int exclusive);
H A Dblob.pro17 int blob_slice_or_index(blob_T *blob, int is_range, varnumber_T n1, varnumber_T n2, int exclusive, …
H A Dlist.pro41 …ex(list_T *list, int range, varnumber_T n1_arg, varnumber_T n2_arg, int exclusive, typval_T *rettv…
H A Deval.pro46 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 Dphpcomplete.vim2820exclusive [, bool $with_comments [, array $xpath [, array $ns_prefixes]]]] | string','return_type'…

12