Vim 8.0 release

This commit is contained in:
Bram Moolenaar
2016-09-12 14:24:39 +02:00
parent edeb846c1f
commit bb76f24af2
158 changed files with 227 additions and 4954 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
*syntax.txt* For Vim version 7.4. Last change: 2016 Sep 09
*syntax.txt* For Vim version 8.0. Last change: 2016 Sep 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2705,7 +2705,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.