mirror of
https://github.com/vim/vim.git
synced 2025-11-08 10:27:32 -05:00
7 lines
65 B
VimL
7 lines
65 B
VimL
|
|
" Ex command ranges
|
||
|
|
|
||
|
|
'<,'>print
|
||
|
|
'(,')print
|
||
|
|
'{,'}print
|
||
|
|
'[,']print
|