mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
fix a retarded bug with FlagSet.clearFlags
This commit is contained in:
@@ -12,7 +12,7 @@ function! s:FlagSet.addFlag(scope, flag)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: FlagSet.clearFlags(scope) {{{1
|
"FUNCTION: FlagSet.clearFlags(scope) {{{1
|
||||||
function! s:FlagSet.clearFlags(scope, flag)
|
function! s:FlagSet.clearFlags(scope)
|
||||||
let self._flags[a:scope] = []
|
let self._flags[a:scope] = []
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user