Home
last modified time | relevance | path

Searched refs:dec_cursor (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c549 dec_cursor(); // overshot - one char backward in end_word()
575 if ((i = dec_cursor()) == -1) in bckend_word()
586 if ((i = dec_cursor()) == -1 || (eol && i == 1)) in bckend_word()
631 dec_cursor(); in back_in_line()
696 dec_cursor(); in current_word()
1318 if (dec_cursor() < 0) in current_tagblock()
1320 dec_cursor(); in current_tagblock()
1409 dec_cursor(); in current_tagblock()
1748 dec_cursor(); in current_quote()
1945 dec_cursor(); in current_quote()
[all …]
H A Dtextformat.c152 dec_cursor(); in internal_format()
180 dec_cursor(); in internal_format()
231 dec_cursor(); in internal_format()
298 dec_cursor(); in internal_format()
648 dec_cursor(); in auto_format()
652 dec_cursor(); in auto_format()
743 dec_cursor(); in check_auto_format()
1104 dec_cursor(); in format_lines()
H A Dedit.c2453 dec_cursor(); in stop_insert()
3092 dec_cursor(); in replace_pop_ins()
3940 dec_cursor(); in ins_bs_one()
4065 dec_cursor(); in ins_bs()
4095 dec_cursor(); in ins_bs()
4136 dec_cursor(); in ins_bs()
4185 dec_cursor(); in ins_bs()
4249 dec_cursor(); in ins_bs()
4276 dec_cursor(); in ins_bs()
H A Dops.c998 dec_cursor(); in replace_character()
1835 dec_cursor(); in adjust_cursor_eol()
H A Dsearch.c2970 dec_cursor(); in current_search()
3067 dec_cursor(); in current_search()
H A Dmisc2.c387 dec_cursor(void) in dec_cursor() function
H A Dinsexpand.c2084 dec_cursor(); in ins_compl_prep()
H A Dnormal.c4623 if ((findc == '{' ? dec_cursor() : inc_cursor()) < 0) in nv_brackets()
/vim-8.2.3635/src/proto/
H A Dmisc2.pro11 int dec_cursor(void);
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt3991 Solution: Use dec_cursor() instead of decrementing the column number.
H A Dversion7.txt4312 Solution: Don't decrement the cursor column, use dec_cursor(). (Yukihiro