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