mirror of
https://github.com/neovim/neovim.git
synced 2026-03-09 18:45:44 +00:00
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.
23 lines
308 B
Plaintext
23 lines
308 B
Plaintext
Test for t movement command and 'cpo-;' setting
|
|
|
|
STARTTEST
|
|
:set nocompatible viminfo+=nviminfo
|
|
:set cpo-=;
|
|
/firstline/
|
|
j0tt;D
|
|
0fz;D
|
|
$Fy;D
|
|
$Ty;D:set cpo+=;
|
|
j0tt;;D
|
|
$Ty;;D:?firstline?+1,$w! test.out
|
|
:qa!
|
|
ENDTEST
|
|
|
|
firstline
|
|
aaa two three four
|
|
zzz
|
|
yyy
|
|
bbb yee yoo four
|
|
ccc two three four
|
|
ddd yee yoo four
|