Add modelines

This commit is contained in:
Jason Franklin
2017-12-17 08:42:49 -05:00
parent 193fed598b
commit 9f985514f0
5 changed files with 7 additions and 1 deletions

View File

@@ -335,4 +335,5 @@ function! NERDTreeExecuteFile()
call system("open '" . treenode.path.str() . "'")
endif
endfunction
" vim: set sw=4 sts=4 et fdm=marker: