[gtksourceview/wip/chergert/vim: 82/363] add todo




commit 540fac22fb6abd1dfd1963519f2408a508da8b5a
Author: Christian Hergert <chergert redhat com>
Date:   Wed Oct 27 07:54:08 2021 -0700

    add todo

 gtksourceview/vim/gtk-source-vim-normal.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gtksourceview/vim/gtk-source-vim-normal.c b/gtksourceview/vim/gtk-source-vim-normal.c
index 2ce9e495..818879fb 100644
--- a/gtksourceview/vim/gtk-source-vim-normal.c
+++ b/gtksourceview/vim/gtk-source-vim-normal.c
@@ -197,6 +197,7 @@ key_handler_command (GtkSourceVimNormal *self,
 
                case GDK_KEY_o:
                        new_state = begin_insert (self, gtk_source_vim_motion_new_line_end (), TRUE);
+                       /* TODO: synthesize key event for \n so we get indentation */
                        return TRUE;
 
                case GDK_KEY_a:


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