summaryrefslogtreecommitdiff
path: root/runtime/doc/version8.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-06 12:14:49 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-06 12:14:49 +0200
commit61da1bfa6c6b19dd670671a318ce9f9e2acc784c (patch)
tree923078cfd946dd654e309bd75d3c7fc418f6f4a9 /runtime/doc/version8.txt
parentde6dbb452ad677abab05a84bc48b968bc5315fa4 (diff)
downloadvim-git-61da1bfa6c6b19dd670671a318ce9f9e2acc784c.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r--runtime/doc/version8.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 2cf457363..1dcef7efe 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -24465,7 +24465,7 @@ Solution: Use zero instead of -1.
Files: src/syntax.c
Patch 8.0.1622
-Problem: Possible NULL pointer dereferencey. (Coverity)
+Problem: Possible NULL pointer dereference. (Coverity)
Solution: Reverse the check for a NULL pointer.
Files: src/quickfix.c
@@ -25977,7 +25977,7 @@ Files: src/testdir/test_terminal.vim
Patch 8.1.0032
Problem: BS in prompt buffer starts new line.
-Solution: Do not allows BS over the prompt. Make term_sendkeys() handle
+Solution: Do not allow BS over the prompt. Make term_sendkeys() handle
special keys. Add a test.
Files: src/option.c, src/terminal.c, src/testdir/test_prompt_buffer.vim
@@ -26321,7 +26321,7 @@ Files: src/evalfunc.c, runtime/doc/eval.txt, src/undo.c,
Patch 8.1.0092 (after 8.1.0091)
Problem: Prompt buffer test fails.
Solution: Set 'nomodified' before closing the window. (Ozaki Kiichi,
- closes #3051
+ closes #3051)
Files: src/testdir/test_prompt_buffer.vim
Patch 8.1.0093
@@ -31089,7 +31089,7 @@ Solution: Check for NULL pointer before adding. Remove useless "if".
Files: src/dosinst.c, src/search.c
Patch 8.1.0887
-Problem: The 'l' flag in :subsitute is sticky.
+Problem: The 'l' flag in :substitute is sticky.
Solution: Reset the flag. (Dominique Pelle, closes #3925)
Files: src/ex_cmds.c, src/testdir/test_substitute.vim
@@ -31619,7 +31619,7 @@ Files: src/window.c, src/testdir/test_terminal.vim,
runtime/doc/terminal.txt
Patch 8.1.0973
-Problem: Pattern with syntax error gives threee error messages. (Kuang-che
+Problem: Pattern with syntax error gives three error messages. (Kuang-che
Wu)
Solution: Remove outdated internal error. Don't fall back to other engine
after an error.(closes #4035)
@@ -34043,7 +34043,7 @@ Files: src/ex_cmds.c, src/testdir/test_substitute.vim
Patch 8.1.1361
Problem: Python setuptools don't work with Python 3.
Solution: Add dummy implementation for find_module. (Joel Frederico,
- closes #4402, closes #3984
+ closes #4402, closes #3984)
Files: src/if_py_both.h
Patch 8.1.1362