mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -04:00
7 lines
65 B
VimL
7 lines
65 B
VimL
|
" Ex command ranges
|
||
|
|
||
|
'<,'>print
|
||
|
'(,')print
|
||
|
'{,'}print
|
||
|
'[,']print
|