KSR-Yasuda
KSR-Yasuda
It shows an error in window closing by `x` key in TabManager window: ```text function 156_ManDelete の処理中にエラーが検出されました: 行 22: E16: 無効な範囲です: 3winc w ``` It says unavialable range of `3`....
Currently list is sorted by bufno. Instead, sort by window no. It helps to know where the listed item window is placed.
Add indicator for `buftype` of `help` and `terminal`. Also, it had tried to list as `quickfix` for quickfix or location list windows, though, it had not worked only to set...
Current keybind setting does not work in terminal windows unless ` ` (terminal window suspend). So added `tno` binds. And, user may push unneeded `` key for normal mode (as...
If command line window is opened with tabman window, it raises error messages for update tabman infomations. Added `silent!` to avoid it. #### How to Repro 1. Set `let g:tabman_specials...
Sometimes it left IndentGuides matches even if `:IndentGuidesDisable` is called. Now it deletes the stored match id only. So, if accidentally they has gone, the matches sticks uncleared (Updated the...
#### environment - vim: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Nov 22 2021 19:31:05) patch 1-3582 - vim-airline: 904979339cc93a10f8cee2f9c59c2b1b69d6665f - OS: Windows 10 Pro 12H2 (Version 10.0.19044.1586)...
**Marked version:** * v4.0.18 **Describe the bug** A clear and concise description of what the bug is. Copy from https://github.com/volca/markdown-preview/issues/135. The case below, it does not parse syntax correctly. ```bash...
In `nodist npm SOME_NPM_VERSION`, it fails to install. * nodist v0.9.1 * Windows 8.1 Pro (x64) ``` C:\Program Files (x86)\Nodist\npmv>nodist npm 6 npm 6 https://codeload.github.com/npm/cli/tar.gz/v6.10.2 [===============] 5419/5524 KiB 98% 0.5s...
For **strong** and *emphasis* syntax, now it requires line beginning or some space before them. ``` **strong** aaa **strong** *emphasis* aaa *emphasis* ``` Besides these, allow it is placed right...