Resolved compile warnings & fixed lot of style related to sign api

This commit is contained in:
Andrej Zieger
2019-05-24 22:10:19 +02:00
parent 51563b70d7
commit 8df9213d1b
5 changed files with 307 additions and 306 deletions

View File

@@ -49,6 +49,7 @@
#include "nvim/popupmnu.h"
#include "nvim/quickfix.h"
#include "nvim/screen.h"
#include "nvim/sign.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/syntax.h"