1
0
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:
David Symonds 2011-03-23 14:26:28 +11:00
parent 39ffd546bd
commit aad62bf409

View File

@ -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