Skip to content

Commit

Permalink
fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
blindFS committed Nov 7, 2015
1 parent d0546f2 commit c37ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/taskwarrior.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function! taskwarrior#list(...) abort
let b:command = get(a:, 1, b:command)
let b:filter = get(a:, 2, b:filter)
let b:type = get(a:, 3, b:type)
let b:rc = get(a:, 4, b:rc)
let b:rc = get(a:, 4, b:rc). ' rc.defaultheight=0'

let b:rc .= ' '.join(filter(split(b:filter, ' '), "v:val =~ '^rc\..*'"))
let b:filter = join(filter(split(b:filter, ' '), "v:val !~ '^rc\..*'"))
Expand Down

0 comments on commit c37ed61

Please sign in to comment.