Λlisue

Results 142 issues of Λlisue

In my terminal with zsh, arrow keys didn't work without this PR. I think this PR fix #40 as well.

様々なプラグインでお世話になっております。今回は機能要望という事でIssueを立てさせていただきました。 概要はタイトルのとおりです。 例えば Tagbar の場合ですが `?` を入力することで下図のようなマッピングリストが表示されます ![通常時](https://cloud.githubusercontent.com/assets/546312/5552653/ced30bb8-8c4a-11e4-8661-f51febc6281c.png) ![ヘルプ表示時](https://cloud.githubusercontent.com/assets/546312/5552655/e4a7ca3c-8c4a-11e4-8766-db2f963cc509.png) Agitのようなビュワーは編集用プラグインのように頻繁に利用するわけではないため、どんな機能があるのかを完全に把握するのにかなりの時間がかかります。その状態でマッピングを探すのは結構な手間がかかるため、Agitに関するマッピングと簡易説明がさっと表示できる機能のようなものがあると助かります。 お時間があるときにご検討いただけると幸いです。

enhancement

It seems patch fails when there is no common suffix among stage, index, and worktree. For example ``` | HEAD | INDEX | WORKTREE | |+aaaaaaaa |+aaaaaaaa | | |+aaaaaaaa...

bug
help wanted

``` 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.

enhancement

``` [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 ```

bug

1. `cd gina.vim && vim` 2. `:cd autoload` 3. `:e test` 4. `:w` 5. `:Gina add %` 6. `:Gina status`

bug
has workaround

It would be nice if actions are available on `Gina log --stat` buffer like below

enhancement

## 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...

kind/enhancement

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 =...

feature
need PR

The message say `Ctrl-C` to cancel but nothing happens on Vim on Windows. ![CleanShot 2022-03-13 at 15 11 10](https://user-images.githubusercontent.com/546312/158047471-b981e89a-53ef-4d77-b82a-fda55d319c69.png)

bug
help wanted