vim-patch:8.0.0776: function prototypes missing without the quickfix feature

Problem:    Function prototypes missing without the quickfix feature. (Tony
            Mechelynck)
Solution:   Move non-quickfix functions to buffer.c.
f0a521f4f7
This commit is contained in:
Jan Edmund Lazo
2019-04-13 19:46:21 -04:00
parent 8f2175e7d0
commit 6de1ed1ff1
4 changed files with 51 additions and 61 deletions

View File

@@ -16,11 +16,10 @@
#include <inttypes.h>
#include <fcntl.h>
#include "nvim/vim.h"
#include "nvim/buffer.h"
#include "nvim/ascii.h"
#include "nvim/if_cscope.h"
#include "nvim/charset.h"
#include "nvim/eval.h"
#include "nvim/fileio.h"
#include "nvim/message.h"
#include "nvim/memory.h"
@@ -29,7 +28,6 @@
#include "nvim/quickfix.h"
#include "nvim/strings.h"
#include "nvim/tag.h"
#include "nvim/window.h"
#include "nvim/os/os.h"
#include "nvim/os/input.h"
#include "nvim/event/stream.h"