diff options
author | timeyyy <timeyyy_da_man@hotmail.com> | 2017-01-18 13:20:07 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-11-11 19:43:15 +0100 |
commit | a9065a50518ef59351f9d0d32041a991a751653f (patch) | |
tree | 4448b4895b8977fcb09b8d87060cfa20fb8058b9 /src/nvim/misc1.c | |
parent | e757f4d5363125e242f1e680d1f5bb53e8014b06 (diff) | |
download | rneovim-a9065a50518ef59351f9d0d32041a991a751653f.tar.gz rneovim-a9065a50518ef59351f9d0d32041a991a751653f.tar.bz2 rneovim-a9065a50518ef59351f9d0d32041a991a751653f.zip |
nsmarks: initial commit
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r-- | src/nvim/misc1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index c1de7ab9a4..a871d424c6 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -30,7 +30,6 @@ #include "nvim/indent_c.h" #include "nvim/buffer_updates.h" #include "nvim/main.h" -#include "nvim/mark.h" #include "nvim/mbyte.h" #include "nvim/memline.h" #include "nvim/memory.h" |