@@ -4898,10 +4898,10 @@ invert({expr}) *invert()*
48984898< Can also be used as a | method | : >
48994899 :let bits = bits->invert()
49004900
4901- isabsolutepath({directory} ) *isabsolutepath()*
4901+ isabsolutepath({path} ) *isabsolutepath()*
49024902 The result is a Number, which is | TRUE | when {path} is an
49034903 absolute path.
4904- < On Unix, a path is considered absolute when it starts with '/'.
4904+ On Unix, a path is considered absolute when it starts with '/'.
49054905 On MS-Windows, it is considered absolute when it starts with an
49064906 optional drive prefix and is followed by a '\' or '/'. UNC paths
49074907 are always absolute.
@@ -4911,7 +4911,7 @@ isabsolutepath({directory}) *isabsolutepath()*
49114911 echo isabsolutepath('C:\Windows') " 1
49124912 echo isabsolutepath('foobar') " 0
49134913 echo isabsolutepath('\\remote\file') " 1
4914-
4914+ <
49154915 Can also be used as a | method | : >
49164916 GetName()->isabsolutepath()
49174917
@@ -10421,7 +10421,7 @@ bsd Compiled on an OS in the BSD family (excluding macOS).
1042110421builtin_terms Compiled with some builtin terminals.
1042210422byte_offset Compiled with support for 'o' in 'statusline'
1042310423channel Compiled with support for | channel | and | job |
10424- cindent Compiled with 'cindent' support.
10424+ cindent Compiled with 'cindent' support. (always true)
1042510425clientserver Compiled with remote invocation support | clientserver | .
1042610426clipboard Compiled with 'clipboard' support.
1042710427clipboard_working Compiled with 'clipboard' support and it can be used.
@@ -10483,7 +10483,7 @@ insert_expand Compiled with support for CTRL-X expansion commands in
1048310483 Insert mode. (always true)
1048410484job Compiled with support for | channel | and | job |
1048510485ipv6 Compiled with support for IPv6 networking in | channel | .
10486- jumplist Compiled with | jumplist | support.
10486+ jumplist Compiled with | jumplist | support. (always true)
1048710487keymap Compiled with 'keymap' support.
1048810488lambda Compiled with | lambda | support.
1048910489langmap Compiled with 'langmap' support.
@@ -10492,6 +10492,7 @@ linebreak Compiled with 'linebreak', 'breakat', 'showbreak' and
1049210492 'breakindent' support.
1049310493linux Linux version of Vim.
1049410494lispindent Compiled with support for lisp indenting.
10495+ (always true)
1049510496listcmds Compiled with commands for the buffer list | :files |
1049610497 and the argument list | arglist | .
1049710498localmap Compiled with local mappings and abbr. | :map-local |
@@ -10521,7 +10522,7 @@ mzscheme Compiled with MzScheme interface |mzscheme|.
1052110522nanotime Compiled with sub-second time stamp checks.
1052210523netbeans_enabled Compiled with support for | netbeans | and connected.
1052310524netbeans_intg Compiled with support for | netbeans | .
10524- num64 Compiled with 64-bit | Number | support.
10525+ num64 Compiled with 64-bit | Number | support. (always true)
1052510526ole Compiled with OLE automation support for Win32.
1052610527osx Compiled for macOS cf. mac
1052710528osxdarwin Compiled for macOS, with | mac-darwin-feature |
@@ -10547,7 +10548,7 @@ ruby Compiled with Ruby interface |ruby|.
1054710548scrollbind Compiled with 'scrollbind' support. (always true)
1054810549showcmd Compiled with 'showcmd' support.
1054910550signs Compiled with | :sign | support.
10550- smartindent Compiled with 'smartindent' support.
10551+ smartindent Compiled with 'smartindent' support. (always true)
1055110552sodium Compiled with libsodium for better crypt support
1055210553sound Compiled with sound support, e.g. `sound_playevent ()`
1055310554spell Compiled with spell checking support | spell | .
@@ -10561,7 +10562,7 @@ syntax_items There are active syntax highlighting items for the
1056110562 current buffer.
1056210563system Compiled to use system() instead of fork()/exec().
1056310564tag_binary Compiled with binary searching in tags files
10564- | tag-binary-search | .
10565+ | tag-binary-search | . (always true)
1056510566tag_old_static Support for old static tags was removed, see
1056610567 | tag-old-static | .
1056710568tcl Compiled with Tcl interface.
@@ -10575,6 +10576,7 @@ tgetent Compiled with tgetent support, able to use a termcap
1057510576 or terminfo file.
1057610577timers Compiled with | timer_start() | support.
1057710578title Compiled with window title support | 'title' | .
10579+ (always true)
1057810580toolbar Compiled with support for | gui-toolbar | .
1057910581ttyin input is a terminal (tty)
1058010582ttyout output is a terminal (tty)
@@ -10593,6 +10595,7 @@ viminfo Compiled with viminfo support.
1059310595vimscript-1 Compiled Vim script version 1 support
1059410596vimscript-2 Compiled Vim script version 2 support
1059510597vimscript-3 Compiled Vim script version 3 support
10598+ vimscript-4 Compiled Vim script version 4 support
1059610599virtualedit Compiled with 'virtualedit' option. (always true)
1059710600visual Compiled with Visual mode. (always true)
1059810601visualextra Compiled with extra Visual mode commands. (always
0 commit comments