forked from aniani/vim
patch 9.0.0222: no good reason why text objects are only in larger builds
Problem: No good reason why text objects are only in larger builds. Solution: Graduate +textobjects.
This commit is contained in:
@@ -650,7 +650,6 @@ check_visual_pos(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(FEAT_TEXTOBJ) || defined(PROTO)
|
||||
/*
|
||||
* Make sure curwin->w_cursor is not on the NUL at the end of the line.
|
||||
* Allow it when in Visual mode and 'selection' is not "old".
|
||||
@@ -663,7 +662,6 @@ adjust_cursor_col(void)
|
||||
&& gchar_cursor() == NUL)
|
||||
--curwin->w_cursor.col;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* When curwin->w_leftcol has changed, adjust the cursor position.
|
||||
|
Reference in New Issue
Block a user