Extract keymap.c from misc2.c

This commit is contained in:
Felipe Oliveira Carvalho
2014-03-05 22:51:49 -03:00
committed by Thiago de Arruda
parent 9c6811b23a
commit fdba1761f6
15 changed files with 807 additions and 784 deletions

View File

@@ -34,6 +34,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
#include "keymap.h"
#include "file_search.h"
#include "garray.h"
#include "move.h"