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

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

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

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

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