Re: [Zope] ExternalEditor - which editor do you use?
| Odesílatel: Ulrich Wisser <liste@publisher.de> | just installed the ExternalEditor product. It works fine, | | My Zope runs on a Linux box, but my client is a Windows | machine. www.vim.org is with syntax highlighting for DTML But does somebody know how to make settings permanent, not only for session? Regards, JL.
On Thu, Sep 05, 2002 at 03:20:35PM +0200, Jaroslav Lukesh wrote:
www.vim.org is with syntax highlighting for DTML
But does somebody know how to make settings permanent, not only for session?
:help vimrc -- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------
Jaroslav Lukesh wrote:
| Odesílatel: Ulrich Wisser <liste@publisher.de> | just installed the ExternalEditor product. It works fine, | | My Zope runs on a Linux box, but my client is a Windows | machine.
www.vim.org is with syntax highlighting for DTML
But does somebody know how to make settings permanent, not only for session?
Here's my .vimrc file. It has the right tabsets and stuff for python that I snagged from somewhere else, and the last line makes .dtml files highlight as dtml. About the only other thing you might need (and I think it is default most everywhere) is syntax on -- Jim Washington
Don't use set tabstop=4! Use set tabstop=8 softtabstop=4 instead! Because of set expandtabs you won't notice a difference in your own python code, but as soon as you open a file that does use tabs (which 99% of the world defines as 8 spaces) you'll see the correct indentations. -- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------
participants (3)
-
Jaroslav Lukesh -
Jim Washington -
Martijn Pieters