mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -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
|
||||
|
||||
"FUNCTION: FlagSet.clearFlags(scope) {{{1
|
||||
function! s:FlagSet.clearFlags(scope, flag)
|
||||
function! s:FlagSet.clearFlags(scope)
|
||||
let self._flags[a:scope] = []
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user