Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vim snipMate 无法正常工作
finf[Tab]产生
finf[Tab]
find(:first<+, :conditions => ['<+<+field+> = ?+>', <+true+>]+>)
但光标设置为行尾并且不使用 [Tab] 的占位符跳转
更新:
我尝试使用 html - 一切正常,也许这不适用于带有 Rails snipmates 的 *.rb 文件
我认为您的代码段有问题。我将 snipMate 用于 Python,所有占位符看起来都像${Number[:description]}. 看看~/.vim/snippets/例子。下面有一个简单的例子,用于ifruby 中的语句:
${Number[:description]}
~/.vim/snippets/
if
snippet if if ${1:condition} ${2}