Dmytro Kolomoiets

Results 22 issues of Dmytro Kolomoiets

Don't really know how it can be achieved, but bunch of variables in `ProjectConfig.cmake` had much nicer alignment before -- with easy to see **type** and values/comments aligned at the...

feature-request
acknowledged

## Usecase: Repo directly stores .patch and .diff files alongside normal code: buildroot, crosstool-ng, etc. It's a mess to maintain proper SPDX for them. ## Situation: 1) Patch files require...

help wanted
comment-styles

Reproduction with git=2.25.1 ```bash mkdir loop cd loop git init touch README echo '_*/' > .gitignore git add --all git commit -m 'init' git branch fea git worktree add _fea...

How about plugin option to enclose mapped actions inside ``` old = getcurpos() ... setpos('.', old+(append ? len(newleftblock) : delete ? -len(oldleftblock) : replace ? len(new)-len(old) : 0)) ``` I...

With default `/` I used next mapping to yank current cmdline directly from cmdline: ``` VimL function! CopyStringInReg(r, str) " Preserve previous buffer in register. call setreg('p', getreg(a:r, 1), getregtype(a:r))...

Hello. You haven't been able to get in touch with ag.vim maintainer, but as -loosingkeys- specified once, he is the single one for now. So, you decided to rename plugin...

Using heredocs would be great -- so we could enlist input for commands for processing.

All my repos have changed local credentials: ``` [remote "origin"] url = ghub:amerlyq/airy fetch = +refs/heads/*:refs/remotes/origin/* ``` And symmetrical part in `~/.ssh/config` is ``` Host ghub HostName github.com User git...

I would like to ask you to share write/merge permissions to this repository with somebody interested in from the community. It would allow to boost currently stagnated development of this...

Could you make mappings changeable in .vimrc? (Like in https://github.com/Valloric/ListToggle -- and itegrate its functionality -- only two mappings really! if possible). In current state I can't replace mappings which...

enhancement
new option
request for comments