diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-09-08 13:26:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-08 13:26:37 +0200 |
| commit | cc3df63c3ba954962fc1b9ce0503a5379ef0c7d0 (patch) | |
| tree | 59bd8e97d87fa5da7cc95f290f47b93eaf8dd953 /src/nvim/api/extmark.h | |
| parent | 6a8b48e24cbe070846dd1d234553b3fdeb19460e (diff) | |
| parent | 5970157e1d22fd5e05ae5d3bd949f807fb7a744c (diff) | |
| download | rneovim-cc3df63c3ba954962fc1b9ce0503a5379ef0c7d0.tar.gz rneovim-cc3df63c3ba954962fc1b9ce0503a5379ef0c7d0.tar.bz2 rneovim-cc3df63c3ba954962fc1b9ce0503a5379ef0c7d0.zip | |
Merge pull request #24985 from bfredl/hash2
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
Diffstat (limited to 'src/nvim/api/extmark.h')
| -rw-r--r-- | src/nvim/api/extmark.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/extmark.h b/src/nvim/api/extmark.h index 3c979fa4f6..a7baad496f 100644 --- a/src/nvim/api/extmark.h +++ b/src/nvim/api/extmark.h @@ -8,7 +8,7 @@ #include "nvim/map.h" #include "nvim/types.h" -EXTERN Map(String, handle_T) namespace_ids INIT(= MAP_INIT); +EXTERN Map(String, int) namespace_ids INIT(= MAP_INIT); EXTERN handle_T next_namespace_id INIT(= 1); #ifdef INCLUDE_GENERATED_DECLARATIONS |