From: Bram Moolenaar Date: Fri, 5 Aug 2005 21:27:51 +0000 (+0000) Subject: updated for version 7.0124 X-Git-Tag: v7.0124~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86eb7a2c0346b0865d904d1627f52ad2274f2a01;p=vim updated for version 7.0124 --- diff --git a/src/vim.h b/src/vim.h index c59b57b62..812ef6f50 100644 --- a/src/vim.h +++ b/src/vim.h @@ -1163,9 +1163,6 @@ enum hlf_value #define MAYBE 2 /* sometimes used for a variant on TRUE */ -/* May be returned by add_new_completion(): */ -#define RET_ERROR (-1) - /* * Operator IDs; The order must correspond to opchars[] in ops.c! */