mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
boundp should be fboundp
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#name : v.begin(), v.end()
|
||||
# --
|
||||
#name : v.begin(), v.end()
|
||||
# --
|
||||
${1:v}.begin(), $1.end
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : #include "..."
|
||||
# --
|
||||
#name : #include "..."
|
||||
# --
|
||||
#include "$1"
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : #include <...>
|
||||
# --
|
||||
#name : #include <...>
|
||||
# --
|
||||
#include <$1>
|
||||
Reference in New Issue
Block a user