@@ -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
@@ -10595,6 +10595,7 @@ viminfo Compiled with viminfo support.
1059510595vimscript-1 Compiled Vim script version 1 support
1059610596vimscript-2 Compiled Vim script version 2 support
1059710597vimscript-3 Compiled Vim script version 3 support
10598+ vimscript-4 Compiled Vim script version 4 support
1059810599virtualedit Compiled with 'virtualedit' option. (always true)
1059910600visual Compiled with Visual mode. (always true)
1060010601visualextra Compiled with extra Visual mode commands. (always
0 commit comments