[gnome-builder/wip/vim] vim: remove some dead comments.



commit e21b534ecf78ce3ece168b948262ee4105d80381
Author: Christian Hergert <christian hergert me>
Date:   Wed Oct 1 02:42:34 2014 -0700

    vim: remove some dead comments.

 src/editor/gb-editor-vim.c |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)
---
diff --git a/src/editor/gb-editor-vim.c b/src/editor/gb-editor-vim.c
index 1ccc273..6e22047 100644
--- a/src/editor/gb-editor-vim.c
+++ b/src/editor/gb-editor-vim.c
@@ -1423,9 +1423,6 @@ gb_editor_vim_handle_normal (GbEditorVim *vim,
     case GDK_KEY_V:
       /*
        * Select the current line.
-       *
-       * TODO: Allow this selection to grow. Might want to just add another
-       *        mode for selections like VIM does.
        */
       gb_editor_vim_select_line (vim);
       return TRUE;
@@ -1551,13 +1548,6 @@ gb_editor_vim_handle_normal (GbEditorVim *vim,
 
       break;
 
-    /*
-     * TODO:
-     *
-     *   - Selection with v
-     *   - auto-indent on o and O
-     */
-
     case GDK_KEY_slash:
       /*
        * Focus the search entry for the source view and clear the current
@@ -1961,8 +1951,7 @@ gb_editor_vim_execute_command (GbEditorVim *vim,
   g_return_if_fail (GB_IS_EDITOR_VIM (vim));
   g_return_if_fail (command);
 
-  /* TODO: execute command */
-  g_print ("Execute command: '%s'\n", command);
+  g_debug (" TODO: Command Execution Support: %s", command);
 
   gb_editor_vim_clear_selection (vim);
   gb_editor_vim_set_mode (vim, GB_EDITOR_VIM_NORMAL);


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