Andy Massimino

Results 139 comments of Andy Massimino
trafficstars

Ah, got it now. Thanks for explaining. I'll just mention in the chance you haven't seen it, that there is a setting `previewpopup` which makes `:ptag` and `:pedit` open in...

What about `"=strtrans(@q)p` ?

Maybe it can be done (for example) with something like this: ```vim function! EscReg(reg) abort let lhs = '(_tmp)' call nvim_set_keymap('n', lhs, getreg(a:reg), {}) let res = maparg(lhs) call nvim_del_keymap('n',...

It sounds like you prefer to use the popup window instead of the status line: let g:matchup_matchparen_offscreen = {'method': 'popup'} Does this resolve the issue?

very strange, I cannot reproduce it, but I do see a similar problem. reported: offscreen match covers status line in normal mode, i.e., at bottom most line observed: in normal...

Hi, have you tried https://github.com/elixir-editors/vim-elixir?

Maybe it can be supported.. but is self-closing div valid HTML? Can this occur in real situations? I notice that the matching is correct if we rename the file to...

@captainko can you please give an example of angular with self closing tags that would demonstrate the issue? I am not familiar enough with angular to understand how this would...

@timurridjanovic just to be clear, we are talking about self closing tags that are the same as other non-self closed tags in the same document, right? As opposed to simply...

Hi @lalitmee, can you provide any example which `%` does not work? This plugin is designed to be backwards compatible with matchit so should provide identical jumping behavior, unless there...