Re: (possibly known) bug with visual block and searchreplace

2008-01-17 Fir de Conversatie Richard Hartmann
On Jan 16, 2008 2:39 PM, Jürgen Krämer [EMAIL PROTECTED] wrote: this is intended and documented behaviour. It's first mentioned below Have a look at the footnotes of this table (especially footnote (1)). Argh, I totally missed that. Sorry for sending this mail in the first place :/ I could

Re: .nb files are Mathematica notebooks

2008-01-17 Fir de Conversatie thomas
(Mathematica). *.nb files can also be safely linked to the mma file type, as Mathematica notebooks just contain one big Mathematica expression. You can define such a link easily yourself. See :h ftdetect Of course one does not normally edit raw notebook files with a text editor I think

Re: Patch 7.1.230

2008-01-17 Fir de Conversatie Richard Hartmann
On Jan 15, 2008 11:17 PM, Charles E Campbell Jr [EMAIL PROTECTED] wrote: This one I figured I might be able to check on -- I mean, how often would garlic show up in the lawbooks? As opposed to something like assault. Anyway, doing a search at Indiana University's virtual law library

Re: Set mouse=a causes Vim to hang in screen.

2008-01-17 Fir de Conversatie Richard Hartmann
On Jan 15, 2008 8:26 PM, Gautam Iyer [EMAIL PROTECTED] wrote: Ok. Tested. Vim-7.1.229 still hangs on Scientific Linux 5: What are your screen settings? Perhaps they have an influence? Richard --~--~-~--~~~---~--~~ You received this message from the vim_dev

Re: Set mouse=a causes Vim to hang in screen.

2008-01-17 Fir de Conversatie Dominique Pelle
On Jan 15, 2008 8:26 PM, Gautam Iyer [EMAIL PROTECTED] wrote: Then vim -u /tmp/vimrc -X hangs when run under screen. It does not display anything, or respond to terminal input (including Ctrl-C). When killed (SIGTERM), it draws the intro screen and prints a message saying Received TERM

Bug? Session loading may scroll up needlessly high

2008-01-17 Fir de Conversatie Tony Mechelynck
Session loading may scroll up needlessly high The cursor line is always scrolled to the top of the window (plus 'scrolloff' if set), regardless of whether there are additional lines (and how many of them) after it. Reproducible: Always Steps to reproduce: 1. Edit (or view) a file which is

Re: .nb files are Mathematica notebooks

2008-01-17 Fir de Conversatie Szabolcs
On Jan 17, 8:35 pm, Bram Moolenaar [EMAIL PROTECTED] wrote: I also see *.nb files listed as Nota Bene text files. I don't know what Nota Bene is, but perhaps the file contents can be checked to be something that looks like Mathematica? According to http://filext.com/file-extension/nb,

Re: New features to vote on and sponsoring

2008-01-17 Fir de Conversatie Tony Mechelynck
Mikolaj Machowski wrote: Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab stops, can be used for tables I'd like to

Re: New features to vote on and sponsoring

2008-01-17 Fir de Conversatie Mikolaj Machowski
Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab stops, can be used for tables I'd like to see something simpler(?):

Re: New features to vote on and sponsoring

2008-01-17 Fir de Conversatie Ben Schmidt
Tony Mechelynck wrote: Mikolaj Machowski wrote: Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab stops, can be used for

Re: Weird font issue

2008-01-17 Fir de Conversatie Adri Verhoef
On Fri, Dec 21, 2007 at 15:36:03 +, Jeff Lanzarotta wrote: Thanks. I was messing around with my vimrc file and inadvertently added 'set digraph'... I have now turned that feature off... James Vega [EMAIL PROTECTED] wrote: On Fri, Dec 21, 2007 at 06:12:24AM -0800, Jeff

Re: Bug? Session loading may scroll up needlessly high

2008-01-17 Fir de Conversatie Andy Wokula
Tony Mechelynck schrieb: Session loading may scroll up needlessly high The cursor line is always scrolled to the top of the window (plus 'scrolloff' if set), regardless of whether there are additional lines (and how many of them) after it. Reproducible: Always Steps to reproduce:

Re: Bug? Session loading may scroll up needlessly high

2008-01-17 Fir de Conversatie Andy Wokula
Tony Mechelynck schrieb: Tony Mechelynck schrieb: Session loading may scroll up needlessly high The cursor line is always scrolled to the top of the window (plus 'scrolloff' if set), regardless of whether there are additional lines (and how many of them) after it. Reproducible: Always

Vim crashes when completing arguments to an user defined command in the cmdline window

2008-01-17 Fir de Conversatie Yegappan Lakshmanan
Hi all, I am observing that Vim crashes when trying to complete the arguments to an user defined command in the cmdline window. I see this with Vim 7.1.180. To reproduce this crash, use the following sample code: crash.vim -