mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Merge pull request #782 from lifecrisis/modelines
Add a modeline to each script that needs but does not have one.
This commit is contained in:
@@ -54,3 +54,5 @@ function! s:FlagSet.renderToString()
|
|||||||
|
|
||||||
return '[' . flagstring . ']'
|
return '[' . flagstring . ']'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" vim: set sw=4 sts=4 et fdm=marker:
|
||||||
|
|||||||
@@ -195,3 +195,5 @@ endfunction
|
|||||||
function! s:NERDTree.render()
|
function! s:NERDTree.render()
|
||||||
call self.ui.render()
|
call self.ui.render()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" vim: set sw=4 sts=4 et fdm=marker:
|
||||||
|
|||||||
@@ -32,4 +32,3 @@ function! s:Notifier.GetListenersForEvent(name)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let g:NERDTreePathNotifier = deepcopy(s:Notifier)
|
let g:NERDTreePathNotifier = deepcopy(s:Notifier)
|
||||||
|
|
||||||
|
|||||||
@@ -519,3 +519,5 @@ endfunction
|
|||||||
function! s:UI.UpDirLine()
|
function! s:UI.UpDirLine()
|
||||||
return '.. (up a dir)'
|
return '.. (up a dir)'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" vim: set sw=4 sts=4 et fdm=marker:
|
||||||
|
|||||||
@@ -335,4 +335,5 @@ function! NERDTreeExecuteFile()
|
|||||||
call system("open '" . treenode.path.str() . "'")
|
call system("open '" . treenode.path.str() . "'")
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: set sw=4 sts=4 et fdm=marker:
|
" vim: set sw=4 sts=4 et fdm=marker:
|
||||||
|
|||||||
Reference in New Issue
Block a user