[gnome-builder] vim: cleanup



commit 158415325107d106820493510427f5edfb3c0787
Author: Christian Hergert <christian hergert me>
Date:   Mon Oct 6 03:28:10 2014 -0700

    vim: cleanup

 src/editor/gb-editor-vim.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/editor/gb-editor-vim.c b/src/editor/gb-editor-vim.c
index 5fdda81..3dc2639 100644
--- a/src/editor/gb-editor-vim.c
+++ b/src/editor/gb-editor-vim.c
@@ -3857,9 +3857,9 @@ gb_editor_vim_cmd_yank (GbEditorVim *vim,
   if (!gtk_text_buffer_get_has_selection (buffer))
     {
       if (modifier == 'y')
-          gb_editor_vim_cmd_select_line (vim, count, '\0');
+        gb_editor_vim_cmd_select_line (vim, count, '\0');
       else
-          gb_editor_vim_apply_motion (vim, modifier, count);
+        gb_editor_vim_apply_motion (vim, modifier, count);
     }
 
   gb_editor_vim_yank (vim);


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