You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix typos with codespell
Using codespell 1.16.0.
See ab3bccdb78 for procedure.
This commit is contained in:
@@ -1184,7 +1184,7 @@ void CodeTextEditor::move_lines_down() {
|
||||
|
||||
void CodeTextEditor::_delete_line(int p_line) {
|
||||
// this is currently intended to be called within delete_lines()
|
||||
// so `begin_complex_operation` is ommitted here
|
||||
// so `begin_complex_operation` is omitted here
|
||||
text_editor->set_line(p_line, "");
|
||||
if (p_line == 0 && text_editor->get_line_count() > 1) {
|
||||
text_editor->cursor_set_line(1);
|
||||
|
||||
Reference in New Issue
Block a user