Re: [patch] speed up pasting large amount of text in Ex command line

2012-02-20 Fir de Conversatie Peter Odding
Hi Dominique, > I've noticed that pasting a large amount of text in the > Ex command line of Vim-7.3.444 (huge) is very slow. > Performances is quadratic with the number of characters > pasted. > > Attached patch speeds it up. About once a month I will accidentally paste a complete document into

Patch for typo in doc/mlang.txt

2012-01-14 Fir de Conversatie Peter Odding
Hi Bram, Please see the attached patch to fix a simple typo in doc/mlang.txt (`you can use the this command' should be `you can use this command'). - Peter -- 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

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-26 Fir de Conversatie Peter Odding
On 26-12-11 10:55, Tony Mechelynck wrote: Well, why not use a GTK2/Gnome2 Vim GUI? I use that on openSUSE Linux, and it compiles like a breeze. I'm sure the needed development packages exist on your Ubuntu distro just like they exist on my openSUSE. I've seen Ubuntu/Debian users post a oneline ap

Distinct styles for highlighting of cchar= characters?

2011-12-11 Fir de Conversatie Peter Odding
Hi all, I'm enhancing the syntax/markdown.vim script [1] to support the new text concealing feature introduced in Vim 7.3. Amongst other things the new syntax script uses the cchar= option to render list bullets with a proper Unicode bullet character and common HTML entities as the characters

Re: add a script

2011-12-01 Fir de Conversatie Peter Odding
Hi all, Somehow Vim.org doesn't properly initialize cookies or something—I'm not sure what—and every attempt at logging in just goes back to the login page (or was it the home page? previously visited page?) /Sometimes/ it actually succeeds for me, and I don't know why. This seems to be depend

Re: Markdown syntax script using the new conceal feature

2011-11-25 Fir de Conversatie Peter Odding
Hi Adam, Awesome, Peter! Did this ever make it upstream? I've been a big fan of conceal with other languages (HTML, LaTeX), it would be great to get this patched into Vim proper. Sorry for taking a while to respond. No I never specifically submitted the syntax script for inclusion anywhere,

Re: Where did the unofficial patches go?

2011-11-24 Fir de Conversatie Peter Odding
Hi Peter, I'm looking for patch #15: "Correctly indent wrapped lines" in particular. The URL is apparently supposed to be http://groups.google.com/group/vim_dev/web/vim-patches as referenced by [1], [2] and [3]. That URL simply redirects to https://groups.google.com/group/vim_dev?hl=en which j

Re: foldmethod=syntax with Ruby slows Vim down tremendously

2011-11-18 Fir de Conversatie Peter Odding
Anyway in the worst case I'll just disable syntax folding for buffers where line('$')> 1000 holds. At least then I still get to enjoy all of the other goodies Vim has to offer. I'm definitely not switching back to an IDE :-P. I'll keep vim-dev up to date in case I make any progress on this issue.

Patch for typo in doc/syntax.txt

2011-11-18 Fir de Conversatie Peter Odding
;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 changeset: 3168:2db5dd336afa tag: tip user:Peter Odding date:Fri Nov 18 11:57:05 2011 +0100 files: runtime/doc/synt

Re: foldmethod=syntax with Ruby slows Vim down tremendously

2011-11-18 Fir de Conversatie Peter Odding
Like Ingo I'm sorry I can't get more specific, but that's kind of the problem: This issue is really hard to diagnose properly because it basically… seems like syntax folding has some horrible worst case performance which only shows once in a while, in large buffers, but once it manifests you can b

Re: awk indentation

2011-11-12 Fir de Conversatie Peter Odding
It would also be nice if the script would either 'unlet' the variables again, or limit their scope ':h internal-variables'. See attached patch as example. I thought variables inside functions were implicitly in function scope (i.e. you don't need to specify the "l:" prefix) and you don't need t

Re: foldmethod=syntax with Ruby slows Vim down tremendously

2011-11-09 Fir de Conversatie Peter Odding
Have you tried the advice at http://vim.wikia.com/wiki/Keep_folds_closed_while_inserting_text? I use this tip, and yet occasionally encounter such slowdowns (often whenediting large Vim scripts (ft=vim)). There's noticeable delay in moving the cursor, and insert-completion (i_CTRL-N) is also pai

Re: foldmethod=syntax with Ruby slows Vim down tremendously

2011-11-09 Fir de Conversatie Peter Odding
Have you tried the advice at http://vim.wikia.com/wiki/Keep_folds_closed_while_inserting_text? It's obviously not originally meant to speed things up, but has that nice side effect. I use this tip, and yet occasionally encounter such slowdowns (often when editing large Vim scripts (ft=vim)).

Re: Tag search with !_TAG_FILE_ENCODING doesn't work.

2011-10-06 Fir de Conversatie Peter Odding
By the way, this is other topic, I noticed while testing tag search, tag completion (i_CTRL-X_CTRL-]) shows !_TAG_XXX tag name. I think that it should be hidden because it is not useful information. I've been bothered by the same thing, it would be nice to hide these entries. - Peter -- Yo

Re: Make gVim store history when you have multiple instances open

2011-09-28 Fir de Conversatie Peter Odding
Please make gVim store ones history when one has multiple instances open. I am not sure I understand, what exactly you want. However I believe, what you want can already be achieved using the :wviminfo command. See for example here: http://vimhelp.appspot.com/vim_faq.txt.html#faq-17.3 That's

Re: Make gVim store history when you have multiple instances open

2011-09-28 Fir de Conversatie Peter Odding
Please make gVim store ones history when one has multiple instances open. I am not sure I understand, what exactly you want. However I believe, what you want can already be achieved using the :wviminfo command. See for example here: http://vimhelp.appspot.com/vim_faq.txt.html#faq-17.3 That's

Re: Idea for wrapping lines and conceal feature

2011-08-21 Fir de Conversatie Peter Odding
or anyone who's interested. These two files could make a good test case for the line wrapping bug, if indeed it is considered a bug and can be fixed with reasonable effort (I suppose if concealing can make full screen lines disappear that might complicate Vim's drawing code significantl

Re: Vim Script grammer

2011-07-11 Fir de Conversatie Peter Odding
rtened to :fu, :fun, :func, :funct, you get the point) and some abbreviated commands have priority over other commands (:e always means :edit, no matter which commands starting with :e have been defined) Good luck if you decide to go through with writing a Vim script parser! I suspect that your bes

Re: iabbrev gives E474 when tex syntax is active

2011-03-29 Fir de Conversatie Peter Odding
_ is the only one that causes problems. if version < 600 set isk=a-z,A-Z if b:tex_stylish set isk+=@ endif else setlocal isk=a-z,A-Z if b:tex_stylish setlocal isk+=@ endif endif You can try to reset the "iskeyword" option after loading the syntax script to see if tha

Re: place all vim configs into config directory[unix]

2011-03-14 Fir de Conversatie Peter Odding
s to a small percentage of Vim users because Vim has been ported to dozens of platforms. Why do you feel the default Vim configuration should respect $XDG_CONFIG_HOME? (or am I misinterpreting you?) - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post!

Re: [PATCH] foldexpr for help files

2011-03-11 Fir de Conversatie Peter Odding
lding (like me). Also people that don't like text folding probably won't have it enabled anyway and thus won't be bothered by the addition. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are r

Re: Vim crash with large xpm

2011-03-02 Fir de Conversatie Peter Odding
. Also Vim starts up a lot quicker; it gives the "Exxx: Too many syntax groups" about ten seconds after starting Vim, where previously it would hang for about a minute before responding. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-p

Re: [RFC] breakindent patch

2011-02-19 Fir de Conversatie Peter Odding
Hi Eli, I'd like to thank you and Václav for keeping the breakindent patch up to date because I love the patch and missed it in Vim 7.3. I just applied it to Vim 7.3.1-125 from Mercurial and it works great! - Peter Odding -- You received this message from the "vim_dev" maill

Re: Vim crash with large xpm

2011-02-19 Fir de Conversatie Peter Odding
ng symbols and now it crashes directly after the minute of unresponsiveness, i.e. I don't need to scroll around to reproduce the crash. I'm attaching a backtrace. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply belo

Re: Vim crash with large xpm

2011-02-18 Fir de Conversatie Peter Odding
ached the bitmap part of the XPM file Vim crashed. I've tried a few times and it crashes every time, but only after reaching the bitmap part. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are r

Typo in usr_41.txt, patch attached

2011-02-01 Fir de Conversatie Peter Odding
Hi all, While reading through usr_41.txt I found a typo, please see the attached patch (based on the latest runtime files from Mercurial). - 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

Re: [BUG] Quote characters in expression mapping are replaced with garbage

2011-01-04 Fir de Conversatie Peter Odding
ns the special characters instead (in my case the function is defined in a different script but I assume this doesn't matter). - Peter Odding * https://github.com/xolox/vim-notes/blob/3e4ec8fe4b2f68cdedc788f7c503308f618d4865/autoload.vim#L396 -- You received this message from the "vim_de

Re: [BUG] vimdiff doesn't work when the arguments are urls

2011-01-01 Fir de Conversatie Peter Odding
dCmd* automatic command and this works fine in command arguments. In fact using it from the command line was one of my main use cases because it enables me to do this: $ gvim note:todo And I have my to-do list in front of me :-) - Peter Odding * https://github.com/xolox/vim-notes/blob/m

Re: [PATCH] Modern UI 2.0 upgrade for Vim NSIS installer (v0.8)

2010-12-27 Fir de Conversatie Peter Odding
Hi Guopeng, Attached is a Dutch translation of the installer messages. I checked the Dutch NSIS language file which says its encoded in codepage 1252, so I saved the attached file in Vim using :write ++enc=cp1252. - Peter Odding -- You received this message from the "vim_dev" ma

Re: Patch 7.3.072

2010-12-02 Fir de Conversatie Peter Odding
Patch 7.3.072 Problem:Can't complete file names while ignoring case. Solution: Add 'wildignorecase'. Thanks for this patch Bram. This is one of the few things I've missed every day since I started using Vim some years ago. I just recompiled to try the patch and it works great! - Peter

Re: Spelling support doesn’t deal with ‘’ ’ correctly

2010-11-30 Fir de Conversatie Peter Odding
. To do so you can preprocess the word list to add variants with curly quotes or someone could write a Vim patch that automatically does this internally (a better solution but more complex). - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: [patch] Respect 'autochdir' when editing with --remote

2010-10-14 Fir de Conversatie Peter Odding
Hi Benjamin, I've tried your patch and it fixes the problem for me. Thanks a lot! Without the patch I used to encounter this bug every hour or so... - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you

Re: Patch 7.3.025

2010-10-14 Fir de Conversatie Peter Odding
Hi Bram, I just updated my Vim installation to 7.3.027 and can confirm that patch 7.3.025 fixes the problem described in my bug report. Thanks! - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replyi

Bug fix for ses_put_fname()

2010-09-19 Fir de Conversatie Peter Odding
m 7.3: $ vim -u NONE --noplugin -NS mksession-E16-bug.vim I'm also attaching a patch against the latest Vim 7.3 which fixes the problem for me, however I don't know whether it's the best approach. - Peter Odding * http://www.vim.org/scripts/script.php?script_id=3150 -- You receiv

Re: 2html.vim causes Vim to crash with a SIGSEGV?!

2010-09-11 Fir de Conversatie Peter Odding
Hi Carlo, I can confirm that the much simpler regex you posted also crashes Vim (in the same way) and that your patch fixes the segmentation fault. Thanks for taking the time to look into this and posting your patch! Cheers, - Peter Odding -- You received this message from the "vi

Re: 2html.vim causes Vim to crash with a SIGSEGV?!

2010-09-04 Fir de Conversatie Peter Odding
im 7.3 source. I've tried reasoning about this but regmatch() is far too complex for my comprehension at the moment :-) - Peter Odding function! s:VimCrashOnRegexEval(tags) let patterns = [] let short = s:IgnoreHTML('s') . s:IgnoreHTML(':') let long = s:Ig

Re: 2html.vim causes Vim to crash with a SIGSEGV?!

2010-09-02 Fir de Conversatie Peter Odding
SCII characters anyway (I guess these entries are caused by Vim plug-ins?!). - 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 viminfo-anonymized Description: Binary data

Re: 2html.vim causes Vim to crash with a SIGSEGV?!

2010-09-02 Fir de Conversatie Peter Odding
im profile (probably an automatic command). This means I get to go through the whole whether it still crashes> ritual. I'll get back to you in a few days once I've checked every permutation of interacting code in my Vim profile :-( - Peter Odding PS. I've already

2html.vim causes Vim to crash with a SIGSEGV?!

2010-09-02 Fir de Conversatie Peter Odding
because Vim keeps crashing :-). I don't think the crash is related to which files are published... - Peter Odding [1] http://groups.google.com/group/vim_use/browse_thread/thread/54c88aba79f8b42e/ [2] http://peterodding.com/code/vim/publish/ [3] I followed the instructions in :help

Re: Should 'lines' and 'columns' be allowed in modelines?!

2010-08-31 Fir de Conversatie Peter Odding
useful feature :-). That's fine though, I'll just disable modelines for files that try to set the 'lines' and/or 'columns' options. - 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

Should 'lines' and 'columns' be allowed in modelines?!

2010-08-31 Fir de Conversatie Peter Odding
e forbidden in modelines (like options such as 'makeprg' already are)? Cheers, - 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: Vim 7.3 Lua plugins

2010-08-25 Fir de Conversatie Peter Odding
ction. - Peter Odding [1] http://peterodding.com/code/vim/lua-inspect/ [2] http://lua-users.org/wiki/LuaInspect -- 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: Bug in Vim 7.3 when using on Windows

2010-08-22 Fir de Conversatie Peter Odding
th of the following commands: :let &tags = '...' :set tags=... Have weird and undocumented limitations on both UNIX and Windows: Added tags files don't show up in the output of tagsfiles() and are ignored by Vim when the 'tags' option is changed by a Vi

Re: motif vim73 on macosx X11: clipboard/primary selection not working across windows

2010-08-22 Fir de Conversatie Peter Odding
#Paste()" appears for me using Control-V in insert mode. Next time paste is broken I'll check whether either of the mappings you mentioned still works. That would be a good motivation to finally switch to Vim's cut/copy/paste mappings full time :-) - Peter Odding -- You received

Re: motif vim73 on macosx X11: clipboard/primary selection not working across windows

2010-08-21 Fir de Conversatie Peter Odding
ce, pasting will sometimes fail to paste anything copied from the other application (though the paste still blocks Vim for a while which is extra frustrating). - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are

Missing options for :help command-complete?

2010-08-19 Fir de Conversatie Peter Odding
both complete suboptions to internal Vim commands, however they really are supported for user defined commands so maybe they should be mentioned in the documentation. Attached is a patch to runtime/doc/map.txt. - Peter Odding PS. With my proposed patch map.txt doesn't mention that these value

Re: motif vim73 on macosx X11: clipboard/primary selection not working across windows

2010-08-16 Fir de Conversatie Peter Odding
running VirtualBox with clipboard integration enabled and while this is a great feature when it works, it also seems to eat my paste buffer once in a while... - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Re: Vim 7.3 crash related to autocmds/qflists

2010-08-16 Fir de Conversatie Peter Odding
Hi Lech, After applying your patch I let the shell script below run for 100 iterations and I didn't experience a single crash. Thanks for writing and posting the patch so quickly! - Peter Odding -- ITERATION=1 while gvim -u NONE -U NONE -N --noplugin -S crash.vim example.py do sl

Vim 7.3 crash related to autocmds/qflists

2010-08-15 Fir de Conversatie Peter Odding
NONE -U NONE -N --noplugin -S crash.vim example.py I've tested this with the latest Vim 7.3, that is "VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 16 2010 00:25:03)". In case this can't be easily reproduced I've also attached the file "backtrace.txt" whose content

Re: For a better help on (file)encoding(s)?

2010-08-12 Fir de Conversatie Peter Odding
ze its an ugly workaround :-) - Peter Odding * http://en.wikipedia.org/wiki/Mojibake -- 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

Typo in message.txt about E432

2010-08-09 Fir de Conversatie Peter Odding
Hi list, I just got an E432 error and consulted the documentation which contains a typo. I've attached a patch against the latest vim-7.3e updated today. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text y

Re: "\" =~# "\" => 0

2010-07-29 Fir de Conversatie Peter Odding
quot;\" <80>S :echo '\' \ What Bram is talking about is that the result of "\" isn't a valid regular expression because of the embedded special key. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not t

Re: Is netrw broken or is my machine?

2010-07-27 Fir de Conversatie Peter Odding
m.org/' In case anyone else out there has this problem: I'm running Ubuntu 9.10 and using the above two :let commands (which I can add to my ~/.vimrc script) the netrw plug-in works again. Cheers, - 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: Is netrw broken or is my machine?

2010-07-27 Fir de Conversatie Peter Odding
e netrw plug-in using the commands you gave above, apparently because Vim starts in compatible mode. Unfortunately given the command line below Vim still starts with the same gibberish I described in my first e-mail: vim -u NONE -U NONE -N -c 'let &rtp = $VIMRUNTIME | runtime! plugin/*

vim_dev@googlegroups.com

2010-07-27 Fir de Conversatie Peter Odding
ext time I want to report a bug. - 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

Is netrw broken or is my machine?

2010-07-27 Fir de Conversatie Peter Odding
the latest version of the netrw plug-in* but now it's broken in a different way...: $ vim -u NONE -U NONE -c ':edit http://www.vim.org/' "http://www.vim.org/"; Illegal file name Can anyone tell me how to fix this? Thanks in advance :-) - Peter Odding *

vim_dev@googlegroups.com

2010-07-27 Fir de Conversatie Peter Odding
f that is the case then simply passing flag=1 (internally) should fix the issue. Unless this is all intentional, in which case it seems appropriate IMHO to mention this behavior near :help 'tags' or :help 'suffixesadd'. - Peter Odding -- You received this message from the &

Re: added completion to the :setfiletype command.

2010-07-27 Fir de Conversatie Peter Odding
keys(types)) endfunction I've excluded the files you identified in your previous message because I agree they probably shouldn't be considered for file type completion. - 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: tarPlugin.vim needs to be updated to handle xz files

2010-07-27 Fir de Conversatie Peter Odding
st code. I didn't think to check on your website because the file in question doesn't contain a link to it. I didn't intent to change one of your scripts behind your back though. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post!

Re: tarPlugin.vim needs to be updated to handle xz files

2010-07-27 Fir de Conversatie Peter Odding
than an hour ago. - 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 diff -r acfb7eddf13c runtime/plugin/tarPlugin.vim --- a/runt

Re: added completion to the :setfiletype command.

2010-07-27 Fir de Conversatie Peter Odding
so their /after/ variants) but this might be too complex? - Peter Odding PS. Thanks Dominique and Christian for the patches you've posted, I've always been annoyed that :setfiletype doesn't support completion :-) -- You received this message from the "vim_dev" maillis

Re: improving on the standard :grep behavior...

2010-07-25 Fir de Conversatie Peter Odding
yet). You can use the following Vim script code to achieve this effect: :let @/ = 'this is your search pattern' Documentation for :let @/ = syntax is at :help :let-@ - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type yo

Re: :drop doesn't respect 'autochdir'?

2010-07-24 Fir de Conversatie Peter Odding
acd or :edit again also works. - 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

:drop doesn't respect 'autochdir'?

2010-07-23 Fir de Conversatie Peter Odding
nd consequently execute shell commands using :! in the wrong working directory...) Is :drop supposed to ignore the 'autochdir' option or should it be fixed? I tested with the latest Vim 7.3 and the command line gvim -u NONE -U NONE --noplugin -N --cmd 'set acd'. - Peter Oddi

Re: auto fold for vim, like gmail message quotes.

2010-07-23 Fir de Conversatie Peter Odding
it should work. - Peter Odding " A folding expression that folds contiguous pathnames based on common prefix. function! FoldDirs_Expr(lnum) let a = split(getline(a:lnum - 1), '/') let b = split(getline(a:lnum), '/') let i = 0 while i < len(a) && i < len(b

Markdown syntax script using the new conceal feature

2010-07-21 Fir de Conversatie Peter Odding
suppose if concealing can make full screen lines disappear that might complicate Vim's drawing code significantly...) - Peter Odding syntax spell toplevel setlocal conceallevel=2 runtime! syntax/html.vim " # Headings syntax match mkdHeading /^#.*/ contains=mkdCode,mkdInlineLink,

Wrong reference to netrw.vim in autocmd.txt

2010-07-21 Fir de Conversatie Peter Odding
filename should be netrwPlugin.vim instead? Attached is a patch that fixes this. - 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 di

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

:set nomh doesn't restore mouse cursor?

2010-07-20 Fir de Conversatie Peter Odding
t the mouse cursor become visible the moment :set nomh is done? I'm using Vim 7.2 (huge) including patches 1-444 and the GTK2-GNOME GUI. - Peter Odding * http://synergy2.sourceforge.net/ -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-07-14 Fir de Conversatie Peter Odding
command prompt window in the foreground, thereby stealing Vim's input focus anyway. I just checked it though and it works perfectly, well almost anyway, the command prompt window is of course still listed in the task bar. - Peter Odding -- You received this message from the "vim_dev&q

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-07-14 Fir de Conversatie Peter Odding
') the command prompt window is now actually positioned in front and above of Vim's main window, thereby undermining the whole point of not blocking Vim :-( (tested on Windows XP SP3, Vim 7.2). - Peter Odding -- You received this message from the "vim_dev" maillist. Do not to

Re: "\" =~# "\" => 0

2010-07-11 Fir de Conversatie Peter Odding
Hi again tyru, In case you didn't know / haven't found it yet, you can use the stridx() function instead: stridx("foo \ bar", "\") >= 0 evaluates to true. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-p

Re: "exists('*mylib#func')" will return 0 in some cases even if it's installed

2010-07-11 Fir de Conversatie Peter Odding
ldn't test for these g:loaded_* variables until all plug-ins have been loaded (use the VimEnter autocmd or just test at runtime). If the above doesn't help because you really only want to check specific functions, can't you just call them and catch any E117 errors? - Peter Odding

confirm() documentation bug?

2010-06-25 Fir de Conversatie Peter Odding
most platforms are now apparently supported! - 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 diff -uNr vim-7.2/runtime/doc/eval.txt{

Possible bug in :mksession command?

2010-06-25 Fir de Conversatie Peter Odding
ad of lower than or equal). After applying the attached patch and recompiling Vim I can no longer reproduce the problem described above, however I must admit that I failed to reliably reproduce the problem in the first place, it would just occur once in a while when I was testing my session plu

Re: Closing tab pages through tab label context-menu

2010-06-21 Fir de Conversatie Peter Odding
et confirm' to my ~/.vimrc and shut up now :-) - 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

Closing tab pages through tab label context-menu

2010-06-20 Fir de Conversatie Peter Odding
the equivalent of ":confirm quit" would be more useful for those few users who bother to use the tab page label context-menu. I realize this is a minor detail in a keyboard oriented application but Vim is so good that I can only find details to disagree with ;-) - Peter Odding --

Re: Clipboard integration with X: data loss on quit

2010-06-18 Fir de Conversatie Peter Odding
asure. So I'd check that out before diving too deep into the Vim sources... - 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: Patch 7.2.443

2010-06-16 Fir de Conversatie Peter Odding
Bram Moolenaar wrote: Patch 7.2.443 Problem:Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names. Files: src/eval.c, src/proto/eval.pro, src/tag.c I just updated and recompiled Vim

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-16 Fir de Conversatie Peter Odding
-provided pathnames starting with drive letters on Windows. Could you be more specific in what can go wrong?! - 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: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-14 Fir de Conversatie Peter Odding
have to kill runaway background processes using a process monitor on UNIX. - 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: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-14 Fir de Conversatie Peter Odding
See also the attached screenshot of me executing Ctags from inside Vim using the system() function, where a command prompt window is clearly visible while ctags is executing. - Peter Odding -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply bel

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Peter Odding
ww.vim.org that corrects this problem and I've also changed the test instructions to more accurately reflect the goals of the execute() implementation, you can find both at: http://www.vim.org/scripts/script.php?script_id=3123 - Peter Odding -- You received this message from the "vim_d

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Peter Odding
s my web browser was running. However I just checked in my Windows XP SP3 VM and the command prompt disappears in an instant both with Internet Explorer 8 as well as Mozilla Firefox 3.6 as the default web browser. I guess that makes the openurl() function inside the DLL moot :-) - Peter Od

Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Peter Odding
shly compiled DLL, so if you don't trust me feel free to scan it yourself before trying the plug-in :-) Thanks for your time, - Peter Odding * http://www.vim.org/scripts/script.php?script_id=3114 -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: Internal error: hash_add()

2010-06-12 Fir de Conversatie Peter Odding
ts = taglist('.') : echomsg "called taglist()" :catch : echomsg "catched" v:exception : " The {results} are never assigned. :endtry calling taglist() catched Vim(call):E685: Internal error: hash_add() Or did I miss another way to do this? By the way, thanks fo

Re: Automatic folding breaks completion menu?

2010-06-08 Fir de Conversatie Peter Odding
quot;unfold all text and then start the completion" because that would get very annoying very quickly :-) - 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

Automatic folding breaks completion menu?

2010-06-08 Fir de Conversatie Peter Odding
sy to implement in Vim and do others agree this is a more sensible thing to do? Thanks for your time, - 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 htt

Re: Internal error: hash_add()

2010-06-08 Fir de Conversatie Peter Odding
I get the same error message as reported before, but now repeated a dozen times all over my screen :-) Since you mentioned you can reproduce the problem (and I just saw a mail by Lech Lorens stating the same) I guess there's no point in polluting vim_dev with a 900K attachment. Thanks f

Internal error: hash_add()

2010-06-07 Fir de Conversatie Peter Odding
eally mind providing the tags file to someone who's willing to analyze this problem but I'm not happy with posting the file on a public mailing list either :-) Does anyone have suggestions? Thanks in advance, - Peter Odding PS. This is with a freshly compiled 7.2 with patch

Re: Bug in Patch 7.2.201: Can no longer cut&paste plain text from gvim to OpenOffice

2010-06-05 Fir de Conversatie Peter Odding
can finally unlearn Ctrl-Shift-V + Enter when switching between Vim and OpenOffice :-) - 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: More request for 2html :)

2010-06-04 Fir de Conversatie Peter Odding
ed a ZIP archive with the plug-in to www.vim.org but if you're interested the README is a bit more readable on my homepage: * http://www.vim.org/scripts/script.php?script_id=2252 * http://peterodding.com/code/vim/publish/ I hope this somewhat resembles what you had in mind. Have fun

vim.org scripts section unavailable? (MySQL server down)

2010-06-03 Fir de Conversatie Peter Odding
he getscript plug-in :-\ Does anyone know when the service might be available again? 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: remote_foreground() doesn't work exactly on GTK (on KDE)

2009-12-17 Fir de Conversatie Peter Odding
ised by the command. In your case that probably wouldn't be very useful, because you intended to use remote_foreground(). However wmctrl can also match windows by their id and title string. Hope this helps. - Peter Odding -- You received this message from the "vim_dev" maillist. For

Re: Breakindent patch and linebreak

2009-11-24 Fir de Conversatie Peter Odding
, the displayed position of the text cursor is off by as many characters as are "backwrapped" on the previous virtual lines. It's a shame because I rather liked the goal of the breakindent patch :-(. - Peter Odding --~--~-~--~~~---~--~~ You received

Re: PHP syntax highlighting bug in gvim 7.2

2008-09-11 Fir de Conversatie Peter Odding
editors (like Topstyle). > > > > > > > regards, > Kurt The PHP parser doesn't know or care about HTML or XML comments, i.e. the '' strings are output to PHP, nothing more. So the syntax highlighting shown by Vim is correct and apparently the T