diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-02-13 16:15:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-02-13 16:15:55 +0100 |
commit | 00154508de442a1ffa19ab217484f4a50e7536f0 (patch) | |
tree | 0eec4c1be834150eefade1b7104b6e6984fe6742 /runtime/doc/intro.txt | |
parent | 8fe8d9ed064d1a7c41fc43a565513dc41fd3aaed (diff) | |
download | vim-git-00154508de442a1ffa19ab217484f4a50e7536f0.tar.gz |
Update runtime files.
Add missing test files.
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index c643ab8db..856726a99 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -394,8 +394,8 @@ CTRL-{char} {char} typed as a control character; that is, typing {char} *quotecommandquote* "command" A reference to a command that you can type is enclosed in double quotes. -`command` New style command, this distinguishes it from other - quoted text and strings. +`command` New style command, this distinguishes it from other quoted + text and strings. *key-notation* *key-codes* *keycodes* These names for keys are used in the documentation. They can also be used |