summaryrefslogtreecommitdiff
path: root/runtime/doc/version8.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
commit2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (patch)
treeeb505013844d366dcfb14a70ea9ab464e5abafb7 /runtime/doc/version8.txt
parent46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 (diff)
downloadvim-git-2f0584910c0ea93966dfa7b3b0272dfb16ea6f91.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r--runtime/doc/version8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index f64e87f7c..c8df5cdf0 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -1,4 +1,4 @@
-*version8.txt* For Vim version 8.0. Last change: 2017 Apr 23
+*version8.txt* For Vim version 8.0. Last change: 2017 Nov 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -15582,7 +15582,7 @@ Files: src/json.c, src/testdir/test_json.vim
Patch 8.0.0181
Problem: When 'cursorbind' and 'cursorcolumn' are both on, the column
- highlignt in non-current windows is wrong.
+ highlight in non-current windows is wrong.
Solution: Add validate_cursor(). (Masanori Misono, closes #1372)
Files: src/move.c