[SCM] Vim packaging branch, master-experimental, updated. debian/7.2b.001-1
James Vega
jamessan at debian.org
Mon Jul 14 16:30:22 UTC 2008
The following commit has been merged in the master-experimental branch:
commit aaf963380d02ddb2267dd7bb68c5582c4f074c76
Author: James Vega <jamessan at debian.org>
Date: Mon Jul 14 11:29:47 2008 -0400
Remove "#if defined" checks around check_col/check_row
Signed-off-by: James Vega <jamessan at debian.org>
diff --git a/src/ui.c b/src/ui.c
index a734e7b..1f7dbf6 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1910,8 +1910,6 @@ ui_cursor_shape()
}
#endif
-#if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
- || defined(PROTO)
/*
* Check bounds for column number
*/
@@ -1939,7 +1937,6 @@ check_row(row)
return (int)screen_Rows - 1;
return row;
}
-#endif
/*
* Stuff for the X clipboard. Shared between VMS and Unix.
--
Vim packaging
More information about the pkg-vim-maintainers
mailing list