mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-118
This commit is contained in:
@@ -2605,7 +2605,7 @@ op_change(oap)
|
|||||||
/* Auto-indenting may have changed the indent. If the cursor was past
|
/* Auto-indenting may have changed the indent. If the cursor was past
|
||||||
* the indent, exclude that indent change from the inserted text. */
|
* the indent, exclude that indent change from the inserted text. */
|
||||||
firstline = ml_get(oap->start.lnum);
|
firstline = ml_get(oap->start.lnum);
|
||||||
if (bd.textcol > pre_indent)
|
if (bd.textcol > (colnr_T)pre_indent)
|
||||||
{
|
{
|
||||||
long new_indent = (long)(skipwhite(firstline) - firstline);
|
long new_indent = (long)(skipwhite(firstline) - firstline);
|
||||||
|
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
118,
|
||||||
/**/
|
/**/
|
||||||
117,
|
117,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user