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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 52240 - 52269 of 55380   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52240
All, It appears that the output from :echo and :echomsg does not show up properly when used from the Command-line window while a QuickFix window is open. Steps...
Michael Henry
vim@...
Send Email
Nov 1, 2008
12:06 pm
52241
Patch 7.2.026 (after 7.2.010) Problem: "K" doesn't use the length of the identifier but uses the rest of the line. Solution: Copy the desired number of...
Bram Moolenaar
Bram@...
Send Email
Nov 1, 2008
1:22 pm
52242
... Makes sense. You use this statement: if getline(1) =~ '<\?php' That backslash should probably not be there, since this matches "php" by itself. This might...
Bram Moolenaar
Bram@...
Send Email
Nov 1, 2008
4:12 pm
52243
... Looks good, thanks. I'll include it. -- hundred-and-one symptoms of being an internet addict: 164. You got out to buy software, instead of going out for a...
Bram Moolenaar
Bram@...
Send Email
Nov 1, 2008
4:12 pm
52244
... You get the hit-enter prompt before redrawing te display. So it's indeed that closing the command-line window causes a redraw and that clears the message....
Bram Moolenaar
Bram@...
Send Email
Nov 1, 2008
4:12 pm
52245
... With 'equalalways' off, I don't see the problem. ... -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Andy Wokula
anwoku@...
Send Email
Nov 2, 2008
9:20 pm
52246
... Looks good, thanks. I'll include it later. -- hundred-and-one symptoms of being an internet addict: 166. You have been on your computer soo long that you...
Bram Moolenaar
Bram@...
Send Email
Nov 2, 2008
9:27 pm
52247
... It sounds reasonable, but I don't know if this doesn't cause undesired side effects. Use it for a while to find out. -- "Hit any key to continue" does...
Bram Moolenaar
Bram@...
Send Email
Nov 2, 2008
9:34 pm
52248
Hi! I made a patch to the documentation to mention the way to display the cursor where most popular editors do. I mention the cursor positioning behaviour in...
Vladimir A. Pavlov
pv4@...
Send Email
Nov 2, 2008
10:54 pm
52249
... [...] ... Yes, that would be annoying :-) ... Intuitively, I'd imagined that forcing a redraw when the command-line window closes but before the command is...
Michael Henry
vim@...
Send Email
Nov 3, 2008
12:16 am
52250
... Those both fix the fold breaking in the first window. I think the folding breaking is the only bug, and quite minor since there are multiple work arounds....
Ian Kelling
IanOwl@...
Send Email
Nov 3, 2008
2:02 am
52251
... Yes and no. If you have several windows on a single file, it's a single buffer, so buffer-local variables and options ('fileencoding', 'bomb', ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Nov 3, 2008
2:27 am
52252
It's a pleasure for me. :-) ... Best?regards, Yanwei. -- --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
JiaYanwei
jiaywe@...
Send Email
Nov 3, 2008
3:16 am
52253
... It's actually a bit weirder than that. Read :help local-options for the details on how it all works. I don't think you can easily set them as if for a new...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Nov 3, 2008
6:55 am
52254
Hi, You can use the netbeans interface to do reasonable scripting in python. ... help file. I have an implementation of the netbeans interface in python, which...
Philippe Fremy
phil@...
Send Email
Nov 3, 2008
9:33 am
52255
... Two bugs that I've found while using this patch with real perl code: 1) Commented-out lines can end a fold region 2) The closing brace in code like...
Ben Fritz
fritzophrenic@...
Send Email
Nov 3, 2008
8:36 pm
52256
The help docs (:help perl.vim) say that you must opt-out of certain syntax highlighting by setting the perl_no_extended_vars variable. Looking at the code in...
Ben Fritz
fritzophrenic@...
Send Email
Nov 3, 2008
8:40 pm
52257
... That change would break anything that is interactive. And may even crash your system for some old DOS commands (although Windows XP appears to work better...
Bram Moolenaar
Bram@...
Send Email
Nov 3, 2008
9:15 pm
52258
... I had some trouble reproducing the problem. When both 'shellquote' and ... The double quote at the end is essential. It appears cmd.exe strips the first...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2008
9:11 pm
52259
Hi all, ... highlight Comment guifg=White guibg=Black function! Foo() highlight Comment guifg=White guibg=Black endfunction ... The first "highlight" line is...
François Ingelrest
francois.ingelrest@...
Send Email
Nov 5, 2008
4:10 pm
52260
Hi, I'm updating MzScheme interface to support newer versions of MzScheme, particularly, its new garbage collector. Due to recent changes it got difficult to...
Sergey Khorev
sergey.khorev@...
Send Email
Nov 5, 2008
5:14 pm
52261
[This was posted on vim_use] This new plugin (TagManager) attempts to fill in the need for simple integrated tags database management from within Vim -- if you...
Hari
hari.rangarajan@...
Send Email
Nov 5, 2008
6:04 pm
52262
As I discovered in this thread: http://groups.google.com/group/vim_use/browse_thread/thread/555d3194fcfbd94a The 'autochdir' option makes sessions created by...
Ben Fritz
fritzophrenic@...
Send Email
Nov 5, 2008
6:51 pm
52263
... I just found this and patched the file. Maybe I patched it incorrectly (I don't have patch handy atm) but it seems to fold anything with { and }, that is,...
Frew
frioux@...
Send Email
Nov 5, 2008
7:50 pm
52264
... That does help some, it falls into bug (2) that I listed, which I suspect is very common. Unfortunately, I am very much a beginner at perl, and am not very...
Benjamin Fritz
fritzophrenic@...
Send Email
Nov 5, 2008
8:22 pm
52265
... Not to be uber-nitpicky, but what do you folks think about changing all of the variables that control the script's behavior (ie. perl_include_pod, ...
Erik Falor
ewfalor@...
Send Email
Nov 5, 2008
11:49 pm
52266
... Maybe buffer-local, and if undefined at plugin load, default to the global variable (if any) of the same name? Best regards, Tony. -- I walked on toward...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Nov 6, 2008
12:09 am
52267
Given the source code listed at the end of this message, and a tags file generated from that source, I will demonstrate that a bug in the operation of the :tag...
Erik Falor
ewfalor@...
Send Email
Nov 6, 2008
1:54 am
52268
Hi all, while searching for something unrelated, I stumbled over Matt's color patch [1], again. It's the patch he wrote for better color support on the CLI. I...
Richard Hartmann
richih.mailinglist@...
Send Email
Nov 6, 2008
10:03 am
52269
Patch 7.2.027 Problem: Can use cscope commands in the sandbox. Solution: Disallow them, they might not be safe. Files: src/ex_cmds.h ... ...
Bram Moolenaar
Bram@...
Send Email
Nov 6, 2008
10:04 am
Messages 52240 - 52269 of 55380   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