Do not enable syntax in Vim floating popup

Fixes #653
Closes #654
This commit is contained in:
Andy Stewart
2019-09-23 10:33:17 +01:00
parent 76aa5920db
commit f980fab55c

View File

@@ -422,7 +422,6 @@ function! s:open_hunk_preview_window()
\ }) \ })
call setbufvar(winbufnr(s:winid), '&filetype', 'diff') call setbufvar(winbufnr(s:winid), '&filetype', 'diff')
call win_execute(s:winid, 'syntax enable')
return return
endif endif