Changes between Version 61 and Version 62 of UsingVimWithDjango
- Timestamp:
- Jul 10, 2014, 4:47:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v61 v62 14 14 15 15 [http://web.archive.org/web/20090206143136/http://py.vaults.ca/~x/python_and_vim.html Tab Setting Reference for Python and Vim] 16 17 It is also highly recommended to configure shiftwidth, tabstop and softtabstop for Vim, add the following lines into your .vimrc: 18 19 {{{ 20 autocmd FileType python set sw=4 21 autocmd FileType python set ts=4 22 autocmd FileType python set sts=4 23 }}} 16 24 17 25 === Omnicomplete ===