Home
last modified time | relevance | path

Searched refs:inserted_space (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c144 int inserted_space = FALSE; // just inserted a space in edit() local
906 inserted_space = FALSE; in edit()
912 inserted_space = FALSE; in edit()
948 inserted_space = FALSE; in edit()
959 did_backspace = ins_bs(c, BACKSPACE_CHAR, &inserted_space); in edit()
976 did_backspace = ins_bs(c, BACKSPACE_WORD, &inserted_space); in edit()
988 inserted_space = FALSE; in edit()
1171 inserted_space = FALSE; in edit()
1216 inserted_space = FALSE; in edit()
1343 inserted_space = TRUE; in edit()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5649 Solution: Reset inserted_space much more often in edit().