Hi Attached is a patch to fix an obvious grammar mistake in ":help E303" in vim-7.2.25. Regards -- Dominique ...
52240
Michael Henry
vim@...
Nov 1, 2008 12:06 pm
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...
52241
Bram Moolenaar
Bram@...
Nov 1, 2008 1:22 pm
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...
52242
Bram Moolenaar
Bram@...
Nov 1, 2008 4:12 pm
... 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...
52243
Bram Moolenaar
Bram@...
Nov 1, 2008 4:12 pm
... 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...
52244
Bram Moolenaar
Bram@...
Nov 1, 2008 4:12 pm
... 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....
52245
Andy Wokula
anwoku@...
Nov 2, 2008 9:20 pm
... With 'equalalways39; off, I don't see the problem. ... -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
52246
Bram Moolenaar
Bram@...
Nov 2, 2008 9:27 pm
... 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...
52247
Bram Moolenaar
Bram@...
Nov 2, 2008 9:34 pm
... 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...
52248
Vladimir A. Pavlov
pv4@...
Nov 2, 2008 10:54 pm
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...
52249
Michael Henry
vim@...
Nov 3, 2008 12:16 am
... [...] ... Yes, that would be annoying :-) ... Intuitively, I'd imagined that forcing a redraw when the command-line window closes but before the command is...
52250
Ian Kelling
IanOwl@...
Nov 3, 2008 2:02 am
... 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....
52251
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2008 2:27 am
... 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', ...
52252
JiaYanwei
jiaywe@...
Nov 3, 2008 3:16 am
It's a pleasure for me. :-) ... Best?regards, Yanwei. -- --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
52253
Ben Schmidt
mail_ben_schmidt@...
Nov 3, 2008 6:55 am
... 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...
52254
Philippe Fremy
phil@...
Nov 3, 2008 9:33 am
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...
52255
Ben Fritz
fritzophrenic@...
Nov 3, 2008 8:36 pm
... 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...
52256
Ben Fritz
fritzophrenic@...
Nov 3, 2008 8:40 pm
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...
52257
Bram Moolenaar
Bram@...
Nov 3, 2008 9:15 pm
... 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...
52258
Bram Moolenaar
Bram@...
Nov 4, 2008 9:11 pm
... I had some trouble reproducing the problem. When both 'shellquote39; and ... The double quote at the end is essential. It appears cmd.exe strips the first...
52259
François Ingelrest
francois.ingelrest@...
Nov 5, 2008 4:10 pm
Hi all, ... highlight Comment guifg=White guibg=Black function! Foo() highlight Comment guifg=White guibg=Black endfunction ... The first "highlight" line is...
52260
Sergey Khorev
sergey.khorev@...
Nov 5, 2008 5:14 pm
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...
52261
Hari
hari.rangarajan@...
Nov 5, 2008 6:04 pm
[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...
52262
Ben Fritz
fritzophrenic@...
Nov 5, 2008 6:51 pm
As I discovered in this thread: http://groups.google.com/group/vim_use/browse_thread/thread/555d3194fcfbd94a The 'autochdir39; option makes sessions created by...
52263
Frew
frioux@...
Nov 5, 2008 7:50 pm
... 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,...
52264
Benjamin Fritz
fritzophrenic@...
Nov 5, 2008 8:22 pm
... 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...
52265
Erik Falor
ewfalor@...
Nov 5, 2008 11:49 pm
... 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, ...
52266
Tony Mechelynck
antoine.mechelynck@...
Nov 6, 2008 12:09 am
... 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...
52267
Erik Falor
ewfalor@...
Nov 6, 2008 1:54 am
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...
52268
Richard Hartmann
richih.mailinglist@...
Nov 6, 2008 10:03 am
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...