commit | a2477fd3490c1166522631eee53c57d34321086a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 15:13:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 15:13:20 2016 +0100 |
tree | 0d5b40678aa1e56e026784e911651e7b1293c52f | |
parent | 5643db84c6a9f15d14492cefd52647623aa2ac7c [diff] [blame] |
patch 8.0.0121 Problem: Setting 'cursorline' changes the curswant column. (Daniel Hahler) Solution: Add the P_RWINONLY flag. (closes #1297)
diff --git a/src/version.c b/src/version.c index a20159c..7089a83 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 121, +/**/ 120, /**/ 119,