diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-18 18:12:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-18 18:12:06 +0200 |
commit | 2f01889055f14842c1d4f9abd91139fc6bd95f15 (patch) | |
tree | 20bc06b776e528965746a06b82fd02609de35e2d /runtime/doc/version8.txt | |
parent | 00e45563384de01949b9c4df9155424604887b33 (diff) | |
download | vim-git-2f01889055f14842c1d4f9abd91139fc6bd95f15.tar.gz |
Runtime file and translation updates.
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r-- | runtime/doc/version8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 8634c2842..c0910634d 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -22104,7 +22104,7 @@ Files: src/Makefile, src/option.c, src/testdir/test_alot.vim, Patch 8.0.1238 Problem: Incremental search only shows one match. Solution: When 'incsearch' and 'hlsearch' are both set highlight all - matches. (haya14busa, itchyny closes #2198) + matches. (haya14busa, itchyny, closes #2198) Files: runtime/doc/options.txt, src/ex_getln.c, src/proto/search.pro, src/search.c, src/testdir/test_search.vim @@ -22595,7 +22595,7 @@ Solution: Remove bogus typedef. Files: src/os_macosx.m Patch 8.0.1316 (after 8.0.1312) -Problem: Build still fails on Mac. (chdiza) +Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef. Files: src/os_mac_conv.c |