31

does anyone know how to edit a dot snippet file and reload into (g)vim without closing and re-open the program? it would be great to do that with this excellent plugin.

greetings

forellana
  • 937
  • 1
  • 8
  • 19

3 Answers3

41

If you have the latest version of snipmate you can use the following command from vim to reload all the snippets :call ReloadAllSnippets() or better you can map it to a key

suhair
  • 10,895
  • 11
  • 52
  • 63
  • 4
    Thanks. just so its clear to others, at time of posting with 0.83 the latest version on vim.org, I had to go to the github dev version to get this function: https://github.com/msanders/snipmate.vim – Jeromy Anglim Jan 27 '11 at 14:48
8

I am currently on a promoting tour for UltiSnips on StackOverflow. UltiSnips will watch your snippet files for change, so all you have to do is save your .snippets file and the changes are immediately available in Vim. There is also a handy :UltiSnipsEdit command that will open the correct snippets file right away.

A conversion script for snipMate snippets is shipped with UltiSnips, so switching is easy.

SirVer
  • 1,397
  • 1
  • 16
  • 15
1

Have a look at the following discussion

jinfield
  • 312
  • 1
  • 2