Home
last modified time | relevance | path

Searched refs:inclusive (Results 1 – 25 of 49) sorted by relevance

12

/vim-8.2.3635/src/
H A Dtextobject.c688 int inclusive = TRUE; in current_word() local
758 inclusive = TRUE; in current_word()
795 inclusive = FALSE; in current_word()
844 oap->inclusive = inclusive; in current_word()
1019 oap->inclusive = TRUE; in current_sent()
1021 oap->inclusive = FALSE; in current_sent()
1175 oap->inclusive = FALSE; in current_block()
1180 oap->inclusive = TRUE; in current_block()
1724 int inclusive = FALSE; in current_quote() local
1938 inclusive = TRUE; in current_quote()
[all …]
H A Dnormal.c4059 && !cap->oap->inclusive in nv_right()
4322 cap->oap->inclusive = TRUE; in nv_dollar()
4809 cap->oap->inclusive = TRUE; in nv_percent()
6064 oap->inclusive = FALSE; in nv_g_cmd()
6100 oap->inclusive = FALSE; in nv_g_cmd()
6117 cap->oap->inclusive = TRUE; in nv_g_cmd()
6146 oap->inclusive = TRUE; in nv_g_cmd()
6228 oap->inclusive = TRUE; in nv_g_cmd()
6765 cap->oap->inclusive = TRUE; in nv_wordcmd()
6816 oap->inclusive = TRUE; in adjust_cursor()
[all …]
H A Dops.c651 ptr += oap->inclusive; in op_delete()
978 if (oap->inclusive) in mb_adjust_opend()
1157 else if (!oap->inclusive) in op_replace()
1290 else if (!oap->inclusive) in op_tilde()
2301 + oap->inclusive; in block_prep()
3517 oap->inclusive = FALSE; in do_pending_operator()
3520 oap->inclusive = !oap->inclusive; in do_pending_operator()
3793 oap->inclusive = TRUE; in do_pending_operator()
3859 && (!oap->inclusive in do_pending_operator()
3889 && oap->inclusive == FALSE in do_pending_operator()
[all …]
H A Dmouse.c678 oap == NULL ? NULL : &(oap->inclusive), which_button); in do_mouse()
1496 int *inclusive, // used for inclusive operator, can be NULL in jump_to_mouse() argument
1979 if (inclusive != NULL) in jump_to_mouse()
1980 *inclusive = TRUE; in jump_to_mouse()
1983 else if (inclusive != NULL) in jump_to_mouse()
1984 *inclusive = FALSE; in jump_to_mouse()
H A Dregister.c1178 && !oap->inclusive in op_yank()
1276 - oap->start.coladd + oap->inclusive; in op_yank()
1282 + oap->inclusive; in op_yank()
1283 endcol -= oap->inclusive; in op_yank()
1293 bd.textlen = endcol - startcol + oap->inclusive; in op_yank()
H A Dex_eval.c2345 int inclusive) in cleanup_conditionals() argument
2423 if (searched_cond == 0 && !inclusive) in cleanup_conditionals()
2436 if (!inclusive) in cleanup_conditionals()
H A Dsearch.c1569 oap->inclusive = TRUE; // 'e' includes last character in do_search()
1808 cap->oap->inclusive = FALSE; in searchc()
1810 cap->oap->inclusive = TRUE; in searchc()
H A Dmark.c347 if (findpar(&oa.inclusive, in getmark_buf_fnum()
H A Dstructs.h3813 int inclusive; // TRUE if char motion is inclusive (only member
/vim-8.2.3635/runtime/doc/
H A Dmotion.txt81 *exclusive* *inclusive*
82 A character motion is either inclusive or exclusive. When inclusive, the
145 motion inclusive and an inclusive motion exclusive.
203 |inclusive| motion. If a count of 2 or larger is
214 [count - 1] lines downward |inclusive|.
264 cursor is placed on {char} |inclusive|.
280 {char} |inclusive|.
340 character |inclusive|.
391 e Forward to the end of word [count] |inclusive|.
395 E Forward to the end of WORD [count] |inclusive|.
[all …]
H A Dtextprop.txt132 end_lnum line number for the end of text (inclusive)
197 {lnum} to {lnum-end} (inclusive).
263 {lnum} to {lnum-end} (inclusive).
H A Dusr_04.txt58 when the character isn't included and "inclusive" when it is.
61 cursor to the end of the line. This is an inclusive motion, thus the last
H A Dif_mzsch.txt206 and {end} are 1-based and inclusive.
H A Dusr_27.txt275 numbers. The item before it will be matched "n" to "m" times |inclusive|.
H A Dwindows.txt1161 |inclusive|.
1193 |inclusive|.
/vim-8.2.3635/src/testdir/
H A Dtest_behave.vim14 call assert_equal('inclusive', &selection)
H A Dtest_wordcount.vim6 set selection=inclusive fileformat=unix fileformats=unix
H A Dtest_textobjects.vim421 " visually selecting a tab before a word with 'selection' set to 'inclusive'
422 set selection=inclusive
H A Dgen_opt_test.vim129 \ 'selection': [['old', 'inclusive'], ['', 'xxx']],
/vim-8.2.3635/src/proto/
H A Dmouse.pro13 int jump_to_mouse(int flags, int *inclusive, int which_button);
H A Dex_eval.pro35 int cleanup_conditionals(cstack_T *cstack, int searched_cond, int inclusive);
/vim-8.2.3635/runtime/syntax/
H A Dibasic.vim50 " is the most inclusive of the tests. Later on we change
H A Dfreebasic.vim137 " is the most inclusive of the tests. Later on we change
H A Dora.vim323 "up to 7.2 (inclusive)
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim216 if &selection isnot# 'inclusive' && a:mode == 'v'
217 " move cursor one pos to the right, because selection is not inclusive

12