summaryrefslogtreecommitdiff
path: root/runtime/doc/version8.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-14 17:29:55 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-14 17:29:55 +0200
commit65e0d77a66b7e50beb562ad554ace46c32ef8f0f (patch)
tree3755acc8d00557462fbb2b5970422fd2600acc12 /runtime/doc/version8.txt
parent8e20f75e58f4879308b0011b468ef928a3f93085 (diff)
downloadvim-git-65e0d77a66b7e50beb562ad554ace46c32ef8f0f.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r--runtime/doc/version8.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 2946d6cf1..04a065f6f 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -1,4 +1,4 @@
-*version8.txt* For Vim version 8.2. Last change: 2020 Feb 04
+*version8.txt* For Vim version 8.2. Last change: 2020 Jun 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30777,7 +30777,7 @@ Solution: Use a double quoted string. Add a test.
Files: src/ex_docmd.c, src/testdir/test_mksession.vim
Patch 8.1.0804
-Problem: Crash when setting v:errmsg to empty list. (Jaon Franklin)
+Problem: Crash when setting v:errmsg to empty list. (Jason Franklin)
Solution: Separate getting value and assigning result.
Files: src/eval.c, src/testdir/test_eval_stuff.vim
@@ -33684,8 +33684,8 @@ Solution: Also change the textprop implementation.
Files: src/textprop.c
Patch 8.1.1279
-Problem: Cannot set 'spellang' to "sr@latin". (Bojan Stipic)
-Solution: Allow using '@' in 'spellang'. (closes #4342)
+Problem: Cannot set 'spelllang' to "sr@latin". (Bojan Stipic)
+Solution: Allow using '@' in 'spelllang'. (closes #4342)
Files: src/option.c, src/testdir/gen_opt_test.vim
Patch 8.1.1280