comparison runtime/doc/syntax.txt @ 10198:9f48eab77d62 v8.0.0000

commit https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 14:24:39 2016 +0200 Vim 8.0 release
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 14:30:13 +0200
parents a5ef9968638c
children b7da8d4c594c
comparison
equal deleted inserted replaced
10197:52864a0e0c99 10198:9f48eab77d62
1 *syntax.txt* For Vim version 7.4. Last change: 2016 Sep 09 1 *syntax.txt* For Vim version 8.0. Last change: 2016 Sep 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2703 < 2703 <
2704 This will set the value of 'foldmethod' to "syntax" locally to the current 2704 This will set the value of 'foldmethod' to "syntax" locally to the current
2705 buffer or window, which will enable syntax-based folding when editing Ruby 2705 buffer or window, which will enable syntax-based folding when editing Ruby
2706 filetypes. 2706 filetypes.
2707 2707
2708 *ruby_foldable_groups*
2709 Default folding is rather detailed, i.e., small syntax units like "if", "do", 2708 Default folding is rather detailed, i.e., small syntax units like "if", "do",
2710 "%w[]" may create corresponding fold levels. 2709 "%w[]" may create corresponding fold levels.
2711 2710
2712 You can set "ruby_foldable_groups" to restrict which groups are foldable: > 2711 You can set "ruby_foldable_groups" to restrict which groups are foldable: >
2713 2712