aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-10-26 10:45:11 +0200
committerGitHub <noreply@github.com>2021-10-26 10:45:11 +0200
commitf75d00456d6a04e403ec8971922a204acfab8c85 (patch)
tree19317872a166dc5bf3a0f50490281d8b4a2fc1b4 /src/nvim/api/vim.h
parent09e96fe6096f07365eb65b51bb7f2fd0f1b043b0 (diff)
parentc8882ca7e75e2f085ec2e0943d5afa09efc9c8ca (diff)
downloadrneovim-f75d00456d6a04e403ec8971922a204acfab8c85.tar.gz
rneovim-f75d00456d6a04e403ec8971922a204acfab8c85.tar.bz2
rneovim-f75d00456d6a04e403ec8971922a204acfab8c85.zip
Merge pull request #16147 from bfredl/neomark
refactor(api): move extmark API to its own file
Diffstat (limited to 'src/nvim/api/vim.h')
-rw-r--r--src/nvim/api/vim.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/api/vim.h b/src/nvim/api/vim.h
index 4fd353ce5c..de56c67665 100644
--- a/src/nvim/api/vim.h
+++ b/src/nvim/api/vim.h
@@ -1,13 +1,7 @@
#ifndef NVIM_API_VIM_H
#define NVIM_API_VIM_H
-#include <stdint.h>
-
#include "nvim/api/private/defs.h"
-#include "nvim/map.h"
-
-EXTERN Map(String, handle_T) namespace_ids INIT(= MAP_INIT);
-EXTERN handle_T next_namespace_id INIT(= 1);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/vim.h.generated.h"