Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/ops.c b/src/ops.c
index 5e0c99f..d259cca 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -4292,7 +4292,7 @@
     /*
      * Set the cursor column:
      * Vi compatible: use the column of the first join
-     * vim:           use the column of the last join
+     * vim:	      use the column of the last join
      */
     curwin->w_cursor.col =
 		    (vim_strchr(p_cpo, CPO_JOINCOL) != NULL ? currsize : col);