Skip to content

Commit

Permalink
Remove silent navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Vasconcellos committed May 3, 2018
1 parent 21ee84a commit b425bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/interestingwords.vim
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ function! WordNavigation(direction)
call search(pat, searchFlag)
else
if (a:direction)
silent! normal! n
normal! n
else
silent! normal! N
normal! N
endif
endif
endfunction
Expand Down

0 comments on commit b425bb4

Please sign in to comment.