aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/mapping.h')
-rw-r--r--src/nvim/mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mapping.h b/src/nvim/mapping.h
index 182d1a48cb..156187b5d8 100644
--- a/src/nvim/mapping.h
+++ b/src/nvim/mapping.h
@@ -9,7 +9,7 @@
/// All possible |:map-arguments| usable in a |:map| command.
///
/// The <special> argument has no effect on mappings and is excluded from this
-/// struct declaration. |noremap| is included, since it behaves like a map
+/// struct declaration. |:noremap| is included, since it behaves like a map
/// argument when used in a mapping.
///
/// @see mapblock_T