Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42006 - 42035 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42006
Dear Bram, ... Yes, I can display U+20000..U+2A6DF correctly in my gnome-terminal. I have a simple Ruby script to generate all those characters, ...
Edward G.J. Lee
edt1023@...
Send Email
Mar 1, 2006
9:08 am
42007
... I can't reproduce it... I do recall changing the loop over win_alloc_lines(), but that was more than two days ago. If you look in the code of...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
10:21 am
42008
I just built the latest CVS checkout, and the bug is still reproductible. At line 6887, in screen.c I have #ifdef FEAT_WINDOWS FOR_ALL_TAB_WINDOWS(tp, wp) ...
Groleo Marius
groleo@...
Send Email
Mar 1, 2006
11:25 am
42009
Am I dreaming, or does use of the ":match" command no more inhibit 'hlsearch' highlighting? If I'm right, then line 1195 of doc/pattern.txt isn't needed...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 1, 2006
11:51 am
42010
... I think I have seen it in W32, but only after setting 'tabline' to empty (either manually with my usual vimrc, or implicitly with "gvim -N -u NONE")....
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 1, 2006
12:27 pm
42011
Hi all, The R language and environment for statistical computing (www.r-project.org) has a well-defined syntax for writing help files reminding of tex syntax. ...
Johannes Ranke
jranke@...
Send Email
Mar 1, 2006
12:30 pm
42012
I noted a regression introduced recently: With a ~/.vimrc containing only set nocompatible if has("virtualedit") set virtualedit=block endif no other own...
Ralf Wildenhues
Ralf.Wildenhues@...
Send Email
Mar 1, 2006
12:42 pm
42013
... [...] 1. Not even in visual block mode? (I can.) If you can move the cursor in visual block mode, then there is no bug, see ":help 'virtualedit'". 2. If...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 1, 2006
1:19 pm
42014
... I think that line in pattern.txt should be clarified, not removed. The idea is that if some character is part of the search text and also matches the...
Benji Fisher
benji@...
Send Email
Mar 1, 2006
2:10 pm
42015
Hi Tony, ... In visual block mode, I can move past it. But not in Insert Mode. ... Yes, there is a bug. Starting in Normal Mode, I type ia[bESC and the line...
Ralf Wildenhues
Ralf.Wildenhues@...
Send Email
Mar 1, 2006
2:16 pm
42016
... I can include it in the distribution. Please e-mail me a copy directly. It appears in the file "rd" is used as the name, thus the file would be called...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
2:16 pm
42017
... OK, I managed to reproduce the problem with the help of the efence library. The tabline was made too long, writing past the number of columns. I have...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
2:16 pm
42018
... That has been like this for a long time. The remark that the match highlighting overrules search highlighting is that when you have both at one character...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
2:16 pm
42019
... It is caused by the new matchparen plugin. You can disable it with ":NoMatchParen". Or include this patch: diff -u -r1.1 matchparen.vim ... +++...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
2:18 pm
42020
Hi Bram, ... Yes. Both the patch and the command fix the issue I observed. Thanks! Ralf...
Ralf Wildenhues
Ralf.Wildenhues@...
Send Email
Mar 1, 2006
2:21 pm
42021
... That's great. I was hesitant to post it to the list, but it is not that big... ... see attachment. ... I think recognition based on their extension .rd or...
Johannes Ranke
jranke@...
Send Email
Mar 1, 2006
2:28 pm
42022
... One difference that is less obvious: If you add a syntax item then syntax syncing may be come invalid, this may cause a noticable slowdown. ":match"...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
2:50 pm
42023
... There is an rd format used for ruby documentation (it's becoming less popular though as rdoc gains popularity -- IMHO & as I see it). Maybe "rhelp.vim"? ...
Thomas
sanobast-vimdev@...
Send Email
Mar 1, 2006
3:29 pm
42024
... No problems, no delay. m. ... Interaktywna wystawa HI-TECH z Tokio ODKRYWANIE CZASU nauka, eksperyment, zabawa -> Warszawa, Pałac Kultury i Nauki do...
Mikolaj M.
mikmach@...
Send Email
Mar 1, 2006
3:34 pm
42025
... rhelp.vim would be fine. In order to recognize R help files the pattern "\\name{.*}" can be used because, it is a necessary component in order to define...
Johannes Ranke
jranke@...
Send Email
Mar 1, 2006
3:41 pm
42026
Bram, ":tab all" isn't working as expected (I think :-) gvim 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt ... Tab page 1 1.txt Tab page 2 2.txt 3.txt 4.txt 5.txt 6.txt ...
Johnny Blaze
pyromancer@...
Send Email
Mar 1, 2006
3:47 pm
42027
That's not all! The sign line highlight no longer clobbers search and match, either! Did my piddling request have something to do this with, I wonder? :) ...
Halim, Salman
salman@...
Send Email
Mar 1, 2006
3:59 pm
42028
Bram Moolenaar wrote: [...] ... Ah, a misunderstanding on my part then. ... I think that could vary quite a lot from user to user. Personally I almost never...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Mar 1, 2006
4:06 pm
42029
... I second that, though I would like to add that I would prefer to have the enable/disable be on a per-buffer basis: I would set it in the ftplugin for...
Halim, Salman
salman@...
Send Email
Mar 1, 2006
4:16 pm
42030
... I know, this hasn't been implemented yet. You can use "vim -p *.txt". I was cutting down on new commands for the tab pages. Does this one really need to...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
4:34 pm
42031
... No, no, I completely ignore user requests! :-) Watch out for problems with highlighting though, the priority stuff is tricky. -- "Making it up? Why...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
4:35 pm
42032
... Why not allow N separate match'es, identified by user-supplied name ? For example, then 'match Column80 Error /\%80c.*/' would peacefully coexist with...
Yakov Lerner
iler_ml@...
Send Email
Mar 1, 2006
4:48 pm
42033
Hi, at work I've been using VIM 6.4 (.exe setup as found on vim.org) as my primary editor under WindowsXP. I realized some strange behavior when using it in...
Ali Akcaagac
aliakc@...
Send Email
Mar 1, 2006
5:28 pm
42034
... I think ":tab all" is a good idea; and it should be easy to implement....
mzyzik@...
Send Email
Mar 1, 2006
5:42 pm
42035
... That's getting very complicated. It would require additional commands to list the matches defined, clear matches by name or all of them, etc. ...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2006
6:03 pm
Messages 42006 - 42035 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help