]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(go): Update Go syntax file with 1.21 builtins (#12876)
authorJosé-Paul D <fixed.combinator@gmail.com>
Tue, 22 Aug 2023 18:29:19 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 18:29:19 +0000 (19:29 +0100)
* Update Go syntax file with 1.21 builtins

runtime/syntax/go.vim

index bf967fdcd98563ce281e9fb4bdc8bf5e568e7595..4272e807f3236f48815f4380be06c15c6ed2fcb5 100644 (file)
@@ -5,7 +5,7 @@
 " go.vim: Vim syntax file for Go.
 " Language:             Go
 " Maintainer:           Billie Cleek <bhcleek@gmail.com>
-" Latest Revision:      2023-02-19
+" Latest Revision:      2023-08-21
 " License:              BSD-style. See LICENSE file in source repository.
 " Repository:           https://github.com/fatih/vim-go
 
@@ -130,8 +130,8 @@ hi def link     goFloats            Type
 hi def link     goComplexes         Type
 
 " Predefined functions and values
-syn keyword     goBuiltins                 append cap close complex copy delete imag len
-syn keyword     goBuiltins                 make new panic print println real recover
+syn keyword     goBuiltins                 append cap clear close complex copy delete imag len
+syn keyword     goBuiltins                 make max min new panic print println real recover
 syn keyword     goBoolean                  true false
 syn keyword     goPredefinedIdentifiers    nil iota