Λlisue
Λlisue
In my terminal with zsh, arrow keys didn't work without this PR. I think this PR fix #40 as well.
様々なプラグインでお世話になっております。今回は機能要望という事でIssueを立てさせていただきました。 概要はタイトルのとおりです。 例えば Tagbar の場合ですが `?` を入力することで下図のようなマッピングリストが表示されます   Agitのようなビュワーは編集用プラグインのように頻繁に利用するわけではないため、どんな機能があるのかを完全に把握するのにかなりの時間がかかります。その状態でマッピングを探すのは結構な手間がかかるため、Agitに関するマッピングと簡易説明がさっと表示できる機能のようなものがあると助かります。 お時間があるときにご検討いただけると幸いです。
It seems patch fails when there is no common suffix among stage, index, and worktree. For example ``` | HEAD | INDEX | WORKTREE | |+aaaaaaaa |+aaaaaaaa | | |+aaaaaaaa...
``` Error detected while processing function gina#command#call[25]..function gina#command#call[17]..gina#core#revelator# call[1]..84_call[4]..gina#command#show#call[11]..gina#core#buffer#open[25]..99_open_with_callback[5]..101_open[25]..100_open: line 27: E37: No write since last change (add ! to override) ``` This is kinda spec but it's not user-friendly.
``` [gina] Fail: env GIT_TERMINAL_PROMPT=0 git --no-pager -c core.editor=false -c color.status=always -C /home/tennashi/ sandbox/hoge blame --incremental 0000000000000000000000000000000000000000 -- hoge.txt [gina] fatal: bad object 0000000000000000000000000000000000000000 ```
1. `cd gina.vim && vim` 2. `:cd autoload` 3. `:e test` 4. `:w` 5. `:Gina add %` 6. `:Gina status`
It would be nice if actions are available on `Gina log --stat` buffer like below
## Problem Summary If I perform `zcompile` to all `*.zsh` files in zplug and repos, the loading time decrease approx 0.3 sec. ``` INSERT 07:23 : which zsh_profile_rc ~ zsh_profile_rc...
This feature request is mainly for `ProhibitAbbreviationOption`. For example, I would like to use `ProhibitAbbreviationOption` but for `cpoption`. In README, I found ``` vim " vint: -ProhibitAbbreviationOption let s:save_cpo =...
The message say `Ctrl-C` to cancel but nothing happens on Vim on Windows. 