I broke up with neovim....vim is my best friend now
This commit is contained in:
19
dot_vim/plugged/vimtex/test/test-motions-virtual/test.vim
Normal file
19
dot_vim/plugged/vimtex/test/test-motions-virtual/test.vim
Normal file
@@ -0,0 +1,19 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
let &rtp .= ',../../after'
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
|
||||
set nomore
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
" let g:vimtex_matchparen_enabled = 0
|
||||
|
||||
silent edit test.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
" Test for #1537
|
||||
call feedkeys("\<c-v>j$d", 'tm')
|
||||
call feedkeys(":wq! test.out\<cr>", 't')
|
||||
Reference in New Issue
Block a user