Commit: patch 9.1.2117: unnecessary braces in terminal.c

1 view
Skip to first unread message

Christian Brabandt

unread,
Jan 30, 2026, 5:01:31 AMJan 30
to vim...@googlegroups.com
patch 9.1.2117: unnecessary braces in terminal.c

Commit: https://github.com/vim/vim/commit/cfe9d83a8579698deb6abba2bcf31f717ae04577
Author: Christian Brabandt <c...@256bit.org>
Date: Fri Jan 30 09:50:46 2026 +0000

patch 9.1.2117: unnecessary braces in terminal.c

Problem: unnecessary braces in terminal.c
(Christ van Willegen, after v9.1.2113)
Solution: Remove braces

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/terminal.c b/src/terminal.c
index 17a7758fa..42eb5c823 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1488,9 +1488,7 @@ term_mouse_click(VTerm *vterm, int key)

state = vterm_obtain_state(vterm);
if (state == NULL)
- {
return FALSE;
- }

vterm_state_get_mousestate(state, &mouse_state);
if (mouse_state.flags == 0)
diff --git a/src/version.c b/src/version.c
index 30f37349d..aef56cbd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2117,
/**/
2116,
/**/
Reply all
Reply to author
Forward
0 new messages