comparison runtime/doc/version7.txt @ 836:5a7843c57316 v7.0e02

updated for version 7.0e02
author vimboss
date Tue, 18 Apr 2006 21:55:01 +0000
parents 8bebcabccc2c
children 6bb1fa855dc9
comparison
equal deleted inserted replaced
835:8bebcabccc2c 836:5a7843c57316
1 *version7.txt* For Vim version 7.0e. Last change: 2006 Apr 17 1 *version7.txt* For Vim version 7.0e. Last change: 2006 Apr 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
347 Highlighting matching parens 347 Highlighting matching parens
348 348
349 When moving the cursor through the text and it is on a paren, then the 349 When moving the cursor through the text and it is on a paren, then the
350 matching paren can be highlighted. This uses the new |CursorMoved| 350 matching paren can be highlighted. This uses the new |CursorMoved|
351 autocommand event. 351 autocommand event.
352
353 This means some commands are executed every time you move the cursor. If this
354 slows you down too much switch it off with: >
355 :NoMatchParen
352 356
353 See |matchparen| for more information. 357 See |matchparen| for more information.
354 358
355 The plugin uses the |:match| command. It now supports three match patterns. 359 The plugin uses the |:match| command. It now supports three match patterns.
356 The plugin uses the third one. The first one is for the user and the second 360 The plugin uses the third one. The first one is for the user and the second
888 BDF ftplugin file. (Nikolai Weibull) 892 BDF ftplugin file. (Nikolai Weibull)
889 BibTeX indent file. (Dorai Sitaram) 893 BibTeX indent file. (Dorai Sitaram)
890 BTM ftplugin file. (Bram Moolenaar) 894 BTM ftplugin file. (Bram Moolenaar)
891 calendar ftplugin file. (Nikolai Weibull) 895 calendar ftplugin file. (Nikolai Weibull)
892 Changelog indent file. (Nikolai Weibull) 896 Changelog indent file. (Nikolai Weibull)
897 Cmake indent and syntax file. (Andy Cedilnik)
893 conf ftplugin file. (Nikolai Weibull) 898 conf ftplugin file. (Nikolai Weibull)
894 context syntax and ftplugin file. (Nikolai Weibull) 899 context syntax and ftplugin file. (Nikolai Weibull)
895 CRM114 ftplugin file. (Nikolai Weibull) 900 CRM114 ftplugin file. (Nikolai Weibull)
896 cvs RC ftplugin file. (Nikolai Weibull) 901 cvs RC ftplugin file. (Nikolai Weibull)
897 D indent file. (Jason Mills) 902 D indent file. (Jason Mills)
947 quake ftplugin file. (Nikolai Weibull) 952 quake ftplugin file. (Nikolai Weibull)
948 racc syntax and ftplugin file. (Nikolai Weibull) 953 racc syntax and ftplugin file. (Nikolai Weibull)
949 rd syntax file. (Johannes Ranke) 954 rd syntax file. (Johannes Ranke)
950 readline ftplugin file. (Nikolai Weibull) 955 readline ftplugin file. (Nikolai Weibull)
951 rhelp syntax file. (Johannes Ranke) 956 rhelp syntax file. (Johannes Ranke)
957 rnoweb syntax file. (Johannes Ranke)
952 Relax NG compact ftplugin file. (Nikolai Weibull) 958 Relax NG compact ftplugin file. (Nikolai Weibull)
953 Scheme indent file. (Sergey Khorev) 959 Scheme indent file. (Sergey Khorev)
954 screen ftplugin file. (Nikolai Weibull) 960 screen ftplugin file. (Nikolai Weibull)
955 sensors syntax and ftplugin file. (Nikolai Weibull) 961 sensors syntax and ftplugin file. (Nikolai Weibull)
956 services syntax and ftplugin file. (Nikolai Weibull) 962 services syntax and ftplugin file. (Nikolai Weibull)
968 Stata and SMCL syntax files. (Jeff Pitblado) 974 Stata and SMCL syntax files. (Jeff Pitblado)
969 sudoers ftplugin file. (Nikolai Weibull) 975 sudoers ftplugin file. (Nikolai Weibull)
970 sysctl syntax and ftplugin file. (Nikolai Weibull) 976 sysctl syntax and ftplugin file. (Nikolai Weibull)
971 terminfo ftplugin file. (Nikolai Weibull) 977 terminfo ftplugin file. (Nikolai Weibull)
972 trustees syntax file. (Nima Talebi) 978 trustees syntax file. (Nima Talebi)
979 Vera syntax file. (David Eggum)
973 udev config, permissions and rules syntax and ftplugin files. (Nikolai Weibull) 980 udev config, permissions and rules syntax and ftplugin files. (Nikolai Weibull)
974 updatedb syntax and ftplugin file. (Nikolai Weibull) 981 updatedb syntax and ftplugin file. (Nikolai Weibull)
975 VHDL indent file (Gerald Lai) 982 VHDL indent file (Gerald Lai)
976 WSML syntax file. (Thomas Haselwanter) 983 WSML syntax file. (Thomas Haselwanter)
977 Xdefaults ftplugin file. (Nikolai Weibull) 984 Xdefaults ftplugin file. (Nikolai Weibull)
2518 if 'encoding' is a multi-byte encoding. 2525 if 'encoding' is a multi-byte encoding.
2519 2526
2520 Spell checking: spellbadword() didn't see a missing capital in the first word 2527 Spell checking: spellbadword() didn't see a missing capital in the first word
2521 of a line. Popup menu now only suggest the capitalized word when appropriate. 2528 of a line. Popup menu now only suggest the capitalized word when appropriate.
2522 2529
2530 When using whole line completion CTRL-L moves throught the matches but it
2531 didn't work when at the original text.
2532
2533 When completion finds the longest match, don't go to the first match but stick
2534 at the original text, so that CTRL-N selects the first one.
2535
2536 Recognize "zsh-beta" like "zsh" for setting the 'shellpipe' default. (James
2537 Vega)
2538
2539 When using ":map <expr>" and the expression results in something with a
2540 special byte (NUL or CSI) then it didn't work properly. Now escape special
2541 bytes.
2542
2543 The default Visual highlighting for a color xterm with 8 colors was a magenta
2544 background, which made magenta text disappear. Now use reverse in this
2545 specific situation.
2546
2547 After completing the longest match "." didn't insert the same text. Repeating
2548 also didn't work correctly for multi-byte text.
2549
2550 When using Insert mode completion and BS the whole word that was completed
2551 would result in all possible matches. Now stop completion. Also fixes that
2552 for spell completion the previous word was deleted.
2553
2554 GTK: When 'encoding' is "latin1" and using non-ASCII characters in a file name
2555 the tab page label was wrong and an error message would be given.
2556
2557 The taglist() function could hang on a tags line with a non-ASCII character.
2558
2523 vim:tw=78:ts=8:ft=help:norl: 2559 vim:tw=78:ts=8:ft=help:norl: