diff options
Diffstat (limited to 'src/nvim/search.h')
-rw-r--r-- | src/nvim/search.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.h b/src/nvim/search.h index 691782e41c..1fc2d6710e 100644 --- a/src/nvim/search.h +++ b/src/nvim/search.h @@ -60,7 +60,7 @@ typedef struct spat { bool no_scs; ///< No smartcase for this pattern. Timestamp timestamp; ///< Time of the last change. SearchOffset off; ///< Pattern offset. - Dictionary *additional_data; ///< Additional data from ShaDa file. + dict_T *additional_data; ///< Additional data from ShaDa file. } SearchPattern; #ifdef INCLUDE_GENERATED_DECLARATIONS |