mirror of
https://github.com/vim/vim.git
synced 2025-10-20 08:14:18 -04:00
runtime(vim): fix indentation after :registers +
closes: #18528 Signed-off-by: lacygoill <lacygoill@lacygoill.me> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ed93df4935
commit
08c39d2fe9
@@ -218,3 +218,8 @@ endif
|
||||
set path=.,,
|
||||
set clipboard=unnamed,unnamedplus
|
||||
" END_INDENT
|
||||
|
||||
" START_INDENT
|
||||
registers +
|
||||
echo 'text'
|
||||
" END_INDENT
|
||||
|
@@ -218,3 +218,8 @@ endif
|
||||
set path=.,,
|
||||
set clipboard=unnamed,unnamedplus
|
||||
" END_INDENT
|
||||
|
||||
" START_INDENT
|
||||
registers +
|
||||
echo 'text'
|
||||
" END_INDENT
|
||||
|
Reference in New Issue
Block a user