I broke up with neovim....vim is my best friend now
This commit is contained in:
26
dot_vim/plugged/vimtex/test/test-motions/test-beamer.vim
Normal file
26
dot_vim/plugged/vimtex/test/test-motions/test-beamer.vim
Normal file
@@ -0,0 +1,26 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
syntax on
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
silent edit test-beamer.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
" vint: -ProhibitCommandRelyOnUser
|
||||
|
||||
normal 28G2]r
|
||||
call assert_equal(line('.'), 37)
|
||||
|
||||
normal 28G]R
|
||||
call assert_equal(line('.'), 35)
|
||||
|
||||
normal 28G2[r
|
||||
call assert_equal(line('.'), 7)
|
||||
|
||||
normal 28G[R
|
||||
call assert_equal(line('.'), 20)
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user