23 Oct
2009
23 Oct
'09
2:57 p.m.
I use vim with ctags which works fine for python code but I would like to give it some understanding for page templates, genericsetup xml files and zcml files. Is anybody doing this and would like to share the necessary language definitions? To also use this mail to transport knowledge ;) " fast switching between .py .pt and .txt let g:alternateExtensions_py = "pt,txt" let g:alternateExtensions_pt = "py,txt" let g:alternateExtensions_txt = "py,pt" in combination with http://www.vim.org/scripts/script.php?script_id=31 enables fast switching (:A) between these files. If all three are present, txt will not be reached (yet) by fast switching. florian