diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-14 19:44:01 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-19 18:33:39 -0400 |
commit | 8f6ecc40894174f8c100a2f012a0199fada62c27 (patch) | |
tree | 4e994d34bd34e7ebc90e61f4cb14302519c3e842 /src/nvim/option.c | |
parent | 21a53265279e3357ea7c694f3e3115921c8a719f (diff) | |
download | rneovim-8f6ecc40894174f8c100a2f012a0199fada62c27.tar.gz rneovim-8f6ecc40894174f8c100a2f012a0199fada62c27.tar.bz2 rneovim-8f6ecc40894174f8c100a2f012a0199fada62c27.zip |
misc2.c: Move emsg* functions to message.c #2152
Clean up said functions and some outdated comments while we're at it.
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 2998f89edb..98584d1567 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -64,7 +64,6 @@ #include "nvim/memory.h" #include "nvim/message.h" #include "nvim/misc1.h" -#include "nvim/misc2.h" #include "nvim/keymap.h" #include "nvim/garray.h" #include "nvim/cursor_shape.h" |