mirror of
https://github.com/amix/vimrc
synced 2025-08-02 02:44:59 +08:00
Updated vim plugins
This commit is contained in:
@ -112,8 +112,8 @@ snippet fori
|
||||
# Object Method
|
||||
snippet :f
|
||||
${1:method_name}: function (${2:attribute}) {
|
||||
${0}
|
||||
}${3:,}
|
||||
${3}
|
||||
},
|
||||
# hasOwnProperty
|
||||
snippet has
|
||||
hasOwnProperty(${0})
|
||||
|
Reference in New Issue
Block a user