Changes between Version 27 and Version 28 of UsingVimWithDjango


Ignore:
Timestamp:
Oct 11, 2006, 6:46:21 AM (18 years ago)
Author:
Lllama
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v27 v28  
    142142 * Vim has special buffers for storing different types of output. See :help special-buffers and :help cwindow
    143143 * The Project plugin has the function CreateEntriesFromDir() which can be used to create new entries. Passing '1' as the arguement will create a recursive entry which would be most appropriate for creating Django entries.
     144 * The Project plugin allows users to use a different project file from the default. It could be that the new plugin generates a project specific file when a new django project is created.
    144145
    145146It would be useful for the plugin to grab any tracebacks and place the cursor in a suitable spot.
Back to Top