Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Mar 13, 2019
1 parent ae67ad8 commit d8b26c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/gopher/tags_test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ fun! Test_tags() abort
" Remove all based on offset.
let l:want = l:input + ['']
call gopher#tags#modify(0, 0, -1, '-rm')
" vint: -ProhibitCommandRelyOnUser -ProhibitCommandWithUnintendedSideEffect
silent %s/ *$//g " Leaves trailing whitespace.
let l:got = gopher#buf#lines()
if l:want != l:got
Expand Down

0 comments on commit d8b26c1

Please sign in to comment.