README.markdown @ 26fbdd7d1f1a default tip
Update readme to include a list of supported langs
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Thu, 02 Jan 2014 11:58:41 -0500 |
| parents | 32936e930fa6 |
| children | (none) |
Strftimedammit is a single Vim documentation file that lists strftime-like formatting characters for a variety of languages. It was born when I finally got sick of having to open a browser with the Django docs to look up how to use its date formatting template filter. Languages/libraries included so far: * Django * Java (Joda) * Perl * Python * Ruby  Usage ----- Install with [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332). Make sure you `:call pathogen#helptags()` after installing to make Vim notice the new documentation file. Now you can use `:help strftimedammit` to open the documentation. There are also tags in place for each language, so you can do `:help strftime-python` or `:help strftime-django` to go right to that section. Contributing ------------ Add your favorite language or library to the doc file, fork, and send a pull request.