diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-05 21:01:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-05 21:01:22 +0200 |
commit | bc488a76ccd7473d87f935b7db75bb6f3b55ac36 (patch) | |
tree | 255d1e17d3d84efb85baa85ce94fbbac24c038d0 /runtime/doc/syntax.txt | |
parent | 2c6f3dca4e632c810a007244bbd367ecfccca522 (diff) | |
download | vim-git-bc488a76ccd7473d87f935b7db75bb6f3b55ac36.tar.gz |
A few updated runtime files.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index e8a264d9e..5b3362e01 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.3. Last change: 2013 Jun 28 +*syntax.txt* For Vim version 7.3. Last change: 2013 Jul 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4384,7 +4384,7 @@ in their own color. feature it will output "unknown". :colo[rscheme] {name} Load color scheme {name}. This searches 'runtimepath' - for the file "colors/{name}.vim. The first one that + for the file "colors/{name}.vim". The first one that is found is loaded. To see the name of the currently active color scheme: > :colo |