mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 20:03:48 -05:00
correct a method header comment
This commit is contained in:
@@ -2408,7 +2408,7 @@ function! s:ShouldSplitToOpen(winnumber)
|
|||||||
return winnr("$") == 1 || (modified && s:BufInWindows(winbufnr(a:winnumber)) < 2)
|
return winnr("$") == 1 || (modified && s:BufInWindows(winbufnr(a:winnumber)) < 2)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: s:StripMarkupFromLine(line){{{2
|
"FUNCTION: s:StripMarkupFromLine(line, removeLeadingSpaces){{{2
|
||||||
"returns the given line with all the tree parts stripped off
|
"returns the given line with all the tree parts stripped off
|
||||||
"
|
"
|
||||||
"Args:
|
"Args:
|
||||||
|
|||||||
Reference in New Issue
Block a user