We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16eb489 + 704e99d commit b9e07acCopy full SHA for b9e07ac
editor/editor_settings.cpp
@@ -1183,7 +1183,7 @@ String EditorSettings::_guess_exec_args_for_extenal_editor(const String &p_path)
1183
if (editor.begins_with("rider")) {
1184
new_exec_flags = "{project} --line {line} {file}";
1185
} else if (editor == "subl" || editor == "sublime text" || editor == "sublime_text") {
1186
- new_exec_flags = "{project} {file}:{line}:{column}";
+ new_exec_flags = "{project} {file}:{line}:{col}";
1187
} else if (editor == "vim" || editor == "gvim") {
1188
new_exec_flags = "\"+call cursor({line}, {col})\" {file}";
1189
} else if (editor == "emacs") {
0 commit comments