Mercurial > vim
changeset 10192:758f3d5a463d v7.4.2365
commit https://github.com/vim/vim/commit/1b010058235fb803c1d4f42a02d2883921be8ef4
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 12 12:24:11 2016 +0200
patch 7.4.2365
Problem: Needless line break. Confusing directory name.
Solution: Remove line break. Prepend "../" to "tools".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 12 Sep 2016 12:30:10 +0200 |
parents | 01521953bdf1 |
children | 6644bbf1b070 |
files | Makefile runtime/doc/version8.txt src/normal.c src/version.c |
diffstat | 4 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ MINOR = 4 # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test # - check the output. -# - Rename (using tools/rename.bat): +# - Rename (using ../tools/rename.bat): # vim.exe to vimw32.exe # tee/tee.exe to teew32.exe # xxd/xxd.exe to xxdw32.exe
--- 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: