X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c2327c83b28aa9ae6e7ea7078f17033c23e34d9c..579a8f93442b2e109bcd0d4118a9f9ccf52fc17c:/tests/data/fmtonoff.py diff --git a/tests/data/fmtonoff.py b/tests/data/fmtonoff.py index 74b52ec..b2e9fc0 100644 --- a/tests/data/fmtonoff.py +++ b/tests/data/fmtonoff.py @@ -11,6 +11,10 @@ from third_party import (X, Y, Z) # fmt: on f'trigger 3.6 mode' +# Comment 1 + +# Comment 2 + # fmt: off def func_no_args(): a; b; c @@ -159,6 +163,10 @@ from third_party import (X, Y, Z) # fmt: on f"trigger 3.6 mode" +# Comment 1 + +# Comment 2 + # fmt: off def func_no_args(): a; b; c