Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in README | Peter Odding | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | Made README more consistent | Peter Odding | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | Wrapped public facing functions in try/catch blocks | Peter Odding | 2010-06-06 | 1 | -82/+99 |
| | | | | | | The plug-in used an inconsistent mix of error handling using both :throw and :echoerr. The public facing functions have now been wrapped in try/catch blocks and all internal functions :throw error message strings. | ||||
* | Moved script-local function s:unique() to autoload script | Peter Odding | 2010-06-06 | 2 | -19/+5 |
| | | | | | | On the one hand I don't want to force people to download half my Vim profile before they can try one of the plug-ins I've written, but on the other hand I don't want to keep copy/pasting miscellaneous functions all over the place... | ||||
* | Updated README with instructions on installing ctags | Peter Odding | 2010-06-06 | 1 | -0/+6 |
| | |||||
* | Initial commit | Peter Odding | 2010-06-06 | 7 | -0/+581 |