test19.in

来自「VIM文本编辑器」· IN 代码 · 共 17 行

IN
17
字号
Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set.

STARTTEST
:set smarttab expandtab ts=8 sw=4
/some
r	:set noexpandtab
/other
r	:?start?,$w! test.out
:qa!
ENDTEST

start text
		some test text
test text
		other test text
test text

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?