diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-05-06 21:50:25 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-06 21:50:25 -0700 |
commit | df4f88fe3198acea6267c6ed3b129af7d8972bf1 (patch) | |
tree | 12aa58e43bdd457f8fccd5fef49dc6831368f0f3 /src/main.c | |
parent | 85459327ba76d674572ad96dc459c97e4a71e88d (diff) | |
parent | 151382d533c2bd77e26e1dfc254e186f7496e226 (diff) | |
download | rneovim-df4f88fe3198acea6267c6ed3b129af7d8972bf1.tar.gz rneovim-df4f88fe3198acea6267c6ed3b129af7d8972bf1.tar.bz2 rneovim-df4f88fe3198acea6267c6ed3b129af7d8972bf1.zip |
Merge pull request #644 from philix/log
Macro-based log utility for Neovim
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index acbe67ebc1..9fd97b23a5 100644 --- a/src/main.c +++ b/src/main.c @@ -33,6 +33,7 @@ #include "misc2.h" #include "crypt.h" #include "garray.h" +#include "log.h" #include "memory.h" #include "move.h" #include "normal.h" @@ -578,6 +579,7 @@ main_loop ( linenr_T conceal_new_cursor_line = 0; int conceal_update_lines = FALSE; + ILOG("Starting Neovim main loop."); clear_oparg(&oa); while (!cmdwin |