Merge pull request #658 from Libbum/docfix

Corrected Okular options in documentation
This commit is contained in:
Karl Yngve Lervåg 2017-01-10 20:36:40 +01:00 committed by GitHub
commit ce316881ef

View File

@ -921,7 +921,7 @@ Options~
and backward search. Recommended settings are: > and backward search. Recommended settings are: >
let g:vimtex_view_general_viewer = 'okular' let g:vimtex_view_general_viewer = 'okular'
let g:vimtex_view_general_options = '--unique @pdf\#src:@line@tex' let g:vimtex_view_general_options = '--unique file:@pdf\#src:@line@tex'
let g:vimtex_view_general_options_latexmk = '--unique' let g:vimtex_view_general_options_latexmk = '--unique'
< Backward search must be set up from the viewer through < Backward search must be set up from the viewer through