[gtksourceview/wip/chergert/vim: 166/293] fix stray <>




commit c92a8206186ecc737e141320d1b22a3bf126a92e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Oct 29 16:54:13 2021 -0700

    fix stray <>

 gtksourceview/gtksourcevimimcontext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtksourceview/gtksourcevimimcontext.c b/gtksourceview/gtksourcevimimcontext.c
index 5918a4d3..7b846134 100644
--- a/gtksourceview/gtksourcevimimcontext.c
+++ b/gtksourceview/gtksourcevimimcontext.c
@@ -273,7 +273,7 @@ gtk_source_vim_im_context_class_init (GtkSourceVimIMContextClass *klass)
         * @command: the command to execute
         *
         * The "execute-command" signal is emitted when a command should be
-        * executed. This might be something like ":wq" or ":e <path>".
+        * executed. This might be something like ":wq" or ":e &lt;path&gt;".
         *
         * If the application chooses to implement this, it should return
         * %TRUE from this signal to indicate the command has been handled.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]