Re: Gvim for KDE

2006-07-12 Thread scott
stefan-- i don't get it vim compiles for me just fine -- suse linux 10.0, using KDE, vim 7.0.35 -- am i missing something here? are you asking for a binary? if you want one that excludes arabic, farsi, and righleft, and includes python 2.4.3, i can probably find a way to get you one... scott

Gvim for KDE

2006-07-12 Thread Stefan Karlsson
These two sections in the documentation seems contradictory: *gui-kde* *kde* *KDE* *KVim* There is no KDE version of Vim. There has been some work on a port using the Qt toolkit, but it never worked properly and it has been abandoned. Work contin

Patch 7.0.039

2006-07-12 Thread Bram Moolenaar
Patch 7.0.039 Problem:Calling inputdialog() with a third argument in the console doesn't work. Solution: Make a separate function for input() and inputdialog(). (Yegappan Lakshmanan) Files: src/eval.c *** ../vim-7.0.038/src/eval.c Wed Jul 12 21:48:56 2006 ---

Patch 7.0.038

2006-07-12 Thread Bram Moolenaar
Patch 7.0.038 Problem:When calling complete() from an Insert mode expression mapping text could be inserted in an improper way. Solution: Make undo_allowed() global and use it in complete(). Files: src/undo.c, src/proto/undo.pro, src/eval.c *** ../vim-7.0.037/src/undo.c

Re: question for charles (or anyone): netrw whacking t

2006-07-12 Thread Charles E Campbell Jr
Benji Fisher wrote: I think I see the problem. In $VIMRUNTIME/autoload/netrw.vim , in the function netrw#DirBrowse() , there are the lines if &fo =~ '[ta]' set fo-=t set fo-=a echohl Warning echo '***warning*** directory browsing and formatoptions "ta" are incompatible' echohl

Re: VIM 7.0 scripts, ctags and taglist.vim

2006-07-12 Thread Aaron Griffin
Commet nitpick/correction: // '#' is sed in the new autoload mechanism. see :h autoload in vim help Is missing a 'u': // '#' is used in the new autoload mechanism. see :h autoload in vim help