mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-25 17:57:24 +08:00
correct a method header comment
This commit is contained in:
parent
26983f1921
commit
421431b5df
|
@ -2408,7 +2408,7 @@ function! s:ShouldSplitToOpen(winnumber)
|
|||
return winnr("$") == 1 || (modified && s:BufInWindows(winbufnr(a:winnumber)) < 2)
|
||||
endfunction
|
||||
|
||||
"FUNCTION: s:StripMarkupFromLine(line){{{2
|
||||
"FUNCTION: s:StripMarkupFromLine(line, removeLeadingSpaces){{{2
|
||||
"returns the given line with all the tree parts stripped off
|
||||
"
|
||||
"Args:
|
||||
|
|
Loading…
Reference in New Issue
Block a user