Karl Fleischmann

Results 35 comments of Karl Fleischmann

I have mixed results with e9d32830 unfortunately. Sometimes it's reporting an infinite recursion, and sometimes it just outputs `46_AutoPairsReturn` verbosely into the current cursor position. The infinite recursion seems to...

@xaizek no problem, thanks for working on this plugin. 🙇 The recursion issue seems to be solved now. The `46_AutoPairsReturn` is now printed whenever I select a snippet and it...

`nvim` and in ex mode `:imap ` yields: `i &@46_AutoPairsReturn`. Which - according to the verbose pre-cmd - was set from the `auto-pairs` plugin. (`auto-pairs/plugin/auto-pairs.vim`)

I changed my completion plugin (from [Shougo/deoplete.nvim](https://github.com/Shougo/deoplete.nvim) to [lifepillar/vim-mucomplete](https://github.com/lifepillar/vim-mucomplete)) and found a similar issue with that plugin, in that remappings of `` would print the `AutoPairs` string into the buffer....

Hmm, I would have guessed this would fail, as I also forget to add the ubuntu-specific packages to the GH Action prepare-linux stage. :thinking:

Hello @alexseitsinger, you are absolutely correct in the statement, that the indent expression is overwritten. On the other hand the new indentexpr uses and evaluates the previously set (and stored...

Hello. Although I appreciate you reporting a bug, I won't be able (or willing for that matter) to further look into this issue unless you provide a good description, a...

Hello and thanks for taking the time to file this issue. From a quick glance I think this issue arises because the `typescript.vim` files giving an error are softlinks to...

@alexandermckay @marcusrognes as I suspected the symlinks were not working on Windows. I tried to circumvent this by creating actual files using the `runtime` command. I will give this a...

Hello @TomPridham thanks for taking your time to post this issue, but I don't really understand what the issue is?