Commit 5056e63
authored
Fix things that look like tables in code blocks (#361)
When I have a markdown document that looks like this:
```yaml
---
foo: bar
---
```
the `pandocDelimitedCodeBlockStart` region was tricking the `ALLBUT`,
making Vim think that it should treat the `---` as the start of a simple
table, even though it was inside a code block.1 parent aba6b55 commit 5056e63
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments