vim-pandoc-syntax icon indicating copy to clipboard operation
vim-pandoc-syntax copied to clipboard

`\` is not properly handled

Open randomizedthinking opened this issue 6 years ago • 2 comments
trafficstars

When a backslack is inside a grave accent, it loses its special meaning. Yet, vim-pandoc-syntax didn't handle it correctly as of now.

For instance, \ -- the second grave accent will be treated as being escaped.

randomizedthinking avatar Apr 22 '19 17:04 randomizedthinking

This works:

    `` \ ``

i.e. doublebacktick+space+backslash+space+doublebacktick.

Den mån 22 apr. 2019 19:31randomizedthinking [email protected] skrev:

When a backslack is inside a grave accent, it loses its special meaning. Yet, vim-pandoc-syntax didn't handle it correctly as of now.

For instance, \ -- the second grave accent will be treated as being escaped.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vim-pandoc/vim-pandoc-syntax/issues/266, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI3OUYPMRPHHZOYF64FC53PRXY5NANCNFSM4HHRG4TQ .

bpj avatar Apr 23 '19 18:04 bpj

Thanks for the work-around.

Based on the pandoc syntax, \ should work, so it is a minor bug to be fixed.

randomizedthinking avatar Apr 28 '19 07:04 randomizedthinking