Mercurial > vim
view runtime/doc/vimdiff-ja.UTF-8.1 @ 20538:9f921ba86d05 v8.2.0823
patch 8.2.0823: Vim9: script reload test is disabled
Commit: https://github.com/vim/vim/commit/25e0f5863e9010a75a1ff0d04e8f886403968755
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon May 25 22:36:50 2020 +0200
patch 8.2.0823: Vim9: script reload test is disabled
Problem: Vim9: script reload test is disabled.
Solution: Compile a function in the context of the script where it was
defined. Set execution stack for compiled function. Add a test
that an error is reported for the right file/function.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 25 May 2020 22:45:03 +0200 |
parents | 2a4a2dc35c55 |
children | b19230a8d40a |
line wrap: on
line source
.TH VIMDIFF 1 "2001 March 30" .SH 名前 vimdiff \- 二つか三つか四つのファイルを Vim で開いて、その差分を表示する .SH 書式 .br .B vimdiff [options] file1 file2 [file3 [file4]] .PP .B gvimdiff .SH 説明 .B Vimdiff は、二つ (か三つか四つ) のファイルを .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" を参照してください。