Shohei YOSHIDA

Results 212 comments of Shohei YOSHIDA

In evil-mode, cursor is moved to forward of region-end after calling `execute-extended-command`(`M-x`).

Hmm, I cannot get original point before invoking command. How I get it ?

It is retrieve from `evil-visual-point`.

@user471 I have fixed #70. Could you check it ?

> when cursor is on the second foo and I press V and anzu-replace-at-cursor-thing, anzu highlights all three foo instead of just second and third. In such case, region is...

> Would it be possible to support this cursor position similar to normal cursor? Yes. But I suppose few people expects such behaviour.

You can adjust `emamux:default-orientation` and `emamux:runner-pane-height`. Could you check them in document and source code ?

Ubuntuだと `/etc/lsb-release`ですかね. Linux Standard Baseに準拠していればそのファイルか, `lsb_release -a`で確認できるはずです. (`lsb_release`は標準パッケージにないことも多いのでインストールの手間が発生してしまいますが...)

`/etc/os-release`(or /usr/lib/os-release)は freedesktop.orgで規定されているもののようです. LSBよりかはこちらに準拠している方が多そうな感じです. 参考 - https://www.freedesktop.org/software/systemd/man/os-release.html

Debianは @thincaさんのコメントにあるように含まれています(7.0からのようです). Archは dockerの base/archlinuxイメージを見たところ, `/usr/lib/os-release`にありました.