Guest User

Untitled

a guest
Dec 14th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. set foldmethod=indent
  2. set foldnestmax=10
  3. set nofoldenable
  4. set foldlevel=2
  5.  
  6. set foldmethod=syntax
  7.  
  8. set foldmethod=indent
  9.  
  10. 'foldmethod' 'fdm' string (default: "manual")
  11. local to window
  12. {not in Vi}
  13. {not available when compiled without the +folding
  14. feature}
  15. The kind of folding used for the current window. Possible values:
  16. fold-manual manual Folds are created manually.
  17. fold-indent indent Lines with equal indent form a fold.
  18. fold-expr expr 'foldexpr' gives the fold level of a line.
  19. fold-marker marker Markers are used to specify folds.
  20. fold-syntax syntax Syntax highlighting items specify folds.
  21. fold-diff diff Fold text that is not changed.
Add Comment
Please, Sign In to add comment