Changes between Version 1 and Version 2 of UsingVimWithDjango


Ignore:
Timestamp:
Jan 4, 2006, 5:22:37 AM (18 years ago)
Author:
lllama
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v1 v2  
    11This page is intented to be used as a collection of hints for using the Vim editor with Django.
    22
    3 == SnippetsEmu ==
     3== [http://www.vim.org/scripts/script.php?script_id=1318 SnippetsEmu] ==
    44
    5 The [http://www.vim.org/scripts/script.php?script_id=1318 SnippetsEmu] plugin for Django allows one to define abbreviations which can be expanded into larger blocks of text.  The abbreviations can also contain place markers which can be 'jumped to' in a similar manner to the macros defined in TextMate on OS X.
     5The [http://www.vim.org/scripts/script.php?script_id=1318 SnippetsEmu] plugin for Vim allows one to define abbreviations which can be expanded into larger blocks of text.  The abbreviations can also contain place markers which can be 'jumped to' in a similar manner to the macros defined in TextMate on OS X.
    66
    77The following is a collection of Django specific abbreviations for use with the plugin (using the default start and end tags: '<' and '>'):
Back to Top