diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-01-31 07:45:20 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-02-12 00:03:01 +0000 |
| commit | ea4cb2cc3e6e0cb2f7e285a08273969e709404af (patch) | |
| tree | 02bb81b942d7f50979c2c22564ad882f2f8adba1 | |
| parent | 14f91e7132055a360cb5233517d10297868019b5 (diff) | |
update README
| -rw-r--r-- | README.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc index fb8fa6e7..4567d654 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -536,6 +536,7 @@ using *control-x*, followed, by: * *f* : filename completion * *w* : buffer word completion + * *l* : buffer line completion * *o* : option based completion Highlighters @@ -878,6 +879,6 @@ Existing commands files are: Certain command files defines options, such as +grepcmd+ (for +:grep+) +makecmd+ (for +:make+) or +termcmd+ (for +:new+). -Some options are shared with commands. grep and make honor the +toolsclient+ option, +Some options are shared with commands. +:grep+ and +:make+ honor the +toolsclient+ option, if specified, to open their buffer in it rather than the current client. man honor the +docsclient+ option for the same purpose. |
