summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2023-04-14 21:54:25 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-14 21:54:25 +0100
commitb49dfd0cf296623af2d756cefc3e73b5b307734e (patch)
tree8a59f6d5a0ead1dfa0cc1bfda8aaace3f7d7959b /src/feature.h
parentb7f6f93475a3ad5c590a09a2577fd51590bea9e1 (diff)
patch 9.0.1453: typos in source code and testsv9.0.1453
Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h
index ad61cb9229..24c84488cf 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -823,10 +823,10 @@
* +mouse_gpm Unix only: Include code for Linux console mouse
* handling.
* +mouse_pterm PTerm mouse support for QNX
- * +mouse_sgr Unix only: Include code for for SGR-styled mouse.
+ * +mouse_sgr Unix only: Include code for SGR-styled mouse.
* +mouse_sysmouse Unix only: Include code for FreeBSD and DragonFly
* console mouse handling.
- * +mouse_urxvt Unix only: Include code for for urxvt mouse handling.
+ * +mouse_urxvt Unix only: Include code for urxvt mouse handling.
* +mouse Any mouse support (any of the above enabled).
* Always included, since either FEAT_MOUSE_XTERM or
* DOS_MOUSE is defined.