[gnome-builder/wip/vim] vim: fix comment.



commit e97d22eccdb5efc43afe1063809fdd25f627f10d
Author: Christian Hergert <christian hergert me>
Date:   Mon Sep 29 22:34:55 2014 -0700

    vim: fix comment.

 src/editor/gb-editor-vim.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/editor/gb-editor-vim.c b/src/editor/gb-editor-vim.c
index a75827e..2aa9039 100644
--- a/src/editor/gb-editor-vim.c
+++ b/src/editor/gb-editor-vim.c
@@ -475,7 +475,7 @@ gb_editor_vim_delete_selection (GbEditorVim *vim)
   /*
    * If there is no selection to delete, try to remove the next character
    * in the line. If there is no next character, delete the last character
-   * in the line. It might look like there is no selection of the line
+   * in the line. It might look like there is no selection if the line
    * was empty.
    */
   if (gtk_text_iter_equal (&begin, &end))


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