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

Handles vim-pandoc's integration with third-party plugins

Results 2 vim-pandoc-after issues
Sort by recently updated
recently updated
newest added

I get an error trying to use these snippets, for `%%` I get an error itself ``` vim.error: Vim:E117: Unknown function: Filename ``` for `%%v` the snippet expands, but to...

I have the newest vim-pandoc, vim-pandoc-after and supertab installed in .vim/bundle for pathogen. In my .vimrc I have ``` let g:pandoc#after#modules#enabled = ["supertab"] ``` Completing a citation key works with...