Wishlist: no terminal fallback in gvim

2006-08-29 Thread Martin Krischik
Hello, When gvim is started in gui mode but cannot connect to the X-Server it falls back to terminal mode. I would which that this feature could be disabled as it caused serious problems when gvim is started as background task - in which case the now simple vim has a terminal to display

Patch 7.0.067

2006-08-29 Thread Bram Moolenaar
Patch 7.0.067 Problem:Undo doesn't always work properly when using scim input method. Undo is split up when using preediting. Solution: Reset xim_has_preediting also when preedit_start_col is not MAXCOL. Don't split undo when Left is used while preediting.

Re: Fastest way to append line or char to a buffer

2006-08-29 Thread Brad Beveridge
On 29/08/06, Ilya [EMAIL PROTECTED] wrote: Brad Beveridge wrote: On 26/08/06, Brad Beveridge [EMAIL PROTECTED] wrote: SNIP Cheers Brad Hi, sorry for all the trouble :) I'm having redraw issues, where running this code to append chars is causing strange problems. The scenario is this

Patch 7.0.071

2006-08-29 Thread Bram Moolenaar
Patch 7.0.071 Problem:Using an empty search pattern may cause a crash. Solution: Avoid using a NULL pointer. Files: src/search.c *** ../vim-7.0.070/src/search.c Tue Aug 29 17:28:56 2006 --- src/search.cTue Aug 29 14:56:15 2006 *** *** 1259,1265 /*

Re: Wishlist: no terminal fallback in gvim

2006-08-29 Thread Martin Krischik
Am Dienstag, 29. August 2006 11:44 schrieb Bram Moolenaar: Martin Krischik wrote: When gvim is started in gui mode but cannot connect to the X-Server it falls back to terminal mode. I would which that this feature could be disabled as it caused serious problems when gvim is started as

Re: better recognising of tex vs plaintex filetype

2006-08-29 Thread Benji Fisher
On Sat, Aug 26, 2006 at 01:38:11AM +0200, Stefano Zacchiroli wrote: [ Forwarded to vim-dev, as requested by Bram. Consider both the patch and the suggested default change as RFCs ] Hi Bram, could you please consider the attached patch for filetype.vim? It provides better recognition of

Patch 7.0.074 (extra)

2006-08-29 Thread Bram Moolenaar
Patch 7.0.074 (extra) Problem:Win32: tooltips were not converted from 'encoding' to Unicode. Solution: Set the tooltip to use Unicode and do the conversion. Also cleanup the code for the tab pages tooltips. (Yukihiro Nakadaira) Files: src/gui_w32.c, src/gui_w48.c ***

Re: Netrw and cindent

2006-08-29 Thread Charles E Campbell Jr
Benji Fisher wrote: A quick look at netrw.vba.gz (searching for swf) suggests that this may be the problem: fun! netrw#NetBrowseX(fname,remote) [snip] if a:remote == 1 set bh=delete bt=nofile noswf exe norm! \c-o redraw! endif call Dret(NetBrowseX) endfun All the other matches

Patch 7.0.075

2006-08-29 Thread Bram Moolenaar
Patch 7.0.075 Problem:winsaveview() did not store the actual value of the desired cursor column. This could move the cursor in the matchparen plugin. Solution: Call update_curswant() before using the value w_curswant. Files: src/eval.c *** ../vim-7.0.074/src/eval.c Tue

Patch 7.0.076

2006-08-29 Thread Bram Moolenaar
Patch 7.0.076 (after 7.0.010) Problem:Automatic downloading of spell files only works for ftp. Solution: Don't add login and password for non-ftp URLs. (Alexander Patrakov) Files: runtime/autoload/spellfile.vim *** ../vim-7.0.075/runtime/autoload/spellfile.vim Sat May 13