5
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Oct 21, 2024 — Oct 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug with folding in snippets More... over 16 years ago
fixed another bug with supertab More... over 16 years ago
fixed another aspect of supertab behavior (inserting an actual tab when cursor is on whitespace) More... over 16 years ago
added a cleaner fix for hyphenated *.snippets files More... over 16 years ago
fixed bug with hyphened *.snippets files More... over 16 years ago
updated documentation with regards to comments in *.snippets files More... over 16 years ago
added old default snippets_dir setting as a fallback More... over 16 years ago
fixed a couple typos and disable the old snippet commands More... over 16 years ago
disabled loading snippets for help files More... over 16 years ago
added support for automatic loading of snippets in hyphened files & directories More... over 16 years ago
added a cleaner fix for supertab More... over 16 years ago
fixed placeholder bug when hitting <tab> after using the completion menu More... over 16 years ago
moved some parts of snipmate to autoload More... over 16 years ago
temporarily removed nested snippets while I sort out the bugs More... over 16 years ago
fixed bug when cancelling a snippet with multiple matches More... over 16 years ago
made sure g:snippets_dir is always an absolute path More... over 16 years ago
fixed behavior with popup menu when supertab.vim is installed More... over 16 years ago
made it so ResetSnippets() resets g:did_ft as well More... over 16 years ago
fixed behavior when pressing <tab> when outside of a snippet & the popup menu is open More... over 16 years ago
fixed bug with incorrect path to snippets More... over 16 years ago
updated documentation More... over 16 years ago
added html helper function for closing tags More... over 16 years ago
made convertSnip.py a bit easier to read by using raw strings More... over 16 years ago
accidentally made snippet file for *.snippet(s) snippets.snippet instead of snippet.snippet More... over 16 years ago
fixed typo in convertSnip.py More... over 16 years ago
added syntax coloring for *.snippet(s) files More... over 16 years ago
Completely replaced command-based snippets with a new, easier to read/maintain syntax. Also added a python script to make it easier to migrate. More... over 16 years ago
made GetSnippets() a public function More... over 16 years ago
now using finddir() to find snippet directory More... over 16 years ago
removed the slash variable since it's not used anymore More... over 16 years ago