Neovim update
This commit is contained in:
@@ -111,7 +111,7 @@ if (!`!p snip.rv = match.group(1)`) {
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet "(\w+) = open" "Automatic open error implementation" rA
|
||||
snippet "(\w+) = open" "Automatic open error implementation" r
|
||||
/* create descriptor `!p snip.rv = match.group(1)` for file $1 */
|
||||
`!p snip.rv = match.group(1)` = open(${1:"Filename"}, ${2:"MODE"});
|
||||
if (-1 == `!p snip.rv = match.group(1)`) {
|
||||
|
||||
Reference in New Issue
Block a user