TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Rate my Vim Script: snipMate.vim

29 pointsby meese_over 16 years ago

6 comments

mileszsover 16 years ago
Unfortunately, it seems to clash loudly with one of the Ruby or Rails plugins I use (most likely rails.vim, and its RAbbrevs). Being admittedly fairly ignorant when it comes to vimscript, as well as being impatient, I removed snipMate for now. If you have a quick solution for such woes, I'd love to try it.<p>I'd be willing to maintain a fork on GitHub that avoids clashing with rails.vim (or whatever the issue is), if we can figure it out. Maybe I'll actually properly learn vimscript as a result.
评论 #480786 未加载
adityaover 16 years ago
I'm sorry, how is this different from just having an abbreviation using iab?
评论 #478986 未加载
kurczakabout 16 years ago
Can't get it to work. Using gvim on winxp. Directories are okay, nocompatibile is enabled, using expandtab + softtabstop=4 - but the only thing I get after pressing &#60;tab&#62; after one of the snippet keywords is a single space.
tdavisover 16 years ago
Other than being unable to get the html snippets to work, I like it and will be trying it as a SnippetsEMU replacement (if I can get html files working).
nadimover 16 years ago
How does this compare to snippetsEmu.vim?
评论 #478796 未加载
评论 #478783 未加载
jonasbover 16 years ago
I've given it a spin, and must say that I like it a lot. Thanks a lot meese_!