Max Odnoletkov
Max Odnoletkov
1. UIKit doesn't guarantee specific order or paring for `viewDidAppear` and `viewDidDisappear` (as well as for most other appearance methods combinations). So they can't be used for proper management of...
It would be great to Tab-complete possible paths on the command line. I had a quick look at the implementation and it seems to be a rather hard feature to...
I am aware of a few relatively well-known ways to define paths in JSON: * [JSONPath](http://goessner.net/articles/JsonPath/) * [JSON Pointer](https://tools.ietf.org/html/rfc6901) * [Relative JSON Pointer](https://datatracker.ietf.org/doc/draft-handrews-relative-json-pointer/) It would be great to support/be based...
- `nvim --version`: NVIM v0.3.8 - `vim -u DEFAULTS` (version: ) behaves differently? yes - Operating system/version: Linux, CentOS 7 - Terminal name/version: Terminal.app - `$TERM`: xterm-256color ### Steps to...
Look for and use path of the +++ side when it exists. For removals it is /dev/null, so use path of the --- side. For the line range only line1...
Anchor format is ``` #diff-[L|R] ``` With L line number is relative to the --- side, with R to the +++ side. Path of the +++ side used when it...
It would be great to have `:{range}Gbrowse` working for commit objects. Especially useful for doing code reviews. Sample URL: ``` https://github.com/tpope/vim-rhubarb/commit/b6cbbb0ad3e22870a3cd8d79a22722c63d98d18b#diff-fa7310c9e56a98e1e812ae6c04353771R43 ``` Anchor format is: ``` #diff-[L|R] ``` with `L`...
Much more useful than just a jump. Also built-in [c/]c can be extended to reveal the full diff hunk. But that is more of a stretch maybe.
Seems like a natural fit Existing "prev/next" command | New "current" command -|- :previous:next | :argument :bprevious:bnext | :buffer :lprev:lnext | :ll :cprev:cnext | :cc :tprevious:tnext | ? Not sure...
Feels natural as cherry-picks look and feel pretty much same as rebases in the status buffer. Same for skip and abort maps too