fix a retarded bug with FlagSet.clearFlags
This commit is contained in:
parent
32cf3ee62d
commit
3941389f13
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user