Skip to content

Commit

Permalink
fix a retarded bug with FlagSet.clearFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed Jul 6, 2014
1 parent 32cf3ee commit 3941389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nerdtree/flag_set.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3941389

Please sign in to comment.