From 00bdf9ae83086b8e2204332cd32f1a615d8a6528 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 28 Apr 2017 22:25:44 +0200 Subject: 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 --- runtime/doc/syntax.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/doc/syntax.txt') 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. -- cgit