Mercurial > vim
view runtime/doc/vimdiff-ja.UTF-8.1 @ 32782:abf161ce0c77 v9.0.1707
patch 9.0.1707: Cannot wrap around in popup_filter_menu()
Commit: https://github.com/vim/vim/commit/badeedd913d9d6456ad8087911d024fd36800743
Author: Christian Brabandt <cb@256bit.org>
Date: Sun Aug 13 19:25:28 2023 +0200
patch 9.0.1707: Cannot wrap around in popup_filter_menu()
Problem: Cannot wrap around in popup_filter_menu()
Solution: Allow to wrap around by default
Currently, it is not possible, to wrap around at the end of the list
using e.g. down (and go back to the top) or up at the beginning of the
list and go directly to the last item. This is not consistent behaviour
with e.g. how the pum-menu currently works, so let's just allow this.
Also adjust tests about it.
closes: #12689
closes: #12693
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 13 Aug 2023 19:30:04 +0200 |
parents | b19230a8d40a |
children |
line wrap: on
line source
.TH VIMDIFF 1 "2001 March 30" .SH 名前 vimdiff \- 2 個から 8 個のファイルを Vim で開いて、その差分を表示する .SH 書式 .br .B vimdiff [options] file1 file2 [file3 [file4 [file5 [file6 [file7 [file8]]]]]] .PP .B gvimdiff .SH 説明 .B Vimdiff は、2 個から 8 個のファイルを .B Vim で開きます。 ファイルは個別のウィンドウで開かれ、差分が強調表示されます。 同じファイルの別のバージョン間で、変更を確認したり、変更を移動したりするのが簡単になります。 .PP Vim についての詳細は vim(1) を参照してください。 .PP .B gvimdiff という名前で起動された場合は GUI で起動します。 .PP 差分を強調表示するために、それぞれのウィンドウの 'diff' オプションがオンに設定されます。 .br テキストを見やすくするために、オプションの 'wrap' と 'scrollbind' もオンに設定されます。 .br 'foldmethod' オプションは "diff" に設定され、変更されていない行は折り畳まれます。 折り畳みの確認と開閉が簡単にできるように、'foldcolumn' は 2 に設定されます。 .SH オプション 行を並べて表示するために、"\-O" 引数を使ったときのように、ウィンドウは垂直分割されます。 ウィンドウを水平分割したい場合は "\-o" 引数を使ってください。 .PP その他の引数については vim(1) を参照してください。 .SH 関連項目 vim(1) .SH 著者 .B Vim のほとんどの機能は Bram Moolenaar が開発し、多くの人が協力しました。 ":help credits" を参照してください。