aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-03-14 19:44:01 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-03-19 18:33:39 -0400
commit8f6ecc40894174f8c100a2f012a0199fada62c27 (patch)
tree4e994d34bd34e7ebc90e61f4cb14302519c3e842 /src/nvim/ex_cmds.c
parent21a53265279e3357ea7c694f3e3115921c8a719f (diff)
downloadrneovim-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/ex_cmds.c')
-rw-r--r--src/nvim/ex_cmds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c
index c4b6b701d9..12a634416b 100644
--- a/src/nvim/ex_cmds.c
+++ b/src/nvim/ex_cmds.c
@@ -42,7 +42,6 @@
#include "nvim/memline.h"
#include "nvim/message.h"
#include "nvim/misc1.h"
-#include "nvim/misc2.h"
#include "nvim/garray.h"
#include "nvim/memory.h"
#include "nvim/move.h"