Remember kids: always use :normal! with the bang in plugins

Fix #175
This commit is contained in:
EinfachToll
2015-12-10 16:07:36 +01:00
parent f9045a40e0
commit e0d72759a6
2 changed files with 4 additions and 2 deletions

View File

@ -169,7 +169,7 @@ function! s:setup_buffer_enter() "{{{
setlocal foldtext=VimwikiFoldText()
else
setlocal fdm=manual
exe "normal zE"
normal! zE
endif
" And conceal level too.