refactor vim fn naming

This commit is contained in:
Clément DOUIN
2021-04-04 14:25:55 +02:00
parent 9f7173a572
commit 3d702677b5
16 changed files with 155 additions and 561 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
setlocal cursorline
setlocal foldexpr=himalaya#shared#thread_fold(v:lnum)
setlocal foldexpr=himalaya#shared#thread#fold(v:lnum)
setlocal foldlevel=0
setlocal foldlevelstart=0
setlocal foldmethod=expr