-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vader swallows Given lines #211
Comments
I could track it down to the following line: vader.vim/autoload/vader/window.vim Line 121 in 6fff477
If I comment out this line everything works as expected. I must admit that I don't understand the purpose of this line (and the corresponding |
hupfdule
added a commit
to hupfdule/vader.vim
that referenced
this issue
May 5, 2020
This fixes junegunn#211. However, the consequences are unclear as is the purpose of the now uncommented line.
hupfdule
added a commit
to hupfdule/vader.vim
that referenced
this issue
May 6, 2020
This fixes junegunn#211. However, the consequences are unclear as is the purpose of the now uncommented line.
hupfdule
added a commit
to hupfdule/vader.vim
that referenced
this issue
May 28, 2020
This fixes junegunn#211. However, the consequences are unclear as is the purpose of the now uncommented line.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
please have a look at the following vader file:
When running
:Vader
this is the output:Vader obviously swallows some lines. At first it seemed to me that it does this when it encounters a line that:
=
andBut if I add
to the end of the "ATX headings" Given block then only the
== bar
line is swallowed.The behaviour is the same when I use a semicolon instead of a colon after the
Given
line and use indentation.What is wrong here? It seems that Vader just always chokes on asciidoc syntax.
The text was updated successfully, but these errors were encountered: