diff options
Diffstat (limited to 'src/nvim/mark_defs.h')
-rw-r--r-- | src/nvim/mark_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mark_defs.h b/src/nvim/mark_defs.h index 8f8425f0a6..720b2475ed 100644 --- a/src/nvim/mark_defs.h +++ b/src/nvim/mark_defs.h @@ -21,7 +21,7 @@ /// Total possible number of local marks /// -/// That are uppercase marks plus '"', '^' and '.'. There are other local marks, +/// That are uppercase marks plus '"', '^' and '.'. There are other local marks, /// but they are not saved in ShaDa files. #define NLOCALMARKS (NMARKS + 3) |