X-Git-Url: https://git.wincent.com/docvim.git/blobdiff_plain/ab3a3ddff68b4bec9313ebd296325dd2c94e958c..4c855ae060f37c775527df3d93ee0f18a9ffef79:/tests/fixtures/markdown/headings.golden
diff --git a/tests/fixtures/markdown/headings.golden b/tests/fixtures/markdown/headings.golden
index 6b12990..ea887dc 100644
--- a/tests/fixtures/markdown/headings.golden
+++ b/tests/fixtures/markdown/headings.golden
@@ -1,9 +1,13 @@
+
# foo
+
## A heading
+
### A subheading
+
## An overlength heading when I really should have chose something shorter
Note that in order for that last one to be shown as a heading in Vim, we can't allow the usual hard-wrapping rules to apply.