Changes between Version 43 and Version 44 of UsingVimWithDjango


Ignore:
Timestamp:
Aug 12, 2009, 12:34:43 PM (15 years ago)
Author:
Rob Hudson <treborhudson@…>
Comment:

Adding SnipMate and snipmate_for_django to UsingVimWithDjango.

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v43 v44  
    5555snippetsEmu for '''urls.py''' and '''views.py''' files can be found on the attachment section. To use this snippets, copy them into ''~/.vim/after/ftplugin/'' directory
    5656
     57
     58=== !SnipMate.vim ===
     59
     60[http://www.vim.org/scripts/script.php?script_id=2540 SnipMate] is another plugin that adds TextMate-style snippets for Vim.  The [http://github.com/robhudson/snipmate_for_django/tree/master snipmate_for_django] Git repository, by Rob Hudson, contains many of the TextMate snippets converted to !SnipMate.
    5761
    5862=== XMLEdit.vim ===
Back to Top