Files
org-vim/runtime/syntax/testdir/input/vim_ex_prompt_commands.vim

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

47 lines
602 B
VimL
Raw Normal View History

" Vim :prompt{find,repl} commands
promptfind foo
promptrepl foo
promptfind a
\ really
\ long
\ search
\ string
promptrepl a
\ really
\ long
\ search
\ string
" no tail comment or trailing bar
promptfind foo " more search string
promptfind foo | more search string
def Vim9Context()
promptfind foo
promptrepl foo
promptfind a
\ really
\ long
\ search
\ string
promptrepl a
\ really
\ long
\ search
\ string
# no tail comment or trailing bar
promptfind foo # more search string
promptfind foo | more search string
enddef