BUG: wrong recognition of words in Vim7.1b on Windows

2007-05-11 Thread Mikołaj Machowski
Hello, Vim 7.1b on Windows XP doesn't properly recognizes words. It does not count Polish diacritics in, so each one is treated as separate word. This is serious bug and with taking into account that Windows users can have problems with getting patched versions it is IMO showstopper. In its

[PATCH] documentation fixes

2007-05-11 Thread Michael Wookey
Hi Bram, Find attached a patch that corrects the following in the docs - - Tidy up the use of Tab, Tab, tab etc - Fix the highlighting for the title of getwinposx() in eval.txt. There is a missing '' at the start of the previous line to terminate the previous highlighting. - One or two

Re: BUG: wrong recognition of words in Vim7.1b on Windows

2007-05-11 Thread Bram Moolenaar
Mikolaj Machowski wrote: Vim 7.1b on Windows XP doesn't properly recognizes words. It does not count Polish diacritics in, so each one is treated as separate word. This is serious bug and with taking into account that Windows users can have problems with getting patched versions it is

Re: BUG: wrong recognition of words in Vim7.1b on Windows

2007-05-11 Thread Mikołaj Machowski
What is 'iskeyword' set to and where was it set? :15verbose se isk? returns n:\mikolaj\pf\vim\vim71b\vimrc_example.vim m. INFERNAL: From Paris to Berlin Potężna dawka hitów! CD+DVD już w sklepach!

Re: BUG: wrong recognition of words in Vim7.1b on Windows

2007-05-11 Thread Bram Moolenaar
Mikolaj Machowski wrote: Vim 7.1b on Windows XP doesn't properly recognizes words. It does not count Polish diacritics in, so each one is treated as separate word. This is serious bug and with taking into account that Windows users can have problems with getting patched versions

Re: WARNING! Don't update your local svn repository now!

2007-05-11 Thread Nicolas Weber
Hi, The directories structure of the Subversion repository has been changed. Please use this command to checkout the latest sources: svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 vim7 If you had checked out a copy of the sources before, please run this command in

patch 7.1b.002

2007-05-11 Thread Bram Moolenaar
Patch 7.1b.002 Problem:When 'maxmem' is large there can be an overflow in computations. (Thomas Wiegner) Solution: Use the same mechanism as in mch_total_mem(): first reduce the multiplier as much as possible. Files: src/memfile.c ***

Re: WARNING! Don't update your local svn repository now!

2007-05-11 Thread Bram Moolenaar
Nicolas Weber wrote: The directories structure of the Subversion repository has been changed. Please use this command to checkout the latest sources: svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 vim7 If you had checked out a copy of the sources before, please

Bug: .viminfo file gets deleted and re-created with 666 permissions

2007-05-11 Thread Micah Cowan
Following description lifted from bug filed at https://bugs.launchpad.net/ubuntu/+source/vim/+bug/78960 [EMAIL PROTECTED]:~$ rm .viminfo [EMAIL PROTECTED]:~$ ln -s /dev/null .viminfo [EMAIL PROTECTED]:~$ ls -l .viminfo lrwxrwxrwx 1 sa sa 9 2007-01-12 17:16 .viminfo - /dev/null [EMAIL

Re: Bug: .viminfo file gets deleted and re-created with 666 permissions

2007-05-11 Thread A.J.Mechelynck
Micah Cowan wrote: Following description lifted from bug filed at https://bugs.launchpad.net/ubuntu/+source/vim/+bug/78960 [EMAIL PROTECTED]:~$ rm .viminfo [EMAIL PROTECTED]:~$ ln -s /dev/null .viminfo [EMAIL PROTECTED]:~$ ls -l .viminfo lrwxrwxrwx 1 sa sa 9 2007-01-12 17:16 .viminfo -

Re: 7.1a.001 OSX colour scheme errors?

2007-05-11 Thread Robert Hicks
Michael Wookey wrote: Hello vimmers, I am running 7.1a.001 on OSX and have just noticed the following from console vim (running in Terminal.app and also occurs in iTerm.app). If I change the colour scheme I receive a lot of error output. For example: :colorscheme desert Results in:

Re: Bug: .viminfo file gets deleted and re-created with 666 permissions

2007-05-11 Thread Taylor Venable
Micah Cowan [EMAIL PROTECTED] writes: Is there a good reason not to simply follow symlinks when they are encountered, as this user obviously expected? If it did follow the symlink to /dev/null, and tried to read from that device, it would fail. You can't (or at least, shouldn't) read from

Re: Bug: .viminfo file gets deleted and re-created with 666 permissions

2007-05-11 Thread A.J.Mechelynck
Taylor Venable wrote: [...] If it did follow the symlink to /dev/null, and tried to read from that device, it would fail. You can't (or at least, shouldn't) read from /dev/null because it's a sink, not a source. What kind of behavior would you expect, trying to read from /dev/null? [...]

Re: WARNING! Don't update your local svn repository now!

2007-05-11 Thread Edward L. Fox
On 5/12/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Nicolas Weber wrote: The directories structure of the Subversion repository has been changed. Please use this command to checkout the latest sources: svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 vim7 If you

Re: FC6 gvim version 7.0.235 question

2007-05-11 Thread Tim Chase
I am running gvim version 7.0.235 on FC6. I have a slight problem where everytime I open a gvim session, the gvim window is placed behind all of my terminals. Would anyone have an idea why this is happening and how I may correct it? While I don't know enough about your setup to give

Re: FC6 gvim version 7.0.235 question

2007-05-11 Thread Sean Hubbell
Thanks Tim. I'll check it out, Sean Tim Chase wrote: I am running gvim version 7.0.235 on FC6. I have a slight problem where everytime I open a gvim session, the gvim window is placed behind all of my terminals. Would anyone have an idea why this is happening and how I may correct it?

FC6 gvim version 7.0.235 question

2007-05-11 Thread Sean Hubbell
Hello, I am running gvim version 7.0.235 on FC6. I have a slight problem where everytime I open a gvim session, the gvim window is placed behind all of my terminals. Would anyone have an idea why this is happening and how I may correct it? Thanks in advance, Sean

rst syntax file: grid tables not handled

2007-05-11 Thread Alan G Isaac
The rst syntax file of 2006-04-19 does not recognize the end of grid tables. Is there an update that fixes this? Thank you, Alan Isaac

Re: WARNING! Don't update your local svn repository now!

2007-05-11 Thread Nicolas Weber
Hi, The directories structure of the Subversion repository has been changed. Please use this command to checkout the latest sources: svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 vim7 If you had checked out a copy of the sources before, please run this command in

Vim and email quoting

2007-05-11 Thread Timothy Knox
I use vim to write my outgoing email, and for the most part, it rocks. Thanks to all the folks who have written modules and provided tips that make it the best thing for writing email since mailx grin. That said, there is one small annoyance I find: When replying to an email, I like to

Re: Vim and email quoting

2007-05-11 Thread Andy Wokula
Timothy Knox schrieb: I use vim to write my outgoing email, and for the most part, it rocks. Thanks to all the folks who have written modules and provided tips that make it the best thing for writing email since mailx grin. That said, there is one small annoyance I find: When replying to an

Re: Vim and email quoting

2007-05-11 Thread Timothy Knox
Somewhere on Shadow Earth, at Fri, May 11, 2007 at 09:37:05PM +0200, Andy Wokula wrote: Timothy Knox schrieb: I use vim to write my outgoing email, and for the most part, it rocks. Thanks to all the folks who have written modules and provided tips that make it the best thing for writing

Re: WARNING! Don't update your local svn repository now!

2007-05-11 Thread Bram Moolenaar
Nicolas Weber wrote: The directories structure of the Subversion repository has been changed. Please use this command to checkout the latest sources: svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 vim7 If you had checked out a copy of the sources before, please

comments after brackets with vim?

2007-05-11 Thread Simon Butler
hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs ) let(( ddCVs ) vscPrint0(sprintf( nil Hierarchy for %s,%s,%s ... lib cell view )) when( ddCVs =

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs ) let(( ddCVs ) vscPrint0(sprintf( nil Hierarchy for %s,%s,%s ... lib cell view )) when(

Re: comments after brackets with vim?

2007-05-11 Thread Simon Butler
Hi Tony, thx for getting back to me, my comments below: On May 11, 2007, at 3:42 PM, A.J.Mechelynck wrote: Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs )

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: Hi Tony, thx for getting back to me, my comments below: On May 11, 2007, at 3:42 PM, A.J.Mechelynck wrote: Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell

Re: comments after brackets with vim?

2007-05-11 Thread Simon Butler
On May 11, 2007, at 4:26 PM, A.J.Mechelynck wrote: Simon Butler wrote: Hi Tony, thx for getting back to me, my comments below: On May 11, 2007, at 3:42 PM, A.J.Mechelynck wrote: Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: [...] maybe i'm missing something here. my objective is not to write the comments by hand. they should appear automatically after the brackets, thats how skill mode in emacs is setup and i'd like to be able to do the same thing in vim [...] ah. I suppose it could be done

Re: comments after brackets with vim?

2007-05-11 Thread Simon Butler
On May 11, 2007, at 4:48 PM, A.J.Mechelynck wrote: Simon Butler wrote: [...] maybe i'm missing something here. my objective is not to write the comments by hand. they should appear automatically after the brackets, thats how skill mode in emacs is setup and i'd like to be able to do the

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: On May 11, 2007, at 4:48 PM, A.J.Mechelynck wrote: Simon Butler wrote: [...] maybe i'm missing something here. my objective is not to write the comments by hand. they should appear automatically after the brackets, thats how skill mode in emacs is setup and i'd like to

Re: WARNING! Don't update your local svn repository now!

2007-05-11 Thread Edward L. Fox
On 5/12/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Nicolas Weber wrote: The directories structure of the Subversion repository has been changed. Please use this command to checkout the latest sources: svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 vim7 If you