mirror of
https://github.com/golang/go
synced 2024-11-22 01:04:40 -07:00
misc/vim: remove 'closed' as a builtin function.
R=adg, r CC=golang-dev https://golang.org/cl/4285059
This commit is contained in:
parent
39ffd546bd
commit
aad62bf409
@ -85,7 +85,7 @@ syn match goType /\<func\>/
|
|||||||
syn match goDeclaration /^func\>/
|
syn match goDeclaration /^func\>/
|
||||||
|
|
||||||
" Predefined functions and values
|
" Predefined functions and values
|
||||||
syn keyword goBuiltins append cap close closed complex copy imag len
|
syn keyword goBuiltins append cap close complex copy imag len
|
||||||
syn keyword goBuiltins make new panic print println real recover
|
syn keyword goBuiltins make new panic print println real recover
|
||||||
syn keyword goConstants iota true false nil
|
syn keyword goConstants iota true false nil
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user