diff options
Diffstat (limited to 'test/indent/python/paragraph-break')
| -rw-r--r-- | test/indent/python/paragraph-break/cmd | 1 | ||||
| -rw-r--r-- | test/indent/python/paragraph-break/in | 4 | ||||
| -rw-r--r-- | test/indent/python/paragraph-break/out | 5 | ||||
| -rw-r--r-- | test/indent/python/paragraph-break/rc | 3 |
4 files changed, 13 insertions, 0 deletions
diff --git a/test/indent/python/paragraph-break/cmd b/test/indent/python/paragraph-break/cmd new file mode 100644 index 00000000..60ee9918 --- /dev/null +++ b/test/indent/python/paragraph-break/cmd @@ -0,0 +1 @@ +gjA<ret> diff --git a/test/indent/python/paragraph-break/in b/test/indent/python/paragraph-break/in new file mode 100644 index 00000000..c856556f --- /dev/null +++ b/test/indent/python/paragraph-break/in @@ -0,0 +1,4 @@ +# A new line after a single empty comment line should leave the empty comment +# in place as a possible paragraph separator, starting a new comment with the +# prefix copied. +# diff --git a/test/indent/python/paragraph-break/out b/test/indent/python/paragraph-break/out new file mode 100644 index 00000000..56da68fd --- /dev/null +++ b/test/indent/python/paragraph-break/out @@ -0,0 +1,5 @@ +# A new line after a single empty comment line should leave the empty comment +# in place as a possible paragraph separator, starting a new comment with the +# prefix copied. +# +# diff --git a/test/indent/python/paragraph-break/rc b/test/indent/python/paragraph-break/rc new file mode 100644 index 00000000..a098fc21 --- /dev/null +++ b/test/indent/python/paragraph-break/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/filetype/python.kak" +set buffer filetype python |
