diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-04-26 20:17:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-04-26 20:17:03 +0200 |
commit | ddbb5550b4d77371ee990b7b2e2565b6cc64b8c6 (patch) | |
tree | 3f96dfccb618c4e4b5ea0cc4276a7bf169097dcc /runtime/doc/todo.txt | |
parent | d38b055ab81f194d50790b21c627beed62983d46 (diff) | |
download | vim-ddbb5550b4d77371ee990b7b2e2565b6cc64b8c6.zip |
Updated runtime files, include fixes for line continuation.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7ee7b3617..cdd74fbc4 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3. Last change: 2012 Apr 25 +*todo.txt* For Vim version 7.3. Last change: 2012 Apr 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -43,6 +43,11 @@ Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10) Stack trace of crash: http://vpaste.net/GBt9S (Alexandre Provencio) +Patch for IBM z/OS makefile. (Stephen Bovy, 2012 Apr 26) + +Test 77 fails if cksum uses tabs instead of spaces. (Michael Soyka, 2012 Apr +25) + Once syntax and other runtime files have been fixed: add "set cp" to check.vim. Use a function to run both with 'cp' and 'nocp'. @@ -58,6 +63,7 @@ Stocker, 2012 Jan 5) Patch for crash involving curwin->w_s. (Christian Brabandt, 2012 Apr 20) What is the cause? Leaks memory? Other solution? +More debug info Apr 26. Issue 54: document behavior of -complete, also expands arg. |