Changes between Version 31 and Version 32 of UsingVimWithDjango
- Timestamp:
- Dec 15, 2006, 3:31:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v31 v32 104 104 The [http://vim-taglist.sourceforge.net/ taglist] plugin is probably similar to Project but can also look inside Python files to display classes and functions. (It requires the ctags program installed on your system, which probably comes with most Linuxes and is easily installed via MacPorts (or fink as "exuberant-ctags") on OS X.) 105 105 106 [http://code.djangoproject.com/attachment/wiki/UsingVimWithDjango/django-vim-taglist.png screenshot] 107 106 108 Additionally, I created a shell-function, inspired by Jeremy Jones, to create a new taglist-list when you pass it the path to a Django project directory: 107 109