| /vim-8.2.3635/src/ |
| H A D | textobject.c | 688 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 D | normal.c | 4059 && !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 D | ops.c | 651 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 D | mouse.c | 678 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 D | register.c | 1178 && !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 D | ex_eval.c | 2345 int inclusive) in cleanup_conditionals() argument 2423 if (searched_cond == 0 && !inclusive) in cleanup_conditionals() 2436 if (!inclusive) in cleanup_conditionals()
|
| H A D | search.c | 1569 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 D | mark.c | 347 if (findpar(&oa.inclusive, in getmark_buf_fnum()
|
| H A D | structs.h | 3813 int inclusive; // TRUE if char motion is inclusive (only member
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | motion.txt | 81 *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 D | textprop.txt | 132 end_lnum line number for the end of text (inclusive) 197 {lnum} to {lnum-end} (inclusive). 263 {lnum} to {lnum-end} (inclusive).
|
| H A D | usr_04.txt | 58 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 D | if_mzsch.txt | 206 and {end} are 1-based and inclusive.
|
| H A D | usr_27.txt | 275 numbers. The item before it will be matched "n" to "m" times |inclusive|.
|
| H A D | windows.txt | 1161 |inclusive|. 1193 |inclusive|.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_behave.vim | 14 call assert_equal('inclusive', &selection)
|
| H A D | test_wordcount.vim | 6 set selection=inclusive fileformat=unix fileformats=unix
|
| H A D | test_textobjects.vim | 421 " visually selecting a tab before a word with 'selection' set to 'inclusive' 422 set selection=inclusive
|
| H A D | gen_opt_test.vim | 129 \ 'selection': [['old', 'inclusive'], ['', 'xxx']],
|
| /vim-8.2.3635/src/proto/ |
| H A D | mouse.pro | 13 int jump_to_mouse(int flags, int *inclusive, int which_button);
|
| H A D | ex_eval.pro | 35 int cleanup_conditionals(cstack_T *cstack, int searched_cond, int inclusive);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ibasic.vim | 50 " is the most inclusive of the tests. Later on we change
|
| H A D | freebasic.vim | 137 " is the most inclusive of the tests. Later on we change
|
| H A D | ora.vim | 323 "up to 7.2 (inclusive)
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 216 if &selection isnot# 'inclusive' && a:mode == 'v' 217 " move cursor one pos to the right, because selection is not inclusive
|