settings: Do not remember options in the view and explicitly set foldmethod

This commit is contained in:
Tomas Babej 2015-09-19 11:31:54 +02:00
parent e36aef34d4
commit 9f3a52e73b

View file

@ -31,6 +31,8 @@ setlocal concealcursor=nc
" Configure custom FoldText function
" Altered version of the VimwikiFoldText
setlocal foldmethod=syntax
setlocal viewoptions=folds
function! TaskwikiFoldText()
let line = getline(v:foldstart)