diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
commit | f4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch) | |
tree | e0d8399f0df9baaaff825e575da4625935c64583 /runtime | |
parent | bb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff) | |
download | vim-git-f4cd3e8074641af68bf2b6a8579c3da58f0ac013.tar.gz |
updated for version 7.0175v7.0175
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/autoload/netrw.vim | 2 | ||||
-rw-r--r-- | runtime/doc/eval.txt | 3 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 12 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 9 | ||||
-rw-r--r-- | runtime/spell/fo/main.aap | 3 | ||||
-rw-r--r-- | runtime/spell/gd/main.aap | 3 | ||||
-rw-r--r-- | runtime/spell/gl/main.aap | 4 | ||||
-rw-r--r-- | runtime/spell/tl/main.aap | 3 |
8 files changed, 26 insertions, 13 deletions
diff --git a/runtime/autoload/netrw.vim b/runtime/autoload/netrw.vim index b7f0c9120..bd3e28e2c 100644 --- a/runtime/autoload/netrw.vim +++ b/runtime/autoload/netrw.vim @@ -1777,7 +1777,7 @@ fun! s:NetBrowseX(fname,remote) " set up redirection if &srr =~ "%s" - let redir= substitute(&srr,"%s","/dev/null"."") + let redir= substitute(&srr,"%s","/dev/null","") else let redir= &srr . "/dev/null" endif diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 47be23fc2..50cbec9b6 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2206,6 +2206,8 @@ exists({expr}) The result is a Number, which is non-zero if {expr} is #group#event#pattern autocommand defined for this group, event and pattern. + ##event autocommand for this event is + supported. For checking for a supported feature use |has()|. Examples: > @@ -2220,6 +2222,7 @@ exists({expr}) The result is a Number, which is non-zero if {expr} is exists("#filetypeindent") exists("#filetypeindent#FileType") exists("#filetypeindent#FileType#*") + exists("##ColorScheme") < There must be no space between the symbol (&/$/*/#) and the name. Note that the argument must be a string, not the name of the diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 30bc26d2b..ff1f0f46d 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 19 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,6 +30,13 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- +ln -s b a +vim a +[insert some text] +:w +:sp b +[there are now two buffers for the same file and two swapfiles] + ccomplete: - When an option is set: In completion mode and the user types (identifier) characters, advance to the first match instead of removing the popup menu. @@ -93,6 +100,9 @@ Also add search???() function that returns list with lnum and col. Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging (with Agide?) and describe it. (George Reilly) Try out using the free MS compiler and debugger, using Make_mvc.mak. +Try using Visual C++ Express 2005. (Ilya Bobir Dec 20) + Disadvantage: Annoying warning messages, requires ..._NO_DEPRECATE, this + is not a standard compiler. Win32: Check that installer puts menu items in "all users" dir when possible, not administrator dir. diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 474647d5a..0be816d52 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 19 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -916,8 +916,8 @@ then a cursor key. Now keep the previously inserted text if nothing is inserted after the CTRL-O. Allows using CTRL-O commands to move the cursor without losing the last inserted text. -The exists() function now supports checking for autocmd group definition. -(Yegappan Lakshmanan) +The exists() function now supports checking for autocmd group definition +and for supported autocommands. (Yegappan Lakshmanan) ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -1509,4 +1509,7 @@ When recording while a CursorHold autocommand was defined special keys would appear in the register. Now the CursorHold event is not triggered while recording. +Unix: the src/configure script used ${srcdir-.}, not all shells understand +that. Use ${srcdir:-.} instead. + vim:tw=78:ts=8:ft=help:norl: diff --git a/runtime/spell/fo/main.aap b/runtime/spell/fo/main.aap index b9be542cf..9e3eea42e 100644 --- a/runtime/spell/fo/main.aap +++ b/runtime/spell/fo/main.aap @@ -16,8 +16,7 @@ $SPELLDIR/fo.latin1.spl : $FILES $VIM -u NONE -e -c "mkspell! $SPELLDIR/fo fo_FO" -c q $SPELLDIR/fo.utf-8.spl : $FILES - :sys env LANG=fo_FO.UTF-8 - $VIM -u NONE -e -c "mkspell! $SPELLDIR/fo fo_FO" -c q + :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/fo fo_FO" -c q ../README_fo.txt : README_fo_FO.txt Copyright :cat $source >! $target diff --git a/runtime/spell/gd/main.aap b/runtime/spell/gd/main.aap index 8992f032c..658cbfc05 100644 --- a/runtime/spell/gd/main.aap +++ b/runtime/spell/gd/main.aap @@ -16,8 +16,7 @@ $SPELLDIR/gd.latin1.spl : $FILES $VIM -u NONE -e -c "mkspell! $SPELLDIR/gd gd_GB" -c q $SPELLDIR/gd.utf-8.spl : $FILES - :sys env LANG=gd_GB.UTF-8 - $VIM -u NONE -e -c "mkspell! $SPELLDIR/gd gd_GB" -c q + :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/gd gd_GB" -c q ../README_gd.txt : README_gd_GB.txt :copy $source $target diff --git a/runtime/spell/gl/main.aap b/runtime/spell/gl/main.aap index 2fc012aa3..504fda0ef 100644 --- a/runtime/spell/gl/main.aap +++ b/runtime/spell/gl/main.aap @@ -12,11 +12,11 @@ FILES = gl_ES.aff gl_ES.dic all: $SPELLDIR/gl.latin1.spl $SPELLDIR/gl.utf-8.spl ../README_gl.txt $SPELLDIR/gl.latin1.spl : $FILES - :sys env LANG=gl_ES.ISO8859-1 + :sys env LANG=es_ES.ISO8859-1 $VIM -u NONE -e -c "mkspell! $SPELLDIR/gl gl_ES" -c q $SPELLDIR/gl.utf-8.spl : $FILES - :sys env LANG=gl_ES.UTF-8 + :sys env LANG=es_ES.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/gl gl_ES" -c q ../README_gl.txt : README_gl_ES.txt diff --git a/runtime/spell/tl/main.aap b/runtime/spell/tl/main.aap index 0145e4abc..49d86ac08 100644 --- a/runtime/spell/tl/main.aap +++ b/runtime/spell/tl/main.aap @@ -16,8 +16,7 @@ $SPELLDIR/tl.latin1.spl : $FILES $VIM -u NONE -e -c "mkspell! $SPELLDIR/tl tl_PH" -c q $SPELLDIR/tl.utf-8.spl : $FILES - :sys env LANG=tl_PH.UTF-8 - $VIM -u NONE -e -c "mkspell! $SPELLDIR/tl tl_PH" -c q + :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/tl tl_PH" -c q ../README_tl.txt : README_tl_PH.txt :copy $source $target |