Milly

Results 38 issues of Milly

**Does this bug happen when you install plugin without vim-polyglot?** unrelated **Describe the bug:** Scheduled test GH Action is running 6hours and failed. **To Reproduce:** see. https://github.com/sheerun/vim-polyglot/actions/runs/1299451858

## 不具合の内容 Windows の gvim.exe で `set termwintype=conpty` を指定し、 :terminal を操作中にターミナル内から非対応の端末オプションを受信すると E254 エラーが連続で発生して操作不能になる。 ### 現象・ログ ``` E254: %p1%s の色を割り当てられません ``` ### 再現手順 1. Windows + WSL 環境を用意 2. `gvim.exe -u...

kind/bug
related/windows

## 不具合の内容 Windows の gvim.exe において、 `set termwintype=conpty renderoptions=type:directx` のオプションを組み合わせた場合に `:terminal` の描画が遅くなる。 ### 現象・ログ #### 遅くなる例 `set termwintype=conpty renderoptions=type:directx` (ConPty + DirectX) https://user-images.githubusercontent.com/22977/132595145-b9a47329-eb1c-4213-a854-4330da5a96aa.mp4 #### 遅くならない例 `set termwintype=conpty renderoptions=` (ConPty +...

kind/performance
related/windows

``` doc/autocmd.jax:あるコマンドを実行するときだけ自動コマンドをスキップしたい場合は、修飾子 doc/autocmd.jax:1つのコマンドを実行する間だけ自動コマンドを無効にするには修飾子 ":noautocmd" doc/cmdline.jax: Note 関数内で が使われている場合、ファイル名修飾子 doc/cmdline.jax:ファイル名修飾子は "%", "#", "#n", "", "", "", "" doc/cmdline.jax:が |+modify_fname| 機能付きでコンパイルされていなければ、これらの修飾子を使う doc/cmdline.jax:これらの修飾子は次の順で指定できる。 doc/cmdline.jax: :p ファイル名を完全パスにする。最初の修飾子でなければならない。 doc/cmdline.jax: この後、上述の修飾子を再び使うことができる。例えば、":p" では doc/develop.jax:- CTRLや他の修飾子の使用は最小限に留めよ、これらはタイプしにくい。 doc/eval.jax: 定義コマンド、コマンド修飾子|:command|。...

表記

Stdout is always detected to **not terminal** on Cygwin with mintty, cygterm or gnu screen. And color and group options never enabled. 1. Add force-color (group) flag. (v.1.7.9 has this...

`helpHeadline` は大文字アルファベットのみで記述されることを想定しているため、日本語ではハイライトが適用されない。 #### syntax/help.vim ```vim syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()]*[ \t]\+\*"me=e-1 ```

以下の表記ゆれがある。 * 様々 * さまざま * 色々 * いろいろ * いろんな 特に「いろんな」は口語表現なので直したい。

WIPですがなかなか時間とれないので現状をアップしておきます。 * 体裁など気に入らない点を[本家](https://github.com/chrisbra/vim_faq/)にPRしてマージ済み。 * 本家から英語版を取り込み済。(vim_faq/vim_faq.txt) * 英語版の更新差異を日本語版にマージ済。(vim_faq/vim_faq.jax) * 一部翻訳済み。

vim-jp/vimdoc-ja#43: に古い(2012年)議論があります。 ## 現状 * `Note:` * 原文のまま未変換である。 * `Careful:` * `注意:` に変換されている。 * 原文の表記の違い (`Careful:` vs `CAREFUL:`) は考慮されていない。 * `Warning:` * `警告:` に変換されている。 * 翻訳済だが "WARNING:" のままの箇所がある。 https://github.com/vim-jp/vimdoc-ja-working/blob/c0fbffed96b7c860fc0c8e61613b46a652f4e011/doc/syntax.jax#L5001 https://github.com/vim-jp/vimdoc-ja-working/blob/c0fbffed96b7c860fc0c8e61613b46a652f4e011/doc/options.jax#L1171...

Cleaned up dependencies. - Move jupyter into `[dev]` extra, because it is only used for debugging. (refs #49) - Defined an optional dependency used in `load_image()` as `[loadimage]` extra.