patch 7.0.225

2007-04-26 Thread Bram Moolenaar
Patch 7.0.225 Problem:When using setline() in an InsertEnter autocommand and doing A the cursor ends up on the last byte in the line. (Yukihiro Nakadaira) Solution: Only adjust the column when using setline() for the cursor line. Move it back to the head

patch 7.0.226

2007-04-26 Thread Bram Moolenaar
Patch 7.0.226 Problem:Display flickering when updating signs through the netbeans interface. (Xavier de Gaye) Solution: Remove the redraw_later(CLEAR) call. Files: src/netbeans.c *** ../vim-7.0.225/src/netbeans.c Tue Nov 14 18:29:00 2006 --- src/netbeans.c Sat

patch 7.0.227

2007-04-26 Thread Bram Moolenaar
Patch 7.0.227 Problem:Crash when closing a window in the GUI. (Charles Campbell) Solution: Don't call out_flush() from win_free(). Files: src/window.c *** ../vim-7.0.226/src/window.c Sun Mar 11 15:53:27 2007 --- src/window.cWed Apr 18 22:31:52 2007 *** ***

patch 7.0.228

2007-04-26 Thread Bram Moolenaar
Patch 7.0.228 Problem:Cygwin: problem with symlink to DOS style path. Solution: Invoke cygwin_conv_to_posix_path(). (Luca Masini) Files: src/os_unix.c *** ../vim-7.0.227/src/os_unix.cTue Mar 6 20:27:03 2007 --- src/os_unix.c Mon Apr 23 22:27:16 2007 *** ***

patch 7.0.229

2007-04-26 Thread Bram Moolenaar
Patch 7.0.229 Problem:When 'pastetoggle' starts with Esc then pressing Esc in Insert mode will not time out. (Jeffery Small) Solution: Use KL_PART_KEY instead of KL_PART_MAP, so that 'ttimeout' applies to the 'pastetoggle' key. Files: src/getchar.c ***

patch 7.0.230

2007-04-26 Thread Bram Moolenaar
Patch 7.0.230 Problem:After using :lcd a script doesn't know how to restore the current directory. Solution: Add the haslocaldir() function. (Bob Hiestand) Files: runtime/doc/usr_41.txt, runtime/doc/eval.txt, src/eval.c *** ../vim-7.0.229/runtime/doc/usr_41.txt Sun

Re: [PATCH] Determining whether a window used :lcd

2007-04-26 Thread Bob Hiestand
On 4/26/07, Nikolai Weibull [EMAIL PROTECTED] wrote: Either way, wouldn't it be more useful to alter getcwd() to take an optional argument stating whether we want the local or global cwd? The problem is that my plugin needs to change the current working directory, perform an action, and

patch 7.0.231

2007-04-26 Thread Bram Moolenaar
Patch 7.0.231 Problem:When recovering from a swap file the page size is likely to be different from the minimum. The block used for the first page then has a buffer of the wrong size, causing a crash when it's reused later. (Zephaniah Hull) Solution:

Re: Vim's ole functionality

2007-04-26 Thread Sebastian Menge
Am Donnerstag, den 26.04.2007, 14:08 +0200 schrieb Sebastian Menge: Perhaps this Mail from eclipse helps: [ ... ] quote from that mail: SWT supports the embedding of OleDocuments and Active X Controls only. In order to be an ActiveX control, the control must support a minimum set of

patch 7.0.232 (extra)

2007-04-26 Thread Bram Moolenaar
Patch 7.0.232 (extra) Problem:Mac: doesn't support GUI tab page labels. Solution: Add GUI tab page labels. (Nicolas Weber) Files: src/feature.h, src/gui.c, src/gui.h, src/gui_mac.c, src/proto/gui_mac.pro *** ../vim-7.0.231/src/feature.hWed Nov 1 18:10:36 2006 ---

Re: syntax highlighting addition

2007-04-26 Thread Jonathan Smith
sorry for the long time between replies. i've been busy on other things :) Nikolai Weibull wrote: Well, the rpm spec file-type has been with us a long time, well before we knew better. Try to give your file-type an as specific name as possible. You will not be getting the name recipe; it's

Re: syntax highlighting addition

2007-04-26 Thread Nikolai Weibull
It's getting there. On 4/26/07, Jonathan Smith [EMAIL PROTECTED] wrote: Nikolai Weibull wrote: A better way of doing this is to do (substitute \w with whatever pattern your parser actually allows) syn match conaryUse \ Use\.\w\+ \ nextgroup=conaryUseFlag Oops. That should be

Re: syntax highlighting addition

2007-04-26 Thread Bram Moolenaar
Jonathan Smith wrote: sorry for the long time between replies. i've been busy on other things :) Nikolai Weibull wrote: Well, the rpm spec file-type has been with us a long time, well before we knew better. Try to give your file-type an as specific name as possible. You will not

vim 7.1?

2007-04-26 Thread Jonathan Smith
With the insane number of patches collecting against 7.0, and presumably the new features accumulating in the devel tree, is anyone thinking about when a 7.1 release might be made? -smithj

Re: vim 7.1?

2007-04-26 Thread A.J.Mechelynck
Jonathan Smith wrote: With the insane number of patches collecting against 7.0, and presumably the new features accumulating in the devel tree, is anyone thinking about when a 7.1 release might be made? -smithj - Insane? All is relative. We're only at 7.0.233 as of today. FYI, Vim 6.2

possible bug: lowercase dotless i and langmap

2007-04-26 Thread Ali Polatel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I was playing around with langmap and found out there is a problem with characters 'ı'[1] - 0131;LATIN SMALL LETTER DOTLESS I - and 'ğ'[2] - 011F;LATIN SMALL LETTER G WITH BREVE The Turkish keyboard looks like this[3] for those who

feedkeys() allowed in sandbox

2007-04-26 Thread Tomas Golembiovsky
Greetings mortals, today somebody came to #vim, and pasted some modeline (containig joke or such). He muttered something about not knowing what that means and left before long. But (!) what I noticed is that feedkeys() was used as part of foldexpression and it turned out that feedkeys() is

Re: vim 7.1?

2007-04-26 Thread Jonathan Smith
A.J.Mechelynck wrote: - Insane? All is relative. We're only at 7.0.233 as of today. FYI, Vim 6.2 went to 532 patches, see http://ftp.vim.org/pub/vim/patches/ Release early, release often :) - What devel tree? I'll believe that a 7.1 is on the rails when I see at least an alpha. Before that,

Re: vim 7.1?

2007-04-26 Thread A.J.Mechelynck
Jonathan Smith wrote: [...] Even if BM is the only one who can actually make a release, I'd imagine others have opinions on the matter. Anyway, I was just wondering. -smithj AFAICT, the current bugs are all (or almost all) mere bugfixes. I don't feel a release is imperatively called-for

Re: Vim's ole functionality

2007-04-26 Thread A.J.Mechelynck
Sebastian Menge wrote: Am Donnerstag, den 26.04.2007, 14:08 +0200 schrieb Sebastian Menge: Perhaps this Mail from eclipse helps: [ ... ] quote from that mail: SWT supports the embedding of OleDocuments and Active X Controls only. In order to be an ActiveX control, the control must support