Add test to ensure whitespaces are preserved after uncomment
This commit is contained in:
parent
5d689858df
commit
8a1b557b5f
|
@ -0,0 +1 @@
|
|||
%:comment-line<ret>
|
3
test/indent/comment/uncomment-multiple-indented-lines/in
Normal file
3
test/indent/comment/uncomment-multiple-indented-lines/in
Normal file
|
@ -0,0 +1,3 @@
|
|||
# a:
|
||||
# b: 1
|
||||
# c: 2
|
|
@ -0,0 +1,3 @@
|
|||
a:
|
||||
b: 1
|
||||
c: 2
|
4
test/indent/comment/uncomment-multiple-indented-lines/rc
Normal file
4
test/indent/comment/uncomment-multiple-indented-lines/rc
Normal file
|
@ -0,0 +1,4 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/yaml.kak"
|
||||
source "%val{runtime}/rc/core/comment.kak"
|
||||
set buffer filetype yaml
|
Loading…
Reference in New Issue
Block a user