shun

Results 7 comments of shun

:+1: あくまで英語版が正で日本語版はそれに付随する形、但し日本語でしかコミットできない人もすくい上げていきたい為その救済措置が必要になってくると思っていいでしょうか。 > まずは日本語で というの、ベースを作るためには有効な手段なんですが、これをどこまで続けるかというのを明確にしておかないと日本語版のみ先行することになりかねないと思っています。

https://github.com/vim-jp/reading-vimrc/issues/15#issuecomment-63247285 https://github.com/vim-jp/reading-vimrc/issues/15#issuecomment-63247322 :+1:

How about the current status of this PR?

本文に英語で記載した内容ですが、私は英語が苦手なので日本語で詳細に記載してみます。 Vim 本体の package 機能でプラグインを管理している場合、 `'packpath'` 内ディレクトリのプラグインは恐らくディレクトリの alphabet 順に登録されるはずです。その際に vim-lsp-settings よりあとになる filetype plugin(この場合は vim-ps1)があると、autocmd の登録順も vim-lsp-settings よりあとになります(本文のコードブロック参照)。 すると LSP が実行されて欲しいファイルを開いた際に、autocmd 順に従って filetype 設定より先に `s:vim_lsp_suggest_plugin()` が実行され、LSP Plugin の前提となるであろう filetype plugin のインストール有無に関わらずインストールするように...

As a workaround, it seems that setting the correct height can be achieved by executing `m.list.SetHeight(m.list.Height())` after `cmd := m.list.SetItems(listItems)`. Here, `m` is `tea.Model`, and `m.list` is `list.Model`.

I found resources https://github.com/kazy1991/LxWebView/blob/master/library/src/main/res/values-ja/strings.xml and https://github.com/kazy1991/LxWebView/blob/master/library/src/main/res/values/strings.xml . This library seems to contain English messages.

It seems that this issue occurs when scrolling down to the bottom of the ViewPort and includes lines that have been soft wrapped. It can be easily reproduced by editing...