Andrew Radev

Results 25 issues of Andrew Radev

Seems like these callbacks are used particularly for buffer highlights, so it should be fine to only call them on Neovim. Otherwise the function errors out on standard Vim.

# What it does: Fixes the pluralization of "people" to "person" instead of "personople". # Why it does it: Submatch 1 was the entire group starting with `(\w*` and wrapping...

Вместо точките за едно предизвикателство да са фиксирани на 1, можем да ги променяме през интерфейса, както правим със задачите. Default-ват към 1 за съвместимост.

test

Implementable via opening a new buffer, performing the operation and writing it back in. Proof of concept in the [visual-mode](https://github.com/AndrewRadev/splitjoin.vim/tree/visual-mode) branch.

Experimental, supports function type declarations, lambda functions and function definitions.

Not planning to merge this, just playing around. Changes were mostly mechanical, so it wasn't a big deal to apply. I might do something like keep both versions of the...

As noted by @kballenegger in issue #249, vim-ruby currently indents some cases of blocks wrong. On my machine, the indenting works like so: ``` ruby (@superclass_cache ||= {})[service_name.to_sym] ||= Class.new(InternalServiceController)...

indent

The `Activity` model comes from the gem, which means it's not very convenient to customize. I'd rather have a domain model in my app that I can extend. It's still...

feature

As discussed in https://github.com/AndrewRadev/vimrunner/pull/19, there's a lot of sense in providing an option to keep the spawned Vim around after the script has exited. Currently, this works with the `:foreground...

Here's an example that fails for me on the current master: ``` jsx const foo = ``` Putting the cursor on the opening ``, tapping % doesn't jump to the...