1
0
forked from aniani/vim

patch 8.0.0121

Problem:    Setting 'cursorline' changes the curswant column. (Daniel Hahler)
Solution:   Add the P_RWINONLY flag. (closes #1297)
This commit is contained in:
Bram Moolenaar
2016-12-03 15:13:20 +01:00
parent 5643db84c6
commit a2477fd349
3 changed files with 23 additions and 3 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
121,
/**/
120,
/**/