Eugen

Results 25 comments of Eugen

For example: 1 2 ···· 3 Indent guides is not required because only one line will be highlighted. Not to create additional highlights, we would set g:indent_guides_min_indent_lines to 1 (for...

You can use `` and `` to do so. `` and `` are mapped to use multipler patterns (e.g. `rg` with multiple `-e` options). There's a pull request aimed to...

You can also remap `` and `` for a while ```vim cnoremap cnoremap ``` I even forgot that `` is normally used to scroll through the history by default lol.

There's already a poc implementation in `implement-rename-feature` branch, but I discovered, that cyclic renames can cause problems. Some file manager plugins with mass renames also have this problem and I...

By the way it'd be nice to use this feature for refactoring using [abolish :Subvert](https://github.com/tpope/vim-abolish#substitution) command to rename classes along with their filenames using one command.

Thanks for your ideas. > list of deleted files I hesitate to add file deletion feature since: * It's less safe in terms of accidental data loss. * It's harder...

@rgrinberg Thanks for your feedback. I would say a few weeks, but maybe even less. It depends on the amount of bugs. I also have plans to push stuff from...

You can debug the process by visiting http://localhost:8088/cluster/scheduler. If everything is configured correctly you will see Active Nodes count different than zero. My issue was tied with a simple lack...

Thanks for the detailed report. Debugging hint: you can see the executed command using `:echo b:esearch.request.command`. 1. If you use extglob, all the extglobbing features that your bash build supports...

Another problem is that `paths` option seems to override dot-ignore files. We can get around it by implementing another menu entry to set `--glob GLOB` option. Since you can specify...