File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1012,9 +1012,9 @@ Parameters ~
1012
1012
Default choose
1013
1013
1014
1014
Choose item. Logic follows the rules in | MiniPick-source.items-common | :
1015
- - File and directory are called with | :edit | in the target window, possibly
1016
- followed by setting cursor at the start of line/position/region .
1017
- - Buffer is set as current in target window.
1015
+ - File uses | bufadd() | and sets cursor at the start of line/position/region.
1016
+ - Buffer is set as current in target window and sets cursor similarly .
1017
+ - Directory is called with | :edit | in the target window.
1018
1018
- Others have the output of | vim.inspect() | printed in Command line.
1019
1019
1020
1020
Implements default value for | MiniPick-source.choose | .
Original file line number Diff line number Diff line change @@ -1134,9 +1134,9 @@ end
1134
1134
--- Default choose
1135
1135
---
1136
1136
--- Choose item. Logic follows the rules in |MiniPick-source.items-common|:
1137
- --- - File and directory are called with |:edit| in the target window, possibly
1138
- --- followed by setting cursor at the start of line/position/region .
1139
- --- - Buffer is set as current in target window.
1137
+ --- - File uses |bufadd()| and sets cursor at the start of line/position/region.
1138
+ --- - Buffer is set as current in target window and sets cursor similarly .
1139
+ --- - Directory is called with |:edit| in the target window.
1140
1140
--- - Others have the output of |vim.inspect()| printed in Command line.
1141
1141
---
1142
1142
--- Implements default value for |MiniPick-source.choose|.
You can’t perform that action at this time.
0 commit comments