0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00
vim/runtime/syntax/testdir/input/vim_ex_normal.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
258 B
VimL
Raw Normal View History

" Vim :normal command
normal j
normal! j
normal!j
" no trailing bar
normal j 42|echo "not echo command"
" no trailing comment
normal j "0p
" multiline arg
normal j
\k
"\ comment
\j
" word-boundary required after name (old bug)
normalj