summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-03-13 12:10:32 +0000
committerUrbain Vaes <urbain@vaes.uk>2015-03-13 12:10:32 +0000
commit2163290664136a358648cf968572344d6406580e (patch)
treee6a3df0b686665c525e399651a55ce6e0840e645 /vim/vimrc
parentb3727cce64e67585bfee83ebe6523712091cc4a0 (diff)
commit before merge
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 99d8eb9..08bf19e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -221,15 +221,6 @@ vnoremap g^ ^
"" Latex
nmap <buffer> <F2> <Plug>LatexChangeEnv
let g:tex_fast=""
-
-" Synctex
-function! LatexEvinceSearch()
- execute "!cd " . LatexBox_GetTexRoot() . '; evince_vim_dbus.py EVINCE "`basename ' . LatexBox_GetOutputFile(). '`" ' . line('.') . ' "%:p"'
-endfun
-
-command! LatexEvinceSearch call LatexEvinceSearch()
-
-autocmd FileType tex map <F6> :silent LatexEvinceSearch <Return>
autocmd Filetype tex call SetTexOptions()