Files
org-vim/runtime/syntax/testdir/input/vim_ex_normal.vim
T

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
2025-07-25 20:00:25 +02:00
normal j
normal! j
normal!j
2025-07-25 20:00:25 +02:00
" No trailing bar
normal j 42|echo "not echo command"
2025-07-25 20:00:25 +02:00
" No trailing comment
normal j "0p
2025-07-25 20:00:25 +02:00
" Multiline arg
normal j
\k
"\ comment
\j
2025-07-25 20:00:25 +02:00
" Issue: word-boundary required after name (old bug)
normalj
2025-07-25 20:00:25 +02:00