mirror of
https://github.com/preservim/nerdtree.git
synced 2025-02-19 22:21:44 +08:00
minor cosmetic change
This commit is contained in:
parent
e102abe98f
commit
2e26da9666
|
@ -1648,7 +1648,7 @@ function! s:BufInWindows(bnum)
|
||||||
return cnt
|
return cnt
|
||||||
endfunction " >>>
|
endfunction " >>>
|
||||||
|
|
||||||
"FUNCTION: CompareBookmarks(first, second) {{{2
|
"FUNCTION: s:CompareBookmarks(first, second) {{{2
|
||||||
"Compares two bookmarks
|
"Compares two bookmarks
|
||||||
function! s:CompareBookmarks(first, second)
|
function! s:CompareBookmarks(first, second)
|
||||||
return a:first.compareTo(a:second)
|
return a:first.compareTo(a:second)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user