Skip to content
Snippets Groups Projects
Commit 9964e468 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.1a

parent d5ab34bd
No related branches found
No related tags found
No related merge requests found
Showing
with 656 additions and 258 deletions
*usr_toc.txt* For Vim version 7.0. Last change: 2006 Apr 24
*usr_toc.txt* For Vim version 7.1a. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar
......
*version5.txt* For Vim version 7.0. Last change: 2006 Apr 24
*version5.txt* For Vim version 7.1a. Last change: 2006 Nov 18
VIM REFERENCE MANUAL by Bram Moolenaar
......@@ -1865,7 +1865,7 @@ For ":syntax keyword" the "transparent" option did work, although not
mentioned in the help. But synID() returned wrong name.
"gqG" in a file with one-word-per-line (e.g. a dictionary) was very slow and
not interruptable.
not interruptible.
"gq" operator inserted screen lines in the wrong situation. Now screen
lines are inserted or deleted when this speeds up displaying.
......@@ -2870,7 +2870,7 @@ backspace key. "\<Del>" produces 0x7f.
The shell syntax didn't contain a "syn sync maxlines" setting. In a long file
without recognizable items, syncing took so long it looked like Vim hangs.
Added a maxlines setting, and made syncing interruptable.
Added a maxlines setting, and made syncing interruptible.
The "gs" command didn't flush output before waiting.
......@@ -7578,7 +7578,7 @@ Fixed compiling under NeXT. (Jeroen C.M. Goudswaard)
optwin.vim gave an error when used in Vi compatible mode ('cpo' contains 'C').
Tcl interpreter: "buffer" command didn't check for presense of an argument.
Tcl interpreter: "buffer" command didn't check for presence of an argument.
(Dave Bodenstab)
dosinst.c: Added checks for too long file name.
......
*version6.txt* For Vim version 7.0. Last change: 2006 Apr 30
*version6.txt* For Vim version 7.1a. Last change: 2006 Nov 18
 
 
VIM REFERENCE MANUAL by Bram Moolenaar
......@@ -11128,7 +11128,7 @@ Solution: Insert the indent. Also fix other mistakes.
Files: runtime/doc/eval.txt
 
Patch 6.2.187
Problem: Using Insure++ reveals a number of bugs. (Dominuque Pelle)
Problem: Using Insure++ reveals a number of bugs. (Dominique Pelle)
Solution: Initialize variables where needed. Free allocated memory to avoid
leaks. Fix comparing tags to avoid reading past allocated memory.
Files: src/buffer.c, src/diff.c, src/fileio.c, src/mark.c, src/misc1.c,
......@@ -14406,7 +14406,7 @@ Files: src/normal.c
Patch 6.3.075
Problem: After unloading another buffer, syntax highlighting in the current
buffer may be wrong when it uses "containedin". (Eric Arnold)
Solution: Use "buf" intead of "curbuf" in syntax_clear().
Solution: Use "buf" instead of "curbuf" in syntax_clear().
Files: src/syntax.c
 
Patch 6.3.076
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment