Skip to content

Commit

Permalink
Update command meta data for ST 4149 (#387)
Browse files Browse the repository at this point in the history
`open_file` got a few arguments added.

See also: sublimehq/sublime_text#4800
  • Loading branch information
deathaxe authored May 6, 2023
1 parent d6181d9 commit db2aee3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/command_completions/builtin_commands_meta_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,14 @@ open_file:
args: !!omap
- file:
- contents:
- encoded_position: true # ST4127
- add_to_selection: true # ST?
- clear_to_right: true # ST4149
- force_clone: true # ST4149
- force_group: true # ST4149
- replace_mru: true # ST4149
- semi_transient: true # ST4149
- transient: true # ST4149
command_type: window
doc_string: Open the specified file, and if it doesn't exist, prefill the default
contents.
Expand Down

0 comments on commit db2aee3

Please sign in to comment.