diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-10 13:11:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-10 13:11:22 +0200 |
commit | 3ff5f0f05d437a6b3eaf3caa5dc2762b49314617 (patch) | |
tree | 8ea013e3bb1441b897d232b0139b711d5612d6f0 /src/ex_cmds.h | |
parent | 38ea784fecf7921dca83ddc75fe9cb40708521b2 (diff) | |
download | vim-git-3ff5f0f05d437a6b3eaf3caa5dc2762b49314617.tar.gz |
patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513
Problem: All popup functionality is in functions, except :popupclear.
Solution: Add popup_clear() for consistency. Also rename sound_stopall() to
sound_clear().
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 9c913a8f6..5ec69be36 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -1091,9 +1091,6 @@ EX(CMD_pop, "pop", ex_tag, EX(CMD_popup, "popup", ex_popup, NEEDARG|EXTRA|BANG|TRLBAR|NOTRLCOM|CMDWIN, ADDR_NONE), -EX(CMD_popupclear, "popupclear", ex_popupclear, - TRLBAR, - ADDR_NONE), EX(CMD_ppop, "ppop", ex_ptag, RANGE|BANG|COUNT|TRLBAR|ZEROR, ADDR_OTHER), |