aboutsummaryrefslogtreecommitdiff
path: root/src/ex_cmds_defs.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-17 11:20:25 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:21 -0300
commit8a0043130fed84f67c83451e675d08617216c6eb (patch)
tree0a7be28ab310891692feb2eec839a5ee06a0eccf /src/ex_cmds_defs.h
parent2fe018ab888010335ad8fc041522e2aff66c67a1 (diff)
downloadrneovim-8a0043130fed84f67c83451e675d08617216c6eb.tar.gz
rneovim-8a0043130fed84f67c83451e675d08617216c6eb.tar.bz2
rneovim-8a0043130fed84f67c83451e675d08617216c6eb.zip
Remove Amiga stuff
Diffstat (limited to 'src/ex_cmds_defs.h')
-rw-r--r--src/ex_cmds_defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ex_cmds_defs.h b/src/ex_cmds_defs.h
index 87f6c8c86c..5581114e95 100644
--- a/src/ex_cmds_defs.h
+++ b/src/ex_cmds_defs.h
@@ -28,10 +28,6 @@
* long name of the command.
*/
-#ifdef RANGE
-# undef RANGE /* SASC on Amiga defines it */
-#endif
-
#define RANGE 0x001 /* allow a linespecs */
#define BANG 0x002 /* allow a ! after the command name */
#define EXTRA 0x004 /* allow extra args after command name */