diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-04-22 16:34:30 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-24 10:38:42 -0300 |
commit | bf9aeda01c0c134002d12eebaf1ffec7003417d6 (patch) | |
tree | b499d0a1a6885995b27bd6f98050e727f80923f5 /src/globals.h | |
parent | 3f38c384efe5b81c886440de2fb352cac6e581fa (diff) | |
download | rneovim-bf9aeda01c0c134002d12eebaf1ffec7003417d6.tar.gz rneovim-bf9aeda01c0c134002d12eebaf1ffec7003417d6.tar.bz2 rneovim-bf9aeda01c0c134002d12eebaf1ffec7003417d6.zip |
Remove mch_screenmode, inline EMSG into ex_mode()
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h index 0596695e73..636f9118bb 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1080,11 +1080,8 @@ EXTERN char_u e_readerrf[] INIT(= N_("E47: Error while reading errorfile")); EXTERN char_u e_sandbox[] INIT(= N_("E48: Not allowed in sandbox")); #endif EXTERN char_u e_secure[] INIT(= N_("E523: Not allowed here")); -#if defined(AMIGA) || defined(MACOS) || defined(MSWIN) \ - || defined(UNIX) || defined(VMS) || defined(OS2) EXTERN char_u e_screenmode[] INIT(= N_( "E359: Screen mode setting not supported")); -#endif EXTERN char_u e_scroll[] INIT(= N_("E49: Invalid scroll size")); EXTERN char_u e_shellempty[] INIT(= N_("E91: 'shell' option is empty")); EXTERN char_u e_signdata[] INIT(= N_("E255: Couldn't read in sign data!")); |