aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-01 12:22:15 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-01 12:22:15 -0300
commit8253e29971c54310434ee93d987a99994769d717 (patch)
tree9330e66d35c60a6547fbf8c80aea64f693d1be6f /src/main.c
parent9f380dda827e6a227c0badb3d55565382b8412cb (diff)
downloadrneovim-8253e29971c54310434ee93d987a99994769d717.tar.gz
rneovim-8253e29971c54310434ee93d987a99994769d717.tar.bz2
rneovim-8253e29971c54310434ee93d987a99994769d717.zip
Wrap calls to 'get_mess_env' into LIBINTL #ifdefs
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 0c06781be8..02da51fb59 100644
--- a/src/main.c
+++ b/src/main.c
@@ -320,8 +320,6 @@ main(argc, argv)
msg_scroll = TRUE;
no_wait_return = TRUE;
- init_mappings(); /* set up initial mappings */
-
init_highlight(TRUE, FALSE); /* set the default highlight groups */
TIME_MSG("init highlight");