mirror of
https://github.com/vim/vim.git
synced 2026-05-01 07:57:10 +02:00
7 lines
65 B
VimL
7 lines
65 B
VimL
|
|
" Ex command ranges
|
||
|
|
|
||
|
|
'<,'>print
|
||
|
|
'(,')print
|
||
|
|
'{,'}print
|
||
|
|
'[,']print
|