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

Ultisnips %%, and %%v

Open ixil opened this issue 5 years ago • 0 comments

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 is produced

`!v Filename('', 'title')`

(https://github.com/honza/vim-snippets/blob/master/autoload/vim_snippets.vim) has examples of what might be useful

ixil avatar Nov 05 '18 09:11 ixil