summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-14 16:52:17 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-14 16:52:17 +0200
commitcc448b373d580856f92ff7a9e04daf65444b5cd1 (patch)
tree3cb827a7aa56a93acea0a1201d5754ebcca9b808 /src/gui_x11.c
parentd43848c0dd0603248405bb93364866cd495f0547 (diff)
Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 73bc76f763..f955bc85d3 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -3454,7 +3454,7 @@ gui_mch_register_sign(signfile)
{
/* Sign width is fixed at two columns now.
if (sign->width > gui.sign_width)
- gui.sign_width = sign->width + 8; */
+ gui.sign_width = sign->width + 8; */
}
else
EMSG(_(e_signdata));