Re: vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie Maxim Kim
On 21 июл, 10:32, "Christian J. Robinson" wrote: > On Tue, 20 Jul 2010, Maxim Kim wrote: > > On 21 июл, 09:58, James Vega wrote: > > Because you don't have syntax highlight enabled in your example, which > turns off the conceal feature as well, since it uses the highlighting > engine. 3. :syn

Re: vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie Christian J. Robinson
On Tue, 20 Jul 2010, Maxim Kim wrote: On 21 июл, 09:58, James Vega wrote: See ":help new-conceal" for more information. But as I pointed in PS block there is no 'shrink and widen' behaviour if I run vim with -u NORC. And I do not move cursor out of that line -- I do move it left and right

Re: vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie Maxim Kim
On 21 июл, 09:58, James Vega wrote: > This is due to the new conceal feature.  The tags in Vim's help files > are surrounded by ||.  When your cursor is on a line with tags, the || > are displayed but highlighted using the Ignore group so they blend in > with the background.  When your cursor m

Please allow disabling 'floats' from configure

2010-07-20 Fir de Conversatie ron
There is no configure option I can see to disable the 'floats'. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie James Vega
On Tue, Jul 20, 2010 at 10:41:27PM -0700, Maxim Kim wrote: > With the following minimal .vimrc and only builtin plugins I have > quite a strange behaviour with help on strdisplaywidth() topic. > > .vimrc: > set nocompatible > finish > > > 1. run gvim > 2. :filetype plugin on > 3. :syntax on > 4.

vim73a help -- bug of feature?

2010-07-20 Fir de Conversatie Maxim Kim
With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic. .vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h strdisplaywidth() 5. navigate to strchars() function 6. press h several times t

py3file command doesn't work

2010-07-20 Fir de Conversatie Nico Raffo
The :py3file command appears not to work as expected, specifically it seems like when you type :py3file foo.py Vim is running :py3 file foo.py Which gives the obvious syntax error File "", line 1 file foo.py ^ SyntaxError: invalid syntax Vim 7.3b from fresh pull from hg repos

Re: Incompatible change in Vim 7.3b

2010-07-20 Fir de Conversatie Ben Fritz
On Jul 20, 4:42 pm, "Christian J. Robinson" wrote: > > And before someone responds to point it out to me: Yes, I'm aware of > the drawback of GPG/PGP files being decrypted to disk and being edited > "in the clear" with Vim.  If someone that determined manages to get > physical access to my hard

Re: Vim 7.3a ready for beta testing

2010-07-20 Fir de Conversatie mikeyao
Why not javascript interface ? The code has developed. http://www.vim.org/scripts/script.php?script_id=2375 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: [patch] Titles for quickfix / location list windows

2010-07-20 Fir de Conversatie Lech Lorens
On 17-Jul-2010 Bram Moolenaar wrote: > > Lech Lorens wrote (more than a year ago): > > > On 28-Mar-2009 Lech Lorens wrote: > > > Improved version of patch is attached. I took into consideration most of > > > the suggestions. I will be grateful for any more comments. > > > > I found an invalid

Re: Incompatible change in Vim 7.3b

2010-07-20 Fir de Conversatie James Vega
On Tue, Jul 20, 2010 at 2:12 PM, Bram Moolenaar wrote: > > Christian Robinson wrote: >> Also, the information for the "file" command's magic file under ":help >> :X" needs to be updated.  This worked for me (without the leading >> spaces, of course): >> >>   0   string  VimCrypt~       Vim encrypt

Re: Incompatible change in Vim 7.3b

2010-07-20 Fir de Conversatie Christian J. Robinson
On Tue, 20 Jul 2010, Bram Moolenaar wrote: Christian Robinson wrote: On Tue, 20 Jul 2010, Bram Moolenaar wrote: Before I realized what had happened I thought I'd lost a file (no big deal, I just went to my backup). You don't look at the text after doing ":e"? I think it's obvious that so

Re: Patch to support horizontal mouse wheel

2010-07-20 Fir de Conversatie Bram Moolenaar
Björn wrote: > >> Ok, here is the updated patch. I've renamed the keys as follows: > >> > >> > >> > >> > >> > >> > >> These all scroll the _window_ in the direction indicated. So if I > >> push UP on my scroll wheel, the window moves up but the lines are > >> actually scrolled down (this is

Re: [bug] Vim-7.3b (2361:6cee3bf00495) freezes & uses 100% of CPU

2010-07-20 Fir de Conversatie Dominique Pellé
>> 2348:586a459f3980   FREEZE (BUG) >> 2347:8878a9f8db87   OK >> >> So the change which introduces the bug is this one: >> >> changeset:   2348:586a459f3980 >> branch:      vim73 >> user:        Bram Moolenaar >> date:        Mon Jul 19 20:13:22 2010 +0200 >> files:       runtime/doc/options.txt s

Re: [bug] Vim-7.3b (2361:6cee3bf00495) freezes & uses 100% of CPU

2010-07-20 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: > >> Hi > >> > >> Vim-7.3b (2361:6cee3bf00495) freezes and use 100% of > >> the CPU when I do this: > >> > >> 1) Download 3 sample files: > >> > >> $ wget http://dominique.pelle.free.fr/bug-vim-freeze/1 > >> $ wget http://dominique.pelle.free.fr/bug-vim-freeze/2 > >> $ wg

Re: [bug] Vim-7.3b (2361:6cee3bf00495) freezes & uses 100% of CPU

2010-07-20 Fir de Conversatie Dominique Pellé
Charles Campbell wrote: > Dominique Pellé wrote: >> >> Hi >> >> Vim-7.3b (2361:6cee3bf00495) freezes and use 100% of >> the CPU when I do this: >> >> 1) Download 3 sample files: >> >> $ wget  http://dominique.pelle.free.fr/bug-vim-freeze/1 >> $ wget  http://dominique.pelle.free.fr/bug-vim-freeze/2

Re: [bug] Vim-7.3b (2361:6cee3bf00495) freezes & uses 100% of CPU

2010-07-20 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Vim-7.3b (2361:6cee3bf00495) freezes and use 100% of > the CPU when I do this: > > 1) Download 3 sample files: > > $ wget http://dominique.pelle.free.fr/bug-vim-freeze/1 > $ wget http://dominique.pelle.free.fr/bug-vim-freeze/2 > $ wget http://dominique.pelle.free.fr/

Re: Patch to support horizontal mouse wheel

2010-07-20 Fir de Conversatie björn
On 19 July 2010 15:45, Benjamin R. Haskell wrote: > On Sun, 18 Jul 2010, björn wrote: >> >> Ok, here is the updated patch.  I've renamed the keys as follows: >> >> >> >> >> >> >> These all scroll the _window_ in the direction indicated.  So if I >> push UP on my scroll wheel, the window moves u

Re: :set nomh doesn't restore mouse cursor?

2010-07-20 Fir de Conversatie Peter Odding
Bram Moolenaar wrote: That's easy to fix. I'll do that now. Great, thanks! - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Dennis Benzinger
Am 20.07.2010 13:30, schrieb Bram Moolenaar: James - I wonder if you noticed this problem: When I tear-off a menu in GTK, for example the Help menu, the buttons don't do anything. I have the same problem in Vim 7.2 and 7.3b, it might have something to do with the GTK version. I can't recall w

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Tony Mechelynck
On 20/07/10 13:30, Bram Moolenaar wrote: James - I wonder if you noticed this problem: When I tear-off a menu in GTK, for example the Help menu, the buttons don't do anything. I have the same problem in Vim 7.2 and 7.3b, it might have something to do with the GTK version. I can't recall when

Re: Vim 7.3a ready for beta testing

2010-07-20 Fir de Conversatie James Vega
On Mon, Jul 19, 2010 at 3:17 PM, Bram Moolenaar wrote: > If you can make this work with a configure argument, it's fine to > include these changes and leave them disabled by default.  For your > distribution, with a known environment, you could enable them. Attached patch enables dynamic loading

Re: [bug] Vim-7.3b (2361:6cee3bf00495) freezes & uses 100% of CPU

2010-07-20 Fir de Conversatie Charles Campbell
Dominique Pellé wrote: Hi Vim-7.3b (2361:6cee3bf00495) freezes and use 100% of the CPU when I do this: 1) Download 3 sample files: $ wget http://dominique.pelle.free.fr/bug-vim-freeze/1 $ wget http://dominique.pelle.free.fr/bug-vim-freeze/2 $ wget http://dominique.pelle.free.fr/bug-vim-free

Re: Incompatible change in Vim 7.3b

2010-07-20 Fir de Conversatie Bram Moolenaar
Christian Robinson wrote: > On Tue, 20 Jul 2010, Bram Moolenaar wrote: > > > I have just submitted a patch that changes the 'cryptmethod' option > > from local to a buffer to global-local. This makes it possible to > > set a default value for new files in your vimrc file. > > This works for

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > On 2010年07月20日 20:30, Bram Moolenaar wrote: > > > > James - > > > > I wonder if you noticed this problem: When I tear-off a menu in GTK, for > > example the Help menu, the buttons don't do anything. > > > > I have the same problem in Vim 7.2 and 7.3b, it might ha

[bug] Vim-7.3b (2361:6cee3bf00495) freezes & uses 100% of CPU

2010-07-20 Fir de Conversatie Dominique Pellé
Hi Vim-7.3b (2361:6cee3bf00495) freezes and use 100% of the CPU when I do this: 1) Download 3 sample files: $ wget http://dominique.pelle.free.fr/bug-vim-freeze/1 $ wget http://dominique.pelle.free.fr/bug-vim-freeze/2 $ wget http://dominique.pelle.free.fr/bug-vim-freeze/3 2) use the followin

Re: Incompatible change in Vim 7.3b

2010-07-20 Fir de Conversatie Christian J. Robinson
On Tue, 20 Jul 2010, Bram Moolenaar wrote: I have just submitted a patch that changes the 'cryptmethod' option from local to a buffer to global-local. This makes it possible to set a default value for new files in your vimrc file. This works for me, thank you. Since the number value was cry

Re: Command autocompletion behaving strangely

2010-07-20 Fir de Conversatie björn
On 20 July 2010 13:10, Nazri Ramliy wrote: > On Tue, Jul 20, 2010 at 8:06 AM, Nazri Ramliy wrote: >> On Tue, Jul 20, 2010 at 12:47 AM, björn wrote: >>> Oh, I didn't realize that.  Well, I can confirm that ":fin" behaves >>> identical to ":tabf" (duplicate entries). >> >> I can reproduce the dupl

Re: :set nomh doesn't restore mouse cursor?

2010-07-20 Fir de Conversatie Bram Moolenaar
Peter Odding wrote: > In my ~/.vimrc I have :set nomh so I never noticed the following IMHO > confusing behavior until I was testing one of my Vim plug-ins with the > command "gvim -u NONE -U NONE --noplugin -N": > > When Vim started my mouse cursor was hidden (because mh is on by default > i

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Bram Moolenaar
James Vega wrote: > On Tue, Jul 20, 2010 at 7:30 AM, Bram Moolenaar wrote: > > I wonder if you noticed this problem: When I tear-off a menu in GTK, for > > example the Help menu, the buttons don't do anything. > > Testing with a self-built 7.3b and Debian's latest Vim 7.2 packages, > tear-off m

Re: Command autocompletion behaving strangely

2010-07-20 Fir de Conversatie Nazri Ramliy
On Tue, Jul 20, 2010 at 8:06 AM, Nazri Ramliy wrote: > On Tue, Jul 20, 2010 at 12:47 AM, björn wrote: >> Oh, I didn't realize that.  Well, I can confirm that ":fin" behaves >> identical to ":tabf" (duplicate entries). > > I can reproduce the duplicate entries. > > I'll look into this. Attached p

indent/r.vim and syntax/rout.vim

2010-07-20 Fir de Conversatie Jakson A. Aquino
Hi, I'm the developer of a file type plugin for R language: http://www.vim.org/scripts/script.php?script_id=2628 The plugin includes a script to indent R code and I would like to propose the inclusion of the script in the Vim' indent directory. The plugin also has a syntax script for .Rout file

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Yukihiro Nakadaira
On 2010年07月20日 20:30, Bram Moolenaar wrote: James - I wonder if you noticed this problem: When I tear-off a menu in GTK, for example the Help menu, the buttons don't do anything. I have the same problem in Vim 7.2 and 7.3b, it might have something to do with the GTK version. I can't recall wh

Re: Command autocompletion behaving strangely

2010-07-20 Fir de Conversatie Bram Moolenaar
Nazri Ramliy wrote: > On Tue, Jul 20, 2010 at 8:06 AM, Nazri Ramliy wrote: > > On Tue, Jul 20, 2010 at 12:47 AM, björn wrote: > >> Oh, I didn't realize that. Well, I can confirm that ":fin" behaves > >> identical to ":tabf" (duplicate entries). > > > > I can reproduce the duplicate entries. >

Incompatible change in Vim 7.3b

2010-07-20 Fir de Conversatie Bram Moolenaar
I have just submitted a patch that changes the 'cryptmethod' option from local to a buffer to global-local. This makes it possible to set a default value for new files in your vimrc file. For global-local options it's necessary to have a value that indicates the global value needs to be used. A

Re: Compiling vim 7.3a (2358:496feb41b83f) failed on Win XP with MinGW

2010-07-20 Fir de Conversatie Cesar Romani
On 20/07/2010 09:03 a.m., Cesar Romani wrote: > I'm using MinGW with gcc 4.5.0 on Win XP. > Compiling to gvim.exe is fine but compiling to vim.exe gives: > > > ... > gcc -c -Iproto -DWIN32 ... option.c -o objZ/option.o > option.c: In function 'ExpandSettings': > option.c:10281

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie James Vega
On Tue, Jul 20, 2010 at 7:30 AM, Bram Moolenaar wrote: > I wonder if you noticed this problem: When I tear-off a menu in GTK, for > example the Help menu, the buttons don't do anything. Testing with a self-built 7.3b and Debian's latest Vim 7.2 packages, tear-off menus work fine for me. I ran “g

Re: Windows 7 compatibility of VIM / GVIM

2010-07-20 Fir de Conversatie Ben Fritz
On Jul 20, 3:49 am, "Brenner, Matthias" wrote: > > I'm sorry, but I can't find anything regarding Windows 7 compatibility. Is > the current version 7.2.446 compatible with Windows 7? > It looks like the closest I can find in Vim's help documents is :help MS-Windows (execute that command in Vim

Compiling vim 7.3a (2358:496feb41b83f) failed on Win XP with MinGW

2010-07-20 Fir de Conversatie Cesar Romani
I'm using MinGW with gcc 4.5.0 on Win XP. Compiling to gvim.exe is fine but compiling to vim.exe gives: ... gcc -c -Iproto -DWIN32 ... option.c -o objZ/option.o option.c: In function 'ExpandSettings': option.c:10281:1: internal compiler error: Segmentation fault make: *** [ob

Re: Putting the name of syntax into html file generated by TOhtml

2010-07-20 Fir de Conversatie Ben Fritz
On Jul 19, 11:01 pm, Masatake YAMATO wrote: > > I think the following meta information might > > be nice to have: > > > * Syntax of buffer, or comma-separated syntax list if more than one > > buffer > > * Version of the 2html script (I plan to add this in my next update) > > * Comma-separated li

GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Bram Moolenaar
James - I wonder if you noticed this problem: When I tear-off a menu in GTK, for example the Help menu, the buttons don't do anything. I have the same problem in Vim 7.2 and 7.3b, it might have something to do with the GTK version. I can't recall when it stopped working. Can others reproduce t

Re: Planning Vim 7.3

2010-07-20 Fir de Conversatie Marko Mahnič
Bram Moolenaar wrote: The documentation is too short. Looking at it I have many questions: - Does this change the text in the buffer? I suppose not, then what happens when the text is redisplayed? Since the data is written directly to the screen, the displayed data is lost after a redraw. N

DirDiff fails with 7.3a

2010-07-20 Fir de Conversatie epanda
Hi, It seems that DirDiff is not yet working with the latest Gvim7.3.a released by Bram when I open a new line of two files that are different. I don't understand cause it says that b_currentDiff is not set. Thanks -- You received this message from the "vim_dev" maillist. Do not top-post! T

Re: Planning Vim 7.3

2010-07-20 Fir de Conversatie Bram Moolenaar
[redirected to vim-dev] Marko Mahnic wrote: > On 18. 07. 2010 22:51, Bram Moolenaar wrote: > > > > Thanks. I'll add a note in the todo list. I don't expect to include > > this soon, thus keep working on it. > > > > This patch adds the python_screen feature to python and python3. > Examples ar

:set nomh doesn't restore mouse cursor?

2010-07-20 Fir de Conversatie Peter Odding
Hi list, In my ~/.vimrc I have :set nomh so I never noticed the following IMHO confusing behavior until I was testing one of my Vim plug-ins with the command "gvim -u NONE -U NONE --noplugin -N": When Vim started my mouse cursor was hidden (because mh is on by default in nocp mode) and this

Re: Command autocompletion behaving strangely

2010-07-20 Fir de Conversatie Nazri Ramliy
On Tue, Jul 20, 2010 at 12:47 AM, björn wrote: > Oh, I didn't realize that.  Well, I can confirm that ":fin" behaves > identical to ":tabf" (duplicate entries). I can reproduce the duplicate entries. I'll look into this. nazri. -- You received this message from the "vim_dev" maillist. Do not

Re : Minor problems...

2010-07-20 Fir de Conversatie Dimitar DIMITROV
Dimitar Dimitrov wrote: > I wrote: > > > Dimitar Dimitrov wrote: > > > > > I always have 'cursorline' set. > > > > > > Try this: :h'exrc > > > > > > Setting the cursor on this line...: > > > > > >setting the 'secure' option (see initialization). Using a local > > > > > > ...makes it move

Re: Windows 7 compatibility of VIM / GVIM

2010-07-20 Fir de Conversatie Michael Wookey
> I'm sorry, but I can't find anything regarding Windows 7 compatibility. Is > the current version 7.2.446 compatible with Windows 7? Yes. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit h

RE: Windows 7 compatibility of VIM / GVIM

2010-07-20 Fir de Conversatie Brenner, Matthias
-Original Message- From: Tony Mechelynck [mailto:antoine.mechely...@gmail.com] Sent: Monday, July 19, 2010 5:59 PM To: vim_dev@googlegroups.com Cc: Brenner, Matthias Subject: Re: Windows 7 compatibility of VIM / GVIM On 19/07/10 11:01, Brenner, Matthias wrote: > Dear Product Supporters,