Updated dsc, remove dependency of surround.vim

This commit is contained in:
Karl Yngve Lervåg 2015-01-29 12:04:41 +01:00
parent 45d1935b5b
commit bc34b096a5

View File

@ -9,9 +9,7 @@ function! latex#change#init(initialized) " {{{1
nnoremap <silent><buffer> dse :call latex#change#env('')<cr>
nnoremap <silent><buffer> cse :call latex#change#env_prompt()<cr>
if exists('g:loaded_surround') && g:loaded_surround
nmap <silent><buffer> dsc ds}dF\
endif
nnoremap <silent><buffer> dsc vaBom`o<esc>xg``xdF\
nnoremap <silent><buffer> csc :call latex#change#command()<cr>
nnoremap <silent><buffer> tse :call latex#change#toggle_env_star()<cr>