Skip to content

Commit 004eb12

Browse files
authored
Add built-in set_user_setting command (#414)
This commit adds built-in command, which is supported by all ST3/4 builds.
1 parent 413f19f commit 004eb12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/command_completions/builtin_commands_meta_data.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,13 @@ set_setting:
591591
value:
592592
command_type: text
593593
doc_string: Modifies a view setting.
594+
set_user_setting:
595+
args:
596+
file: ""
597+
setting: ""
598+
value:
599+
command_type: text
600+
doc_string: Modifies a user setting in .sublime-settings file.
594601
show_about_window:
595602
command_type: application
596603
doc_string: Display the About dialog.

0 commit comments

Comments
 (0)