mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-211
This commit is contained in:
@@ -8250,7 +8250,12 @@ ins_bs(c, mode, inserted_space_p)
|
||||
#endif
|
||||
mincol = 0;
|
||||
/* keep indent */
|
||||
if (mode == BACKSPACE_LINE && curbuf->b_p_ai
|
||||
if (mode == BACKSPACE_LINE
|
||||
&& (curbuf->b_p_ai
|
||||
#ifdef FEAT_CINDENT
|
||||
|| cindent_on()
|
||||
#endif
|
||||
)
|
||||
#ifdef FEAT_RIGHTLEFT
|
||||
&& !revins_on
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user