comparison runtime/doc/syntax.txt @ 5138:0d4e0cde36e1

A few updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Jul 2013 21:01:22 +0200
parents 7a2ffd685c0e
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
5137:b20023872e3e 5138:0d4e0cde36e1
1 *syntax.txt* For Vim version 7.3. Last change: 2013 Jun 28 1 *syntax.txt* For Vim version 7.3. Last change: 2013 Jul 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4382 < In case g:colors_name has not been defined :colo will 4382 < In case g:colors_name has not been defined :colo will
4383 output "default". When compiled without the |+eval| 4383 output "default". When compiled without the |+eval|
4384 feature it will output "unknown". 4384 feature it will output "unknown".
4385 4385
4386 :colo[rscheme] {name} Load color scheme {name}. This searches 'runtimepath' 4386 :colo[rscheme] {name} Load color scheme {name}. This searches 'runtimepath'
4387 for the file "colors/{name}.vim. The first one that 4387 for the file "colors/{name}.vim". The first one that
4388 is found is loaded. 4388 is found is loaded.
4389 To see the name of the currently active color scheme: > 4389 To see the name of the currently active color scheme: >
4390 :colo 4390 :colo
4391 < The name is also stored in the g:colors_name variable. 4391 < The name is also stored in the g:colors_name variable.
4392 Doesn't work recursively, thus you can't use 4392 Doesn't work recursively, thus you can't use