diff --git a/src/syncterm/syncterm.c b/src/syncterm/syncterm.c
index 8cf087fdf9f49af214d0577980be8a0074c4762f..c7c730b75ea1a64451601a0b0d71856f5bd631d7 100644
--- a/src/syncterm/syncterm.c
+++ b/src/syncterm/syncterm.c
@@ -1417,7 +1417,7 @@ main(int argc, char **argv)
 	     * detail.  The names for the extended capabilities here were introduced by vim
 	     * in January 2017, but used internally.  In 2023, vim patch 9.0.1117 is needed
 	     * to work with this change. */
-	    "\tBD=\\E[?2004l,BE=\\E[?2004h,PE=\\E[201~,PS=\\E[200~,"
+	    "\tBD=\\E[?2004l,BE=\\E[?2004h,PE=\\E[201~,PS=\\E[200~,\n"
 	    "syncterm-bitmap|SyncTERM in Bitmap Mode,\n"
 	    "\tccc,\n"
 	    "\tcolors#256,pairs#65535,\n"