diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 22:25:44 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 22:34:16 +0200 |
commit | 00bdf9ae83086b8e2204332cd32f1a615d8a6528 (patch) | |
tree | 4b34da8cb4870e1a6eb1c8980271c87c7406b099 | |
parent | 0d565d62ae857fd8e8f8c7f1457579156a76968d (diff) | |
download | rneovim-00bdf9ae83086b8e2204332cd32f1a615d8a6528.tar.gz rneovim-00bdf9ae83086b8e2204332cd32f1a615d8a6528.tar.bz2 rneovim-00bdf9ae83086b8e2204332cd32f1a615d8a6528.zip |
vim-patch:8.0.0000
https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2
vim-patch:8.0.0001
Problem: Intro screen still mentions version7. (Paul)
Solution: Change it to version8.
https://github.com/vim/vim/commit/6401024869dcd722ee1b98b4ba58e6caa215201b
-rw-r--r-- | runtime/doc/syntax.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index f94dba8696..123ae0cc72 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2692,7 +2692,6 @@ This will set the value of 'foldmethod' to "syntax" locally to the current buffer or window, which will enable syntax-based folding when editing Ruby filetypes. - *ruby_foldable_groups* Default folding is rather detailed, i.e., small syntax units like "if", "do", "%w[]" may create corresponding fold levels. |