Set default value for b:latex_view_method
This commit is contained in:
parent
d9b30f92bc
commit
deb80daa4e
@ -21,7 +21,7 @@ function! latex#view#init(initialized) " {{{1
|
||||
\ 'linux' : 'xdg-open',
|
||||
\ 'mac' : 'open',
|
||||
\ })
|
||||
call latex#util#set_default('g:latex_view_method', '')
|
||||
call latex#util#set_default('g:latex_view_method', 'general')
|
||||
call latex#util#set_default('g:latex_view_mupdf_send_keys', '')
|
||||
call latex#util#error_deprecated('g:latex_viewer')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user