diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-17 23:21:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-17 23:21:19 +0000 |
commit | f0acfce534b93e20e3fb1c742dd48c49d70e9795 (patch) | |
tree | a2c996616ab146e5672ae550eda3e13cf3ae9efc /src/ex_cmds.h | |
parent | ca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb (diff) | |
download | vim-git-f0acfce534b93e20e3fb1c742dd48c49d70e9795.tar.gz |
updated for version 7.0227v7.0227
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index df183a328..2c71ec0c1 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -948,7 +948,7 @@ EX(CMD_tselect, "tselect", ex_tag, EX(CMD_tunmenu, "tunmenu", ex_menu, EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN), EX(CMD_undo, "undo", ex_undo, - RANGE|NOTADR|COUNT|TRLBAR|CMDWIN), + RANGE|NOTADR|COUNT|ZEROR|TRLBAR|CMDWIN), EX(CMD_undojoin, "undojoin", ex_undojoin, TRLBAR|CMDWIN), EX(CMD_undolist, "undolist", ex_undolist, |