diff options
Diffstat (limited to 'test/indent/python/not-a-comment-indented')
| -rw-r--r-- | test/indent/python/not-a-comment-indented/cmd | 1 | ||||
| -rw-r--r-- | test/indent/python/not-a-comment-indented/in | 4 | ||||
| -rw-r--r-- | test/indent/python/not-a-comment-indented/out | 5 | ||||
| -rw-r--r-- | test/indent/python/not-a-comment-indented/rc | 3 |
4 files changed, 13 insertions, 0 deletions
diff --git a/test/indent/python/not-a-comment-indented/cmd b/test/indent/python/not-a-comment-indented/cmd new file mode 100644 index 00000000..60ee9918 --- /dev/null +++ b/test/indent/python/not-a-comment-indented/cmd @@ -0,0 +1 @@ +gjA<ret> diff --git a/test/indent/python/not-a-comment-indented/in b/test/indent/python/not-a-comment-indented/in new file mode 100644 index 00000000..f3c7955e --- /dev/null +++ b/test/indent/python/not-a-comment-indented/in @@ -0,0 +1,4 @@ + # If we're not in a comment at all, make sure we do the right thing. + # (one empty line and a 4-space prefixed line follows) + + diff --git a/test/indent/python/not-a-comment-indented/out b/test/indent/python/not-a-comment-indented/out new file mode 100644 index 00000000..9748afb0 --- /dev/null +++ b/test/indent/python/not-a-comment-indented/out @@ -0,0 +1,5 @@ + # If we're not in a comment at all, make sure we do the right thing. + # (one empty line and a 4-space prefixed line follows) + + + diff --git a/test/indent/python/not-a-comment-indented/rc b/test/indent/python/not-a-comment-indented/rc new file mode 100644 index 00000000..a098fc21 --- /dev/null +++ b/test/indent/python/not-a-comment-indented/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/filetype/python.kak" +set buffer filetype python |
