Re: Using vim to keep a todo list

2006-05-05 Thread Yi Qiang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks for all the wonderful suggestions, I certainly learned quite a bit :)

Yi
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEW6w2tXlIMrUVVksRAhJNAJ9llDYsIzHzJ+m1PfA8TzfxUqolVgCeNaVg
BinX6C40CyUh60xiVrbB6qo=
=8kHq
-END PGP SIGNATURE-


Using vim to keep a todo list

2006-05-04 Thread Yi Qiang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I've looked all over the net for a simple console based todo list
manager and I always eventually come back to just using vim to edit a
plain text file.  I imagine there are other people who use vim to manage
a todo list so I'd like to know what kind of tipstricks you might have.

Thanks in advance,
Yi
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEWt7LtXlIMrUVVksRAiYBAJ4t1OlUVIqDFDqnENp1/DlRhiXR+gCfZH5E
uri7p8l1s8rUMUa9KP21lp4=
=RDSB
-END PGP SIGNATURE-


Re: Disabling statusline for specific windows (i.e. taglist window)

2006-04-19 Thread Yi Qiang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric Arnold wrote:
 With Vim7, each window can have its own statusline settings:
 
 setlocal statusline=.
 
Hurmm, if I change the taglist window to be the active one, and for
example do :setlocal statusline=TEST, nothing happens.

Yi


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFERxuEtXlIMrUVVksRAnLhAJ4ni2PJ4rwLeyVqY9bsZm68R7JQcQCfS+Sy
eRl6pjLi1CGr6v9C2St8nk0=
=TjnF
-END PGP SIGNATURE-


GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Yi Qiang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
Using gvim, I find it very irritating that the Open File dialog always
defaults to $HOME instead of the last browsed directory.  Is there a way
to change this behavior (it is not a limitation of the gtk file chooser) ?

Thanks in advance,
Yi
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFERI8xtXlIMrUVVksRAk5/AJ9Cf0g8rvt4sbrphWiUtQpEFgSiBQCeI9vK
BUW3WeX5cnpe4BG7vWoP48E=
=pZ2C
-END PGP SIGNATURE-


Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Yi Qiang

Bram Moolenaar wrote:

I have never seen that error.  Possibly a bug in GTK?

What version of gtk2 are you using? I have gtk2 2.8.17 installed.  If 
anyone else can reproduce it or let me know of a gtk2 version that it 
works with let me know.


Yi