X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4abc0399b527c50369c448e00d6e204af74026e5..715f60c11bc12d8d6ffedded90c2b9a6a1b6a287:/tests/data/simple_cases/comments5.py diff --git a/tests/data/simple_cases/comments5.py b/tests/data/simple_cases/comments5.py index c8c3881..bda4061 100644 --- a/tests/data/simple_cases/comments5.py +++ b/tests/data/simple_cases/comments5.py @@ -62,6 +62,8 @@ def decorated1(): # Preview.empty_lines_before_class_or_def_with_leading_comments. # In the current style, the user will have to split those lines by hand. some_instruction + + # This comment should be split from `some_instruction` by two lines but isn't. def g(): ...