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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user