diff options
author | ZyX <kp-pav@ya.ru> | 2014-06-01 02:11:35 +0400 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-02 11:04:18 -0300 |
commit | dca28e55c7f798238e693d6db56da201c8d6dc29 (patch) | |
tree | 6a00f851323018bba292bc28d8a5683165671952 /src/nvim/buffer.c | |
parent | bf4fb301216f18ed9126a08a57c27453b51c044e (diff) | |
download | rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.tar.gz rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.tar.bz2 rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.zip |
Fix some styles
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 3a835c1a10..de2cb64d59 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -74,6 +74,7 @@ #define INVALID_DEVICE_ID UINT64_MAX #define HAVE_BUFLIST_MATCH + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "buffer.c.generated.h" #endif @@ -84,7 +85,6 @@ # define dev_T unsigned #endif - static char *msg_loclist = N_("[Location List]"); static char *msg_qflist = N_("[Quickfix List]"); static char *e_auabort = N_("E855: Autocommands caused command to abort"); |