File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim バージョン 9.1. Last change: 2025 Apr 02
1
+ *eval.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4999,6 +4999,10 @@ dist#vim9#IsSafeExecutable(filetype:string, executable:string): bool ~
4999
4999
filetype string
5000
5000
executable string
5001
5001
5002
+ *package-open*
5003
+ | :Open | および | :Launch | コマンドは、同梱のプラグイン
5004
+ $VIMRUNTIME/plugin/openPlugin.vim によって提供される。
5005
+
5002
5006
*dist#vim9#Open()* *:Open* *:URLOpen*
5003
5007
*g:Openprg* *gx*
5004
5008
dist#vim9#Open(file: string) ~
@@ -5009,6 +5013,9 @@ Linux の `xdg-open` 等) を使用して `path` を開く。変数 |g:Openprg|
5009
5013
5010
5014
| :Open | ユーザーコマンドは引数としてファイル補完を使用する。
5011
5015
5016
+ | :URLOpen | ユーザーコマンドは同じように動作するが、ファイル補完は実行されない
5017
+ ため、特殊文字 | cmdline-special | は展開されない。
5018
+
5012
5019
この関数は、デフォルトでは gx マッピングを使用して呼び出される。ビジュアルモー
5013
5020
ドでは、視覚的に選択されたテキストを開こうとする。
5014
5021
@@ -5026,11 +5033,8 @@ NOTE: パスのエスケープは自動的に適用される。
5026
5033
使用法: >vim
5027
5034
:call dist#vim9#Open(<path> )
5028
5035
:Open <path>
5036
+ :URLOpen <path>
5029
5037
<
5030
- *package-open*
5031
- | :Open | および | :Launch | コマンドは、同梱のプラグイン
5032
- $VIMRUNTIME/plugin/openPlugin.vim によって提供される。
5033
-
5034
5038
*dist#vim9#Launch()* *:Launch*
5035
5039
dist#vim9#Launch(file: string) ~
5036
5040
Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim version 9.1. Last change: 2025 Apr 02
1
+ *eval.txt* For Vim version 9.1. Last change: 2025 Jun 04
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5149,6 +5149,10 @@ executable. It takes the following arguments:
5149
5149
filetype string
5150
5150
executable string
5151
5151
5152
+ *package-open*
5153
+ The | :Open | and | :Launch | command are provided by the included plugin
5154
+ $VIMRUNTIME/plugin/openPlugin.vim
5155
+
5152
5156
*dist#vim9#Open()* *:Open* *:URLOpen*
5153
5157
*g:Openprg* *gx*
5154
5158
dist#vim9#Open(file: string) ~
@@ -5159,6 +5163,9 @@ string specified in the variable is used instead.
5159
5163
5160
5164
The | :Open | user command uses file completion for its argument.
5161
5165
5166
+ The | :URLOpen | user command works the same but does not perform file
5167
+ completion and therefore does not expand special characters | cmdline-special | .
5168
+
5162
5169
This function is by default called using the gx mapping. In visual mode
5163
5170
tries to open the visually selected text.
5164
5171
@@ -5176,11 +5183,8 @@ NOTE: Escaping of the path is automatically applied.
5176
5183
Usage: >vim
5177
5184
:call dist#vim9#Open(<path> )
5178
5185
:Open <path>
5186
+ :URLOpen <path>
5179
5187
<
5180
- *package-open*
5181
- The | :Open | and | :Launch | command are provided by the included plugin
5182
- $VIMRUNTIME/plugin/openPlugin.vim
5183
-
5184
5188
*dist#vim9#Launch()* *:Launch*
5185
5189
dist#vim9#Launch(file: string) ~
5186
5190
You can’t perform that action at this time.
0 commit comments