diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-01 16:49:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-01 16:49:04 +0100 |
commit | d7464be9747fcaa8e6210e1f00a3882932df76e2 (patch) | |
tree | bbc506f008e6e12291f9217f8edc0bf8d4624b11 /runtime/doc | |
parent | 7314efd87d8c4095229bdc2867a553c36c064918 (diff) | |
download | vim-git-d7464be9747fcaa8e6210e1f00a3882932df76e2.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/pi_netrw.txt | 4 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index 8d867837f..3ca221f0f 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1,4 +1,4 @@ -*pi_netrw.txt* For Vim version 7.4. Last change: 2015 Oct 30 +*pi_netrw.txt* For Vim version 7.4. Last change: 2015 Oct 31 ------------------------------------------------ NETRW REFERENCE MANUAL by Charles E. Campbell @@ -3438,7 +3438,7 @@ Example: Clear netrw's marked file list via a mapping on gu > You probably want netrw running as in a side window. If so, you will likely find that ":[N]Lexplore" does what you want. The optional "[N]" allows you to select the quantity of columns you - wish the Lexplorer window to start with (see |g:netrw_winsize| + wish the |:Lexplore|r window to start with (see |g:netrw_winsize| for how this parameter works). Previous solution: diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 74f025dfd..c0582c12a 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.4. Last change: 2015 Oct 30 +*todo.txt* For Vim version 7.4. Last change: 2015 Oct 31 VIM REFERENCE MANUAL by Bram Moolenaar @@ -222,6 +222,9 @@ Is this right? Patch to have CTRL-A and CTRL-X update the '[ and '] marks. (Yukihiro Nakadaira, 2015 Aug 23) +On MS-Windows viminfo file is always given the hidden attribute? (raulnac, +2015 Oct 30) + Patch to make getregtype() return the right size for non-linux systems. (Yasuhiro Matsumoto, 2014 Jul 8) Breaks test_eval. Inefficient, can we only compute y_width when needed? |