... Here is a test. "_" is cursor. [] is double byte of CP932. ... _ []@foo ... A bar@foo ... B @foo ... C ... If want to match A and C, pattern...
68414
Ingo Karkat
swdev@...
Feb 22, 2013 9:28 am
Hello Vim developers, Sorry for touching that can of worms again, but I've come upon a problem with the changed 'shellxquote39; option on Windows (patch 7.3.443...
68415
John Szakmeister
john@...
Feb 22, 2013 9:40 am
I've been using Syntastic lately, and I noticed an interesting quirk. Syntastic will highlight the location of the error in your buffer by calling matchadd()...
68416
Roland Eggner
edvx1@...
Feb 22, 2013 2:00 pm
... On wide terminals the feature list in :version message is interrupted by empty lines, observed with e.g. COLUMNS=320. Bugfix attached. -- Regards Roland...
68417
tyru
tyru.exe@...
Feb 22, 2013 2:40 pm
any response? ... -- -- 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...
68418
Nazri Ramliy
ayiehere@...
Feb 22, 2013 3:13 pm
On Fri, Feb 22, 2013 at 10:00 PM, Roland Eggner ... Maybe it's better if we limit the feature list to 80 column width? It's easier to scan vertically compared...
68419
Nazri Ramliy
ayiehere@...
Feb 22, 2013 3:22 pm
On Fri, Feb 22, 2013 at 10:00 PM, Roland Eggner ... A shorter patch, but the fixes the same problem: diff -r 8b86b69546a9 src/version.c ... +++ b/src/version.c...
68420
Bram Moolenaar
Bram@...
Feb 22, 2013 4:18 pm
... Thanks for the fix. The logic is a bit clumsy, there should be a simpler way. -- Back off man, I'm a scientist. -- Peter, Ghostbusters /// Bram Moolenaar...
68421
Roland Eggner
edvx1@...
Feb 22, 2013 5:26 pm
... Problem fixing confirmed. That much shorter is really nice. Combined it with another code shortening and added a comment, new patch attached. -- Regards ...
68422
Ben Fritz
fritzophrenic@...
Feb 22, 2013 5:32 pm
... In other words, if you encounter errors passing arguments to the shell, try using shellescape, or try escaping things manually with ^. Your original...
68423
Ingo Karkat
swdev@...
Feb 22, 2013 7:54 pm
... Yes, this works in the toy example, but not in the general case. ... I was hoping for someone to have the magic 100% solution :-) Seriously, I now doubt it...
68424
Christian Brabandt
cblists@...
Feb 22, 2013 8:57 pm
Hi John! ... Looks like a redrawing problem. I think, the screen is not correctly updated, but when doing Ctrl-L it does instead update correctly. Mit...
68425
Ken Takata
kentkt@...
Feb 23, 2013 2:35 am
Hi Christian, ... I couldn't compile with this command. Versions of interpreters should be specified like the following: $ make -f Make_cyg.mak -j2...
68426
lith
minilith@...
Feb 23, 2013 8:23 am
Hi! I sometimes use gvim 7.3 @ win7 (64 bit). When I move the gvim window by means of the <windows-key + left/right> key combination to the left or right half...
68427
Michael Henry
vim@...
Feb 23, 2013 1:16 pm
All, By default in Gvim, creating or destroying a vertical split causes the left-side scrollbar to automatically be created or destroyed. There appears to be...
68428
Bram Moolenaar
Bram@...
Feb 23, 2013 4:25 pm
... Thanks, I'll look into it in a few days. -- The acknowledged parents of reengineering are Michael Hammer and James Champy. When I say they're the "parents"...
68429
David Barnett
daviebdawg@...
Feb 23, 2013 5:18 pm
I tried setting up my own BufReadCmd autocmds for perforce depot paths (of the form "//depot/*") and found that trying to jump to those files with "gf" fails...
68430
John Little
John.B.Little@...
Feb 24, 2013 12:16 am
... My vim 7.3.820 on Kubuntu misbehaves much more than yours. All I have to do is press the space bar once, then away it goes, getting wider and wider, a...
68431
skyshore
skyshore@...
Feb 24, 2013 9:16 am
I looked the DLL dependencies via MS depends.exe, and found my compiled DLL depends on msvcrt.dll, but my gvim.exe does not have msvcrt.dll in the direct...
68432
John Szakmeister
john@...
Feb 24, 2013 11:10 am
On Fri, Feb 22, 2013 at 3:57 PM, Christian Brabandt <cblists@...> wrote: [snip] ... It sure does. Using Ctrl-L, I see that it's all redrawn fine. -John...
68433
Yukihiro Nakadaira
yukihiro.nakadaira@...
Feb 24, 2013 1:08 pm
Here is syntax error. diff -r 8b86b69546a9 runtime/macros/editexisting.vim ... +++ b/runtime/macros/editexisting.vim Sun Feb 24 22:04:22 2013 +0900 @@ -98,7...
68434
Michael Henry
vim@...
Feb 24, 2013 1:18 pm
... It sounds like you've got a stray space character at the end of the :map command. I can replicate your results if I put a trailing space after the <CR>....
68435
Bram Moolenaar
Bram@...
Feb 24, 2013 1:38 pm
... Thanks for the fix. -- Your company is doomed if your primary product is overhead transparencies. (Scott Adams - The Dilbert principle) /// Bram Moolenaar...
... Hi Looking for the pattern ;$ I see 2 other occurrences that look like similar mistakes in: - runtime/indent/sdl.vim - runtime/autoload/netrw.vim also in...
68437
Brodie Rao
brodie@...
Feb 24, 2013 5:29 pm
# HG changeset patch # User Brodie Rao <brodie@...> # Date 1361674349 28800 # Node ID 3e642ff45fb26f9c9cde50ff476b099eb802160b # Parent...
68438
Ben Fritz
fritzophrenic@...
Feb 24, 2013 5:45 pm
... Reproduced with 7.3.762 on 64-bit Windows 7. gvim -N -u NONE -i NONE gvim window pops up near middle of screen with 256x80 lines/columns <Windows...
68439
Bram Moolenaar
Bram@...
Feb 24, 2013 8:40 pm
... Does this actually work for every type of terminal that supports the mouse wheel? Or only for some of them? -- At some point in the project somebody will...
68440
John Little
John.B.Little@...
Feb 24, 2013 9:36 pm
... Yes, you're right. If I paste text into vim from firefox, and the text does not end with a period or a newline, a space is appended :/, never noticed that...
68441
MURAOKA Taro
koron.kaoriya@...
Feb 25, 2013 12:59 am
Hi Bram. I have updated vim's japaneses resources. Please accept attached archive. Best -- MURAOKA Taro <koron.kaoriya@...> -- -- You received this...
68442
Brodie Rao
brodie@...
Feb 25, 2013 1:10 am
... Reading check_termcode() in src/term.c, I find the following: - For FEAT_MOUSE_GPM, FEAT_SYSMOUSE, FEAT_MOUSE_XTERM, FEAT_MOUSE_SGR and FEAT_MOUSE_URXVT,...