Files
org-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.

31 lines
275 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
" Issue: word-boundary required after name (old bug)
normalj