diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-09-18 01:54:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 01:54:17 +0200 |
commit | 37609db6d0b4bd46092243696d4e3da512ed6d7d (patch) | |
tree | 203934899642168f64912fc721d024b4387785a1 /runtime/doc | |
parent | 43d32762e3aca2bf5656e0a928ac151f4702d93b (diff) | |
parent | 1f1728e9bf27bdb2972d1b699e44bbdc8ec0ca1c (diff) | |
download | rneovim-37609db6d0b4bd46092243696d4e3da512ed6d7d.tar.gz rneovim-37609db6d0b4bd46092243696d4e3da512ed6d7d.tar.bz2 rneovim-37609db6d0b4bd46092243696d4e3da512ed6d7d.zip |
Merge #7252 from justinmk/perf-vim.vim
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/syntax.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index fd17e3b381..73841edb09 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3270,11 +3270,10 @@ improve screen updating rates (see |:syn-sync| for more on this). > The g:vimsyn_embed option allows users to select what, if any, types of embedded script highlighting they wish to have. > - g:vimsyn_embed == 0 : don't embed any scripts - g:vimsyn_embed =~ 'P' : support embedded python + g:vimsyn_embed == 0 : disable (don't embed any scripts) + g:vimsyn_embed == 'lPr' : support embedded lua, python and ruby < -By default, g:vimsyn_embed is a string supporting interpreters that your vim -itself supports. +This option is disabled by default. *g:vimsyn_folding* Some folding is now supported with syntax/vim.vim: > |