|
1 |
| -*various.txt* For Vim version 9.0. Last change: 2022 Dec 13 |
| 1 | +*various.txt* For Vim version 9.0. Last change: 2023 Sep 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -320,15 +320,13 @@ g8 Print the hex values of the bytes used in the
|
320 | 320 | The first column shows the smallest version in which
|
321 | 321 | they are included:
|
322 | 322 | T tiny (always)
|
323 |
| - S small |
324 | 323 | N normal
|
325 |
| - B big |
326 | 324 | H huge
|
327 | 325 | m manually enabled or depends on other features
|
328 | 326 | - never, feature was removed
|
329 | 327 | (none) system dependent
|
330 | 328 | Thus if a feature is marked with "N", it is included
|
331 |
| - in the normal, big and huge versions of Vim. |
| 329 | + in the normal and huge versions of Vim. |
332 | 330 |
|
333 | 331 | *+feature-list*
|
334 | 332 | *+acl* |ACL| support included
|
@@ -450,6 +448,8 @@ m *+python* Python 2 interface |python|
|
450 | 448 | m *+python/dyn* Python 2 interface |python-dynamic| |/dyn|
|
451 | 449 | m *+python3* Python 3 interface |python|
|
452 | 450 | m *+python3/dyn* Python 3 interface |python-dynamic| |/dyn|
|
| 451 | +m *+python3/dyn-stable* |
| 452 | + Python 3 interface |python-dynamic| |python-stable| |/dyn| |
453 | 453 | N *+quickfix* |:make| and |quickfix| commands
|
454 | 454 | N *+reltime* |reltime()| function, 'hlsearch'/'incsearch' timeout,
|
455 | 455 | 'redrawtime' option
|
@@ -501,6 +501,7 @@ T *+windows* more than one window; Always enabled since 8.0.1118.
|
501 | 501 | m *+writebackup* |'writebackup'| is default on
|
502 | 502 | m *+xim* X input method |xim|
|
503 | 503 | *+xfontset* X fontset support |xfontset|
|
| 504 | +N *+xattr* compiled with extended attribute support (Linux only) |
504 | 505 | *+xpm* pixmap support
|
505 | 506 | m *+xpm_w32* Win32 GUI only: pixmap support |w32-xpm-support|
|
506 | 507 | *+xsmp* XSMP (X session management) support
|
|
0 commit comments