summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 12:24:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 12:24:11 +0200
commit1b010058235fb803c1d4f42a02d2883921be8ef4 (patch)
tree6cae2a8a3338cab25be5834d68ec89113bbf1764 /runtime/doc
parent220adb1e9f9e0b27d28185167d2730bf2f93057d (diff)
patch 7.4.2365v7.4.2365
Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/version8.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 2e02523b24..e7a97e03d5 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -14493,4 +14493,9 @@ Problem: Sort test sometimes fails.
Solution: Add it to the list of flaky tests.
Files: src/testdir/runtest.vim
+Patch 7.4.2365
+Problem: Needless line break. Confusing directory name.
+Solution: Remove line break. Prepend "../" to "tools".
+Files: Makefile, src/normal.c
+
vim:tw=78:ts=8:ft=help:norl: