|
94 | 94 | */
|
95 | 95 |
|
96 | 96 | /*
|
97 |
| - * These features used to be optional but are now always enabled. |
| 97 | + * These features used to be optional but are now always enabled: |
98 | 98 | * +windows Multiple windows. Without this there is no help
|
99 | 99 | * window and no status lines.
|
100 | 100 | * +vertsplit Vertically split windows.
|
101 |
| - */ |
102 |
| - |
103 |
| -/* |
104 | 101 | * +cmdhist Command line history.
|
105 |
| - * Now always included. |
| 102 | + * +localmap Mappings and abbreviations local to a buffer. |
| 103 | + * +visual Visual mode |
| 104 | + * +visualextra Extra features for Visual mode (mostly block operators). |
| 105 | + * +virtualedit 'virtualedit' option and its implementation |
| 106 | + * +user_commands Allow the user to define his own commands. |
| 107 | + * +multi_byte Generic multi-byte character handling. |
| 108 | + * |
| 109 | + * Obsolete: |
| 110 | + * +tag_old_static Old style static tags: "file:tag file ..". |
| 111 | + * Support was removed in 8.1.1093. |
| 112 | + * +farsi Farsi (Persian language) Keymap support. |
| 113 | + * Removed in patch 8.1.0932 |
106 | 114 | */
|
107 | 115 |
|
108 | 116 | /*
|
|
161 | 169 | # define FEAT_KEYMAP
|
162 | 170 | #endif
|
163 | 171 |
|
164 |
| -/* |
165 |
| - * +localmap Mappings and abbreviations local to a buffer. |
166 |
| - * Now always included. |
167 |
| - */ |
168 |
| - |
169 | 172 | /*
|
170 | 173 | * +insert_expand CTRL-N/CTRL-P/CTRL-X in insert mode. Takes about
|
171 | 174 | * 4Kbyte of code.
|
|
186 | 189 | # define VIM_BACKTICK /* internal backtick expansion */
|
187 | 190 | #endif
|
188 | 191 |
|
189 |
| -/* |
190 |
| - * +visual Visual mode - now always included. |
191 |
| - * +visualextra Extra features for Visual mode (mostly block operators). |
192 |
| - * Now always included. |
193 |
| - */ |
194 |
| - |
195 |
| -/* |
196 |
| - * +virtualedit 'virtualedit' option and its implementation |
197 |
| - * Now always included. |
198 |
| - */ |
199 |
| - |
200 | 192 | /*
|
201 | 193 | * +cmdline_info 'showcmd' and 'ruler' options.
|
202 | 194 | */
|
|
258 | 250 | # define FEAT_RIGHTLEFT
|
259 | 251 | #endif
|
260 | 252 |
|
261 |
| -/* |
262 |
| - * +farsi Farsi (Persian language) Keymap support. |
263 |
| - * Removed in patch 8.1.0932 |
264 |
| - */ |
265 |
| - |
266 | 253 | /*
|
267 | 254 | * +arabic Arabic keymap and shaping support.
|
268 | 255 | * Requires FEAT_RIGHTLEFT
|
|
299 | 286 | # define FEAT_TAG_BINS
|
300 | 287 | #endif
|
301 | 288 |
|
302 |
| -/* |
303 |
| - * +tag_old_static Old style static tags: "file:tag file ..". |
304 |
| - * Support was removed in 8.1.1093. |
305 |
| - */ |
306 |
| - |
307 | 289 | /*
|
308 | 290 | * +cscope Unix only: Cscope support.
|
309 | 291 | */
|
|
372 | 354 | # define FEAT_COMPL_FUNC
|
373 | 355 | #endif
|
374 | 356 |
|
375 |
| -/* |
376 |
| - * +user_commands Allow the user to define his own commands. |
377 |
| - * Now always enabled. |
378 |
| - */ |
379 |
| - |
380 | 357 | /*
|
381 | 358 | * +printer ":hardcopy" command
|
382 | 359 | * +postscript Printing uses PostScript file output.
|
|
573 | 550 | # define FEAT_GETTEXT
|
574 | 551 | #endif
|
575 | 552 |
|
576 |
| -/* |
577 |
| - * +multi_byte Generic multi-byte character handling. |
578 |
| - * Now always enabled. |
579 |
| - */ |
580 |
| - |
581 | 553 | /*
|
582 | 554 | * +multi_byte_ime Win32 IME input method. Only for far-east Windows, so
|
583 | 555 | * IME can be used to input chars. Not tested much!
|
|
0 commit comments