Skip to content

Commit

Permalink
Merge pull request lukerandall#7 from escherba/master
Browse files Browse the repository at this point in the history
Redraw screen after opening haddock browser
  • Loading branch information
lukerandall committed Jul 13, 2012
2 parents 6e302de + 2af9bb1 commit 7dcd6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftplugin/haskell_doc.vim
Expand Up @@ -183,6 +183,7 @@ function! DocBrowser(url)
else
silent exe '!'.printf(g:haddock_browser_callformat,g:haddock_browser,escape(url,'#%'))
endif
redraw!
endfunction

"Doc/Doct are an old interface for documentation lookup
Expand Down

0 comments on commit 7dcd6c2

Please sign in to comment.