diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-18 19:49:56 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-18 19:49:56 +0100 |
commit | 8e7d6223f630690b72b387eaed704bf01f3f29d2 (patch) | |
tree | b2e694bda1dbae28776d68f9babbb42d27e5c730 /src/feature.h | |
parent | 3beaf9cd8efa3ba83e07187215004d140b89d529 (diff) | |
download | vim-git-8e7d6223f630690b72b387eaed704bf01f3f29d2.tar.gz |
patch 8.2.2160: various typosv8.2.2160
Problem: Various typos.
Solution: Fix spelling mistakes. (closes #7494)
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index 8f7322bef..5f6f800c2 100644 --- a/src/feature.h +++ b/src/feature.h @@ -937,7 +937,7 @@ * +mouse_sgr Unix only: Include code for 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 mosue handling. + * +mouse_urxvt Unix only: Include code for 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. |