diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:44:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:44:18 +0000 |
commit | 3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb (patch) | |
tree | 2b16c46af3e6269ce446fae70131a1afb1b80a8a /src/feature.h | |
parent | 044b68f42a945cdccb357ee6bb67d719ba532cd4 (diff) | |
download | vim-git-3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h index 00dd014b8..aa694e66e 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1096,7 +1096,7 @@ /* * +termresponse send t_RV to obtain terminal response. Used for xterm * to check if mouse dragging can be used and if term - * codes can be obtaind. + * codes can be obtained. */ #if (defined(FEAT_NORMAL) || defined(FEAT_MOUSE)) && defined(HAVE_TGETENT) # define FEAT_TERMRESPONSE @@ -1155,7 +1155,7 @@ * +python Python interface: "--enable-pythoninterp" * +tcl TCL interface: "--enable-tclinterp" * +sniff Sniff interface: "--enable-sniff" - * +sun_workshop Sun Workshop integegration + * +sun_workshop Sun Workshop integration * +netbeans_intg Netbeans integration */ |