commit | e823183254e79af4d384abd99d5bde9b013c4ec5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 20 13:29:49 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 20 13:29:49 2015 +0100 |
tree | 18548d476f790cc99d674e39934019da75db515d | |
parent | ff8a75dab738a2d1e81202b5dd1c03fc45d714f2 [diff] [blame] |
updated for version 7.4.585 Problem: Range for :bdelete does not work. (Ronald Schild) Solution: Also allow unloaded buffers.
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 50e8252..941a97d 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h
@@ -173,7 +173,7 @@ ADDR_LINES), EX(CMD_bdelete, "bdelete", ex_bunload, BANG|RANGE|NOTADR|BUFNAME|COUNT|EXTRA|TRLBAR, - ADDR_LOADED_BUFFERS), + ADDR_BUFFERS), EX(CMD_behave, "behave", ex_behave, NEEDARG|WORD1|TRLBAR|CMDWIN, ADDR_LINES),