vim-jp / vimdoc-ja / help

検索 - Vimドキュメント

メインヘルプファイルに戻る
phrase: max: clip:
target: order:

Results of 1 - 4 of about 4 for actual (0.048 sec.)
testing - Vimドキュメント 12445
vim-jp / vimdoc-ja / testing testing - Vimドキュメント メインヘルプファイルに戻る 基本 quickref ... beeps() assert_equal() assert_equal( {expected} , {actual} [, {msg} ]) {expected} と {actual} が等しくない場 ... g} が省略された場合、"Expected {expected} but got {actual} " という形式のメッセージが生成される。 例: assert ... きる: GetCmd()->assert_fails('E99:') assert_false( {actual} [, {msg} ]) assert_false() assert_equal() と同様に ... 、 {actual} がfalseでない場合、 v:errors にエラーメッセージを ...
https://man.plustar.jp/vimdoc/testing.html - [similar]
eval - Vimドキュメント 8284
vim-jp / vimdoc-ja / eval eval - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso ... {cmd} が失敗するかどうかテストする assert_false( {actual} [, {msg} ]) 数値 {actual} がfalseかどうかテストす ... る assert_inrange( {lower} , {upper} , {actual} [, {msg} ]) 数値 {actual} が範囲内にあるかテストす ... {msg} ) 数値 テストの失敗を報告する assert_true( {actual} [, {msg} ]) 数値 {actual} がtrueかどうかテストする ...
https://man.plustar.jp/vimdoc/eval.html - [similar]
vim9 - Vimドキュメント 8155
vim-jp / vimdoc-ja / vim9 vim9 - Vimドキュメント メインヘルプファイルに戻る 基本 quickref sponso ... a problem when the "any" type is undesired and the actual type is expected to always be the same. For exampl ... runtime type check is performed. The value is not actually changed. If you need to change the type, e.g. to ... converted to a number. This was convenient for an actual number such as "123", but leads to unexpected prob ... e skipped and vim9script is then the first command actually executed. 2. The "if" statement evaluates to tru ...
https://man.plustar.jp/vimdoc/vim9.html - [similar]
version8 - Vimドキュメント 8081
vim-jp / vimdoc-ja / version8 version8 - Vimドキュメント メインヘルプファイルに戻る 基本 quickre ... t cannot detect whether 'hlsearch' highlighting is actually displayed. Solution: Add the "v:hlsearch" variab ... Solution: Use the '[ mark to find the start of the actually inserted text. (Christian Brabandt) Files: src/o ... ish code mentions output feedback, but the code is actually doing cipher feedback. Solution: Adjust names an ... ffer size for GetLongPathName(). Solution: Use the actual size. (Ken Takata) Files: src/eval.c Patch 7.4.523 ...
https://man.plustar.jp/vimdoc/version8.html - [similar]
PREV 1 NEXT