diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-04 22:50:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-04 22:50:40 +0200 |
commit | 94f76b7fd66aaa1fcf523d79585530c6c5753514 (patch) | |
tree | b25cdbed254cd1d9fefa37a7c422c257f8874631 /runtime/doc | |
parent | ba46075731a00cdc7825dd1feea1272cd475da36 (diff) | |
download | vim-git-94f76b7fd66aaa1fcf523d79585530c6c5753514.tar.gz |
updated for version 7.3.1308v7.3.1308
Problem: Typos in MS-Windows build settings and README.
Solution: Minor changes to MS-Windows files.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/insert.txt | 4 | ||||
-rw-r--r-- | runtime/doc/tags | 1 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 42 |
3 files changed, 5 insertions, 42 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index fc0edb379..b7d32ca93 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.3. Last change: 2013 Apr 12 +*insert.txt* For Vim version 7.3. Last change: 2013 Jul 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -136,6 +136,8 @@ CTRL-R {0-9a-z"%#*+:.-=} *i_CTRL-R* too. When the result is a Float it's automatically converted to a String. + When append() or setline() is invoked the undo + sequence will be broken. See |registers| about registers. {not in Vi} CTRL-R CTRL-R {0-9a-z"%#*+/:.-=} *i_CTRL-R_CTRL-R* diff --git a/runtime/doc/tags b/runtime/doc/tags index 16def1b8e..19c93165f 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -4292,6 +4292,7 @@ E877 pattern.txt /*E877* E878 pattern.txt /*E878* E879 syntax.txt /*E879* E88 windows.txt /*E88* +E880 if_pyth.txt /*E880* E89 message.txt /*E89* E90 message.txt /*E90* E91 options.txt /*E91* diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index e7df05cf9..895238722 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.3. Last change: 2013 Jun 29 +*todo.txt* For Vim version 7.3. Last change: 2013 Jul 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -34,46 +34,8 @@ not be repeated below, unless there is extra information. *known-bugs* -------------------- Known bugs and current work ----------------------- ---- Python interface --- - - Breaks the tests -Problem: Python SystemExit exception is not handled properly. -Solution: Catch the exception and give an error. (Yasuhiro Matsumoto) -Files: runtime/doc/if_pyth.txt, src/if_py_both.h, src/if_python.c, - src/if_python3.c - Python: ":py raw_input('prompt')" doesn't work. (Manu Hack) ---- bug fixes --- - -9. Patch to fix "gn" on single character matches. (Christian Brabandt, 2013 -Jun 2) - -8. Patch for cscope connection (Narendran, 2013 Jun 10) - -7. 'cursorline' is drawn incorrectly in diff mode. Patch by Christian Brabandt, -2012 Apr 2. - -6. When someone does a silly thing such as setting rows and columns to 65535, -handle the out-of-memory and set them to sane values? (jimmywang, 2013 May 17) - -5. InsertEnter doesn't prevent the cursor from moving when it goes to another -line. - -4. ":diffoff" does not restore options from before starting diff mode. -Patch by Christian Brabandt, 2013 May 26. - -3. Can't use multi-byte fill character in custom status line. -Patch by Christian Wellenbrock, 2013 Jun 2. Update Jun 3 (second one). - -2. Patch to fix glob() and globpath() with escaped special characters. -(Adnan Zafar, 2013 Jun 2, tests Jun 3) - -1. Bug in findfile() directory matching. (Markus Braun Ben Fritz, 2013 Jun 20) -Patch by Christian Brabandt (2013 Jun 22) - ----- Fixes to be included before 7.4 above, less important stuff below ---- - Patch to make has() check for Vim version and patch at the same time. (Marc Weber, 2013 Jun 7) @@ -267,8 +229,6 @@ URXVT: - Use urxvt mouse support also in xterm. Explanations: http://www.midnight-commander.org/ticket/2662 -MS-Windows: test 17 fails. Analysis by Michael Soyka, 2012 Nov 5. - Patch to add tests for if_xcmdsrv.c., Jul 8, need some more work. (Brian Burns) New tests Jul 13. Update Jul 17. Discussion Jul 18. |