0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4.486

Problem:    Check for writing to a yank register is wrong.
Solution:   Negate the check. (Zyx).  Also clean up the #ifdefs.
This commit is contained in:
Bram Moolenaar
2014-10-21 20:01:58 +02:00
parent 4920a44271
commit 958636c406
3 changed files with 21 additions and 42 deletions

View File

@@ -1153,8 +1153,6 @@ EX(CMD_tilde, "~", do_sub,
#endif
};
#define USER_CMDIDX(idx) ((int)(idx) < 0)
#ifndef DO_DECLARE_EXCMD
typedef enum CMD_index cmdidx_T;