diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-19 01:02:25 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-19 01:02:25 -0400 |
commit | ba9bdb3e70722942049fc17c52ef3d9eea866256 (patch) | |
tree | 9d16e844a3f5eb67c71f4fe3aeee9742b0db815f /runtime/autoload | |
parent | 1cb8afed7845cf8504bbbb560d04ea980f6b7cc5 (diff) | |
parent | 43fe335eda6c9f0ef231777aa03836a402d50668 (diff) | |
download | rneovim-ba9bdb3e70722942049fc17c52ef3d9eea866256.tar.gz rneovim-ba9bdb3e70722942049fc17c52ef3d9eea866256.tar.bz2 rneovim-ba9bdb3e70722942049fc17c52ef3d9eea866256.zip |
Merge pull request #4604 from dbarnett/vim-60cce2f
vim-patch:60cce2f
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/tohtml.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/autoload/tohtml.vim b/runtime/autoload/tohtml.vim index 5cb23a6146..d972ad63fe 100644 --- a/runtime/autoload/tohtml.vim +++ b/runtime/autoload/tohtml.vim @@ -1,6 +1,6 @@ " Vim autoload file for the tohtml plugin. " Maintainer: Ben Fritz <fritzophrenic@gmail.com> -" Last Change: 2013 Jun 19 +" Last Change: 2013 Sep 03 " " Additional contributors: " @@ -302,7 +302,7 @@ func! tohtml#Convert2HTML(line1, line2) "{{{ else "{{{ let win_list = [] let buf_list = [] - windo | if &diff | call add(win_list, winbufnr(0)) | endif + windo if &diff | call add(win_list, winbufnr(0)) | endif let s:settings.whole_filler = 1 let g:html_diff_win_num = 0 for window in win_list |