commit | 67fe1a13369f686758e5f4f43e1e842fef9f60f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 22:12:58 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 22:12:58 2005 +0000 |
tree | b1bb34c23dffdafe63a4280b15a160e4d96dc0fa | |
parent | de934d77b1623f08fc1a30d91f7b58f6630dd1d1 [diff] [blame] |
updated for version 7.0075
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 8eada96..eb11fb9 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h
@@ -753,6 +753,8 @@ RANGE|WHOLEFOLD|EXTRA|CMDWIN|MODIFY), EX(CMD_source, "source", ex_source, BANG|FILE1|TRLBAR|SBOXOK|CMDWIN), +EX(CMD_sort, "sort", ex_sort, + RANGE|DFLALL|WHOLEFOLD|BANG|EXTRA|NOTRLCOM|MODIFY), EX(CMD_split, "split", ex_splitview, BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR), EX(CMD_sprevious, "sprevious", ex_previous,