summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-05 22:57:59 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-05 22:57:59 +0200
commite667c95335ab9e87d08066a257f9de206e031f2b (patch)
treeced46b0828e3183982afd6a86c9943436fe16eec /runtime/doc
parent0af8cebc6caafddfdc85d36dd01c12bc0a13c13c (diff)
Change SKIP_GTK to SKIP_GTK2 in configure.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/quickfix.txt2
-rw-r--r--runtime/doc/quickref.txt10
-rw-r--r--runtime/doc/todo.txt2
3 files changed, 10 insertions, 4 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index e0e315e171..18ca1c7877 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1230,7 +1230,7 @@ identified directory. If not, it is searched in all other directories of the
directory stack (NOT the directory subtree!). If it is still not found, it is
assumed that it is in Vim's current directory.
-There are limitations in this algorithm. This examples assume that make just
+There are limitations in this algorithm. These examples assume that make just
prints information about entering a directory in the form "Making all in dir".
1) Assume you have following directories and files:
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 8baeaaebfa..c2b4bfef8d 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -1087,15 +1087,19 @@ Context-sensitive completion on the command-line:
|:_%| % current file name (only where a file name is expected)
|:_#| #[num] alternate file name [num] (only where a file name is
expected)
- Note: The next four are typed literally; these are not special keys!
+ Note: The next five are typed literally; these are not special keys!
+|:<afile>| <abuf> buffer number, for use in an autocommand (only where a
+ file name is expected)
+|:<afile>| <afile> file name, for user in an autocommand (only where a
+ file name is expected)
+|:<afile>| <amatch> what matched with the pattern, for use in an
+ autocommand (only where a file name is expected)
|:<cword>| <cword> word under the cursor (only where a file name is
expected)
|:<cWORD>| <cWORD> WORD under the cursor (only where a file name is
expected) (see |WORD|)
|:<cfile>| <cfile> file name under the cursor (only where a file name is
expected)
-|:<afile>| <afile> file name for autocommand (only where a file name is
- expected)
|:<sfile>| <sfile> file name of a ":source"d file, within that file (only
where a file name is expected)
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 2324d73c60..ea70246f73 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1098,6 +1098,8 @@ Vim 7.3:
Use register_shell_extension()?
Patch from Geoffrey Reilly, 2010 Jun 22
- in August remove UF_VERSION_CRYPT_PREV and UF_VERSION_PREV.
+- Conceal feature: no update when moving to another window. (Dominique Pelle,
+ 2010 Jul 5)
Patches to include:
- Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25)
- Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10)