mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-05-28 00:21:57 +02:00
Merge remote-tracking branch 'vim/master'
This commit is contained in:
+1
-1
@@ -4552,7 +4552,7 @@ init_preedit_start_col(void)
|
||||
{
|
||||
if (State & CMDLINE)
|
||||
preedit_start_col = cmdline_getvcol_cursor();
|
||||
else if (curwin != NULL)
|
||||
else if (curwin != NULL && curwin->w_buffer != NULL)
|
||||
getvcol(curwin, &curwin->w_cursor, &preedit_start_col, NULL, NULL);
|
||||
/* Prevent that preediting marks the buffer as changed. */
|
||||
xim_changed_while_preediting = curbuf->b_changed;
|
||||
|
||||
@@ -756,6 +756,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
970,
|
||||
/**/
|
||||
969,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user