I broke up with neovim....vim is my best friend now
This commit is contained in:
14
dot_vim/plugged/vimtex/test/test-env/test-toggle-star.vim
Normal file
14
dot_vim/plugged/vimtex/test/test-env/test-toggle-star.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
set nocompatible
|
||||
set runtimepath^=../..
|
||||
filetype plugin on
|
||||
syntax on
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
silent edit test-toggle-star.tex
|
||||
|
||||
normal! 4G
|
||||
call vimtex#env#toggle_star()
|
||||
call assert_equal('\end{document}', getline('$'))
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user