Re: [vim/vim] netrw: Refreshing tree view from Lexplore opens a second netrw over existing buffer (#5964)

2023-06-15 Fir de Conversatie Erik Corry
roups.google.com/d/msgid/vim_dev/vim/vim/issues/5964/1592588429%40github.com > <https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/5964/1592588429%40github.com?utm_medium=email&utm_source=footer> > . > -- Erik Corry -- -- You received this message from the "vim

Re: [PATCH][xxd] allow "xxd -ps -cols 0" to print just one line

2018-05-04 Fir de Conversatie Erik Auerswald
Hi, On 05/02/2018 11:13 PM, Christian Brabandt wrote: On Mi, 02 Mai 2018, Erik Auerswald wrote: I'll look into this. I haven't used vim scripting yet, and the test seems to use it, thus I have to ask for a bit of patience. It is not that hard. The file simply provides some input

Re: [PATCH][xxd] allow "xxd -ps -cols 0" to print just one line

2018-05-02 Fir de Conversatie Erik Auerswald
Hi, On 05/02/2018 08:06 AM, Christian Brabandt wrote: On Di, 01 Mai 2018, Erik Auerswald wrote: the attached patch allows xxd to print plain hexdump style output in a single line. This format is accepted as input already. [...] Can we have a test please? Check src/testdir/test_xxd.vim for

Re: [PATCH] [doc] consistently prefer unified diff format

2018-05-02 Fir de Conversatie Erik Auerswald
Hi, On 05/02/2018 12:09 AM, Tony Mechelynck wrote: On Tue, May 1, 2018 at 6:12 PM, Erik Auerswald wrote: while CONTRIBUTING.md asks for unified diff format and it is suggested to use 'git diff' which creates unified diff output, the file 'develop.txt' claims that co

[PATCH][xxd] allow "xxd -ps -cols 0" to print just one line

2018-05-01 Fir de Conversatie Erik Auerswald
xxd, see e.g. https://unix.stackexchange.com/questions/218514/xxd-output-without-line-breaks One use case is working with cryptographic material, see e.g. https://stackoverflow.com/questions/42192490/aes-cbc-incorrect-usage Thanks, Erik -- Always use the right tool for the job.

[PATCH] [doc] consistently prefer unified diff format

2018-05-01 Fir de Conversatie Erik Auerswald
Hi, while CONTRIBUTING.md asks for unified diff format and it is suggested to use 'git diff' which creates unified diff output, the file 'develop.txt' claims that context diff format is preferred. The attached patch changes the latter file to prefer unified diff as well. Th

Re: Add a count to the ^ command?

2017-03-15 Fir de Conversatie Erik Falor
go to > the last non-blank in a line. Which could come handy when having to deal > with trailing whitespaces. :he g_ -- Erik Falor Registered Linux User #445632http://unnovative.net -- -- You received this message from the "vim_dev" maillist. Do not top-po

Re: Changing the defaults with Vim 8

2016-07-26 Fir de Conversatie Erik Falor
e to quit when you have unsaved changes, > they instead ask you whether you want to save first. +1 This would remove a big stumbling block from new users, and would be minimally invasive to old hands. -- Erik Falor Registered Linux User #445632http://unnovative.net -- -- Y

Re: A nice mapping for the Kings' Day (or Old-Style Christmas, or whatever)

2016-01-11 Fir de Conversatie Erik Falor
ia vim's help and via googling) what in the world ':smile' > is all about! You can get Vim 7.3.1024 for Windows from the official site: http://www.vim.org/download.php#pc As for Ubuntu, if a more recent Vim isn't in your repository, you can always build from source:

Re: Google Code shuts down

2015-03-12 Fir de Conversatie Erik Falor
s article: http://www.cs.cmu.edu/~davide/howto/git_lose.html > Mercurial also is a lot easier to pick up with fewer > concepts that need understanding. So I think people who occasionally > need to dabble in Mercurial are probably better off than people who > occasionally need to dabb

Re: Google Code shuts down

2015-03-12 Fir de Conversatie Erik Falor
e this opportunity to migrate to git. I feel that while git and Mercurial are on even footing feature-wise, Vim is the only project I use which is hosted in a Mercurial repo, to the point that my Mercurial skills are seriously atrophied. I'm confident that is the experience for the majorit

Re: vim bug?

2015-02-08 Fir de Conversatie Erik Falor
ut I hope that you can regard it as an example of the expressive power available to you as a Vim user. Given some time and experience, you'll become a text-editing power user! -- Erik Falor Registered Linux User #445632 http://linuxcounter.net -- -- You received this message

Re: Patch 7.4.460

2014-10-08 Fir de Conversatie Erik Falor
On Wed, Sep 24, 2014 at 01:27:23PM +0200, Bram Moolenaar wrote: > > Patch 7.4.460 (after 7.4.454) > Problem:Can't build without the quickfix feature. (Erik Falor) > Solution: Add a #ifdef. > Files:src/window.c > > > *** ../vim-7.4.459/src/wi

Re: Patch 7.4.454

2014-09-23 Fir de Conversatie Erik Falor
er) This patch breaks the build when FEAT_QUICKFIX isn't defined. The assignment to g_do_tagpreview at window.c:487 is incorrect because that variable is undefined. Line 487 should be guarded by #ifdef FEAT_QUICKFIX. -- Erik Falor Registered Linux User #445632 htt

Re: Blue color of comment is too bright

2014-03-10 Fir de Conversatie Erik Falor
I set xterm and urxvt's idea of DarkBlue to the X11 color dodgerblue: xterm*Color4: dodgerblue urxvt*color4: dodgerblue It is more sensible to change which color DarkBlue appears at this level instead of in a Vim config file which may be blown away the next time you update Vim on yo

regexp_nfa.c compile error --with-features=small

2013-06-04 Fir de Conversatie Erik Falor
unguarded use of these symbols. The attached patch applies against 7.3.1112 and prevents the compile error. -- Erik Falor http://unnovative.net Registered Linux User #445632 http://linuxcounter.net diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c

Re: Patch 7.3.880

2013-04-05 Fir de Conversatie Erik Falor
cessfully. GCC gives this error: ex_getln.c:5385:1: warning: conflicting types for ‘clear_hist_entry’ [enabled by default] ex_getln.c:5385:1: error: static declaration of ‘clear_hist_entry’ follows non-static declaration ex_getln.c:5348:4: note: previous implicit declaration of ‘clear_hist_entry’

Re: Request: Multiple selections like in SublimeText

2012-08-13 Fir de Conversatie Erik Falor
ins on vim.org and bindings for Lua, MzScheme, Perl, Python 2 & Python 3, Ruby and Tcl. Customize Anything => yeah, Vim has that. Cross Platform => Vim is available on more than three platforms. Don't dismiss this as the rant of a crusty old curmudgeon. Learn to use Vim's t

Re: How to search in digraphs?

2012-04-16 Fir de Conversatie Erik Falor
On Fri, Apr 13, 2012 at 05:09:37PM -0400, Benjamin R. Haskell wrote: > On Fri, 13 Apr 2012, Marvin Renich wrote: > Is there any current Vim command that uses "!" to indicate that things > will be listed? If not, this seems even more inconsistent. :files, (a.k.a. :buffers, a.

Re: :global// bug

2012-03-13 Fir de Conversatie Erik Falor
its job. You'll either need to adjust 'report' or become accustomed to hitting repeatedly to page through the output each time you run a ":" command. -- Erik Falor http://unnovative.net Registered Linux User #445632 http://linuxcounter.net pgpLm48xFAGYh.pgp Description: PGP signature

[PATCH] plugin/tohtml.vim :TOcss command

2012-03-07 Fir de Conversatie Erik Falor
t;twilight" and "eclipse", but not "new moon" or "breaking dawn". Does somebody want to get on that, or are we not too concerned about reaching out to the 14-year-old-girl demographic?) -- Erik Falor http://unnovative.net Registered Linux

Re: Scheme is not Lisp (or ftplugin issues)

2012-01-13 Fir de Conversatie Erik Falor
On Fri, Jan 13, 2012 at 08:41:19PM +0400, Sergey Khorev wrote: > Bram has included the changes in Scheme runtime files, the are > available in Mercurial now. Thanks, Sergey and Bram! -- Erik Falor Registered Linux User #445632 http://linuxcounter.net pgpNuZatgEyhi.pgp Descriptio

Re: Scheme is not Lisp (or ftplugin issues)

2012-01-10 Fir de Conversatie Erik Falor
m > ftplugin/lisp/*.vim" seem to be unnecessary here so my update just > copies all code from ftplugin/lisp.vim into ftplugin/scheme.vim Thanks for this clarification. If I may put it another way: Scheme is a dialect of Lisp, not a superset. -- Erik Falor Registered Linux

Re: Scheme is not Lisp (or ftplugin issues)

2012-01-06 Fir de Conversatie Erik Falor
n 06 11:12:47 2012 -0700 @@ -4,7 +4,12 @@ " URL: http://iamphet.nm.ru/vim " Original author:Dorai Sitaram " Original URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html -" Last Change: Nov 22, 2004 +" Last Change: Jan

Re: Proposal for adding binary AND and OR operators

2011-12-09 Fir de Conversatie Erik Falor
lly when their tokens end up being so weird. -- Erik Falor Registered Linux User #445632 http://counter.li.org pgprue47AXit9.pgp Description: PGP signature

Re: awk indentation

2011-11-14 Fir de Conversatie erik
everything else with s:, v: whatever and keep the locals clean so one can focus on the algorithm. The updated script can be found at the link from the earlier posts. Erik. -- 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: awk indentation

2011-11-11 Fir de Conversatie erik
Jakson, Thanks for pointing that one out again. I have applied your patch Erik. On 10 nov, 01:53, Jakson Alves de Aquino wrote: > On Wed, Oct 26, 2011 at 5:19 PM, erik wrote: > > New version on the same location:http://dl.dropbox.com/u/26176183/awk.vim > > The attached patch

Re: awk indentation

2011-11-09 Fir de Conversatie erik
> I'm so sorry, but I just could not find the time to test. No problem! I have been doing other things too. Searching the net for 'awk' and 'vim' surfaces some unhappiness though, and it feels a bit I did that... so now that I finally have a good-enough fix I

Re: awk indentation

2011-11-07 Fir de Conversatie erik
Bram, Though I lack feedback on the final version I think the indenter is now worth committing How should I proceed, I find no info on vim.org (or I am overlooking it like indent errors :( ) Erik. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your r

Re: awk indentation

2011-10-26 Fir de Conversatie erik
New version on the same location: http://dl.dropbox.com/u/26176183/awk.vim I fixed the issues you mentioned as well as the fact that the indenter ignored "else if" (if it worked before it was accidental) And the code gets smaller every update, I assume that is a good sign Greetz Eri

Re: awk indentation

2011-10-25 Fir de Conversatie erik
You're quick. Consider a career as beta tester :) I don't need to look in the code to confirm this is indeed the case. I'll extend my testcases and rework. be patient. Erik. On 25 okt, 07:10, Zvezdan Petkovic wrote: > On Oct 24, 2011, at 6:06 PM, erik wrote: > > >

Re: awk indentation

2011-10-24 Fir de Conversatie erik
surprises will pop up. Erik. -- 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: awk indentation

2011-10-12 Fir de Conversatie erik
Does it never stop... :) Thanks Zvezdan and Jakson for supplying all the reference code Schedule doesn't really permit all the work, so it'll be silent again for at least a week. I'll be back Erik. -- You received this message from the "vim_dev" maillist. Do not

Re: awk indentation

2011-10-10 Fir de Conversatie erik
All, A new attempt. It is a near-rewrite It handles correctly now all cases from Zvezdan as well as some more code of my own. May I ask for volunteers for testing again. You can find the indenter here: http://dl.dropbox.com/u/26176183/awk.vim Fingers crossed :) Erik. -- You received this

Re: awk indentation

2011-10-02 Fir de Conversatie erik
the next reply like last time :)) Erik. On 1 okt, 06:03, Zvezdan Petkovic wrote: > On Sep 30, 2011, at 8:45 AM, erik wrote: > > > I think I have this issue is fixed, as well as every other pending > > complaint. > > Not all issues yet. :-) > -- You received this

Re: awk indentation

2011-09-30 Fir de Conversatie erik
vim 6.3 because imho cursor( v:lnum, 1) does not work (at least during indent). Hope you like it. Erik On 15 sep, 20:51, Donald Allen wrote: > If you have following in a vim buffer, file named, say, foo.awk > > /some test/ { > if (foo != "bar") { > if (baz != "

Re: awk indentation

2011-09-26 Fir de Conversatie erik
Hi Don, To prevent any misunderstanding, I see this point where it goes wrong: for (j=1; j "load_pivoted.sql" else printf ",\n\t%s", "NULL" > "load_pivoted.sql" If I missed something let me know. I will look int

Re: awk indentation

2011-09-25 Fir de Conversatie erik
Hi Don, I didn't attach the script (knowingly) to the 'I think good news' posting on vim_dev. I sent it by e-mail directly to you and Zvezdan. That's the one to use. I keep my fingers crossed Erik. -- You received this message from the "vim_dev" maillist. Do

Re: awk indentation

2011-09-21 Fir de Conversatie erik
No, I should correct myself, I overlooked one diff. The latest official one is missing an essential change suggested by Philipp Edelmann a few months ago, it may still miscount braces. I will send you another one to test. Erik. -- You received this message from the "vim_dev" mailli

Re: awk indentation

2011-09-21 Fir de Conversatie erik
see how I could be of value supplying ideas about speeding up. I'd say stick at the updated awk indenter for awk. Happy awk-ing, I am doing it by far not enough these days (python has advantages) Regards, Erik. On 17 sep, 20:42, Donald Allen wrote: > On Sat, Sep 17, 2011 at 12:39 P

Re: awk indentation

2011-09-17 Fir de Conversatie erik
, but only one e-mail a day. Regards, Erik. -- 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 crash with large xpm

2011-02-18 Fir de Conversatie Erik Falor
n for that filetype basically renders the XPM for you. Edit an XPM to see what I mean. Is there some kind of limit to the number of syntax highlights that can be defined? Or is the problem with actually displaying them all at once? I was able to scan farther into the file by first doing :syntax sync minlines=50 -- Erik Falor Registered Linux User #445632 http://counter.li.org pgplAUCARZb3I.pgp Description: PGP signature

Re: Select Tab by Index

2011-02-09 Fir de Conversatie Erik Falor
ormal-mode command gt: > 1gt > > or from the command line: > > :normal 1gt The command you're actually looking for is :tabn[ext] If you think Vim's tabs are awesome, you'll probably get a lot out of the online help for tabpages: :help tabpage -- Erik Falor

Re: Select Tab by Index

2011-02-09 Fir de Conversatie Erik Falor
On Wed, Feb 09, 2011 at 11:57:17AM -0800, Vikas Yendluri wrote: > Vim tabs are awesome; is there any work planned to allow selection of > tab by index (i.e. :tab0 would switch to the 0th tab, etc.). You can supply a count to the gt command to jump directly to the nth tab. -- Erik

Re: Dear Bram

2011-02-04 Fir de Conversatie Erik Falor
On Fri, Feb 04, 2011 at 08:05:34AM -0800, graywh wrote: > Please fix vim's input queue mechanism with key info structures a.la > libtermkey so that LeoNerd can fix terminal input and Gvim and > everyone will be happy. Thanks. I second this request. -- Erik Falor Registered Linu

Patch: Syntax highlighting for JavaScript within JSP file

2010-08-06 Fir de Conversatie Erik Falor
Attached is a patch that fixes syntax highlighting for JavaScript embedded within a JSP file. syntax/jsp.vim was redefining the htmlTag highlight group, but the original htmlTag group from syntax/html.vim was still defined. It took precedence, and as a result JavaScript code between

Re: Porting Vim color schemes to other editors

2010-07-02 Fir de Conversatie Erik Falor
ighlight works closely with :syntax. You'll need at least a basic understanding of each to grok what's going on. You can start by reading :help :hi-link :help :syntax I hope this helps. -- Erik Falor Registered Linux User #445632 http://counter.li.org signature.asc Description: Digital signature

Re: Suggest a Gvim 7.3 new look

2010-06-11 Fir de Conversatie Erik Falor
ase of the learning curve. But if more people knew about text objects, the time/energy savings could make Keanu Reeves happy again. -- Erik Falor Registered Linux User #445632 http://counter.li.org signature.asc Description: Digital signature

Re: CTRL-L with incsearch, ignorecase and smartcase

2010-06-07 Fir de Conversatie Erik Wognsen
t;if (p_ic && p_scs)" and only convert to lower case if the search pattern is already only lower case (i.e. not triggering the case sensitivity of 'smartcase')? /Erik On Jun 5, 11:07 pm, Martin Toft wrote: > Hi, > > this patch addresses the following bug: > &

Re: Active tab not obvious in Windows gui

2010-05-20 Fir de Conversatie Erik Falor
er than the inactive tabs, which feature a gray gradient. Since the look and feel of the tabs is largely dependant on the OS theme, you may get a better result if you switch to/from the Windows Classic look and feel. -- Erik Falor Registered Linux User #445632 http://counter.li.org signature.asc Description: Digital signature

Re: applying patch under Win XP

2009-12-23 Fir de Conversatie Erik Falor
ch.htm Make sure the patch files use CR-LF line endings, or you'll see a lot of "Assertion failed, hunk, file patch.c, line 343" errors. -- Erik Falor Registered Linux User #445632 http://counter.li.org signature.asc Description: Digital signature

Re: Patch 7.2.294

2009-11-18 Fir de Conversatie Erik Falor
c: In function 'vim_settempdir': > > fileio.c:7012: error: 'vim_tempdir' undeclared (first use in this > function) > > Attached patch should fix it. > I can verify that your patch repairs the compile error in MSVC 2008. -- Erik Falor Registered Linux User #4456

Re: [patch] Persistent undo

2009-11-16 Fir de Conversatie Erik Falor
get4c' : different types for formal and actual par ameter 1 undo.c(848) : error C2065: 'seq_time' : undeclared identifier undo.c(848) : error C2065: 'fp' : undeclared identifier undo.c(848) : warning C4047: 'function' : 'FILE *' differs in levels of indirect ion fr

Re: [PATCH] Updates to cs.vim: verbatim strings across line boundaries, spell checking in /// comments, non-adjacent xml.vim include

2009-08-14 Fir de Conversatie Erik Falor
t; -- > Anduin Withers Looks good from here. -- Erik Falor Registered Linux User #445632 http://counter.li.org signature.asc Description: Digital signature

Re: Patch to try out

2009-06-15 Fir de Conversatie Erik Falor
On Thu, Jun 11, 2009 at 09:27:48PM +0200, Bram Moolenaar wrote: > This is an updated patch that fixes the problem with the scrollbar. This fixes the problems with the scrollbars from my point of view. -- Erik Falor Registered Linux User #445632 http://counter.li.

Re: Patch to try out

2009-06-10 Fir de Conversatie Erik Falor
"msvcrt-ruby18.dll\" -DFEAT_HUGE /Fd.\ObjGOLYR/ /Zi Linking: link /RELEASE /nologo /subsystem:windows /LTCG:STATUS oldnames.lib kernel32.lib advapi32.lib shell32.lib gdi32.lib comdlg32.lib ole32.lib uuid.lib /machine:i386 /nodefaultlib gdi32.lib version.lib winspool.lib comctl32.lib

Re: [patch] Text object for entire buffer

2009-04-14 Fir de Conversatie Erik Falor
ner text object versions are identical. I agree with Ingo here. The 'ii' object should trim leading and trailing whitespace. -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Bug report: :tags command changes tag match number, jumps to wrong location

2009-01-05 Fir de Conversatie Erik Falor
On Thu, Nov 6, 2008 at 3:03 AM, Bram Moolenaar wrote: > > Erik Falor wrote: > > > 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 command has

Re: Vim syntax: "highlight" keyword not highlighted inside functions

2008-11-24 Fir de Conversatie Erik Falor
n't being highlighted as well. Offhand, I'd say that this is merely an oversight. Dr. Chip, would you care to weigh in on this? I've attached the patch with the aforementioned changes. -- Erik Falor Registered Linux User #44563

Re: [patch] Fix perl indent in fold mode.

2008-11-21 Fir de Conversatie Erik Falor
ereDoc" > \ || synid =~ "^perlFiledescStatement" > \ || synid =~ '^perl\(Sub\|BEGINEND\|If\)Fold' > @@ -148,6 +150,8 @@ >let synid = synIDattr(synID(v:lnum, bracepos, 0), "name") >if synid == "" >

Re: vim repository updated at github

2008-11-20 Fir de Conversatie Erik Falor
lso navigate using the "network" tab and slide through vim > history (each dot will give you a pop up with commit details). > > For git users: you can clone it at: > git://github.com/cmichon/vim.git > > -- > Christian > -- > http://detaolb.sourceforge.net/,

Bug report: :tags command changes tag match number, jumps to wrong location

2008-11-05 Fir de Conversatie Erik Falor
} void func3(int i) { i++; } int main(void) { int i; func1(i); } /* EOF */ -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: patch: perl syntax folding independent of coding style

2008-11-05 Fir de Conversatie Erik Falor
meone else fixes it > first of course :-) > > > > So far, so good. 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, perl_fold, etc.) from globals to buffer-locals? I like

Re: doc bug? index() doesn't check for equality in the same way as ==

2008-09-08 Fir de Conversatie Erik Falor
re comparison. It doesn't mention this special case when the strings and numbers happen to be elements of collections. I think that converting all strings into numbers for such comparisons makes the most sense because it makes the language more regular. If we merely document this exception to t

Re: darkblue color scheme

2008-07-18 Fir de Conversatie Erik Falor
MAIL PROTECTED] -- http://www.Moolenaar.net > \\\ > ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/\\\ > \\\download, build and distribute -- http://www.A-A-P.org > /// > \\\help me help AIDS victims -- http://ICCF-Holland.org > /// > >

Re: updated 'relativenumber' patch

2008-06-30 Fir de Conversatie Erik Falor
which patches to accept? > > I, for one, am excited about this feature, and have found it to be very useful thus far. > > Richard > > > > -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received th

Re: RFE: Prevent maps from being overwritten with :map

2008-05-28 Fir de Conversatie Erik Falor
On 5/28/08, Erik Falor <[EMAIL PROTECTED]> wrote: > > > > On 5/28/08, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> >> > No worries, but I'd argue that they are not solutions since >> > they aren

Re: RFE: Prevent maps from being overwritten with :map

2008-05-28 Fir de Conversatie Erik Falor
d in :help write-plugin. Maybe we just need to get the word out to plugin developers? Could a link to this doc be added to the scripts page on vim.sf.net? Then no one would have any excuse for not reading it. Sincerely > > Meikel > > > > > > -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Updated gvimext.dll patch

2008-05-21 Fir de Conversatie Erik Falor
offered to open multiple files each in their own Vim process. That choice was replaced by "Edit with Vim, tabbed". Enjoy -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vi

Re: Linewise Visual highlight problem

2008-05-02 Fir de Conversatie Erik Falor
go /subsystem:console /LTCG:STATUS advapi32.lib shell32.lib gdi32.lib comdlg32.lib ole32.lib uuid.lib libcmt.lib user32.lib /nodefaultlib:python25.lib /PDB:vim.pdb -debug -- > Dasn > > > > > -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Vertical split issue

2008-04-17 Fir de Conversatie Erik Falor
On 4/17/08, Zdenek Sekera <[EMAIL PROTECTED]> wrote: > > > > >> From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] >> On > Behalf Of Erik Falor > >> Sent: 16 April 2008 23:37 > >> To: vim_dev@googlegroups.com > >> Subject: Re

Re: Vertical split issue

2008-04-16 Fir de Conversatie Erik Falor
of the file starts at the very same line. If you really want to do this, though, may I suggest: $ vim a -c "vert sb" -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-16 Fir de Conversatie Erik Falor
On 4/16/08, Erik Falor <[EMAIL PROTECTED]> wrote: > > On 4/16/08, Erik Falor <[EMAIL PROTECTED]> wrote: > > > > On Wed, Apr 16, 2008 at 12:22 PM, Erik Falor <[EMAIL PROTECTED]> wrote: > > > > > > > > On 4/13/08, Tony Mechelynck <[EMA

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-16 Fir de Conversatie Erik Falor
On 4/16/08, Erik Falor <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 16, 2008 at 12:22 PM, Erik Falor <[EMAIL PROTECTED]> wrote: > > > > > On 4/13/08, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > > > > > > > > > On 13/04/08 15:10, And

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-16 Fir de Conversatie Erik Falor
On Wed, Apr 16, 2008 at 12:22 PM, Erik Falor <[EMAIL PROTECTED]> wrote: > > On 4/13/08, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > > > > > > On 13/04/08 15:10, Andy Wokula wrote: > > > Tony Mechelynck schrieb: > > >> vim -gNu NONE > &

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-16 Fir de Conversatie Erik Falor
(2007 May 12, compiled May 12 2007 14:19:39) MS-Windows 32 bit GUI version with OLE support Compiled by [EMAIL PROTECTED] I see this same confusing behavior on Linux Vim 7.1.244: VIM - Vi IMproved 7.1 (2007 May 12, compiled Feb 7 2008 22:31:25) Included patches: 1-244 Compiled by [EMAIL PROTECTED

Re: feature request: help users count lines - display relative line numbers

2008-03-31 Fir de Conversatie Erik Falor
se. > > Best regards, > Tony. > Thank you Markus and Tony for pointing this out. I got my runtime files from SVN, which weren't as up-to-date. I'll look forward to that as well as the other features slated for 7.2. -- Erik Falor R

Re: feature request: help users count lines - display relative line numbers

2008-03-27 Fir de Conversatie Erik Falor
Now that we've had this patch for over a month, how does everybody feel about this feature? I, for one, use it more than occasionally, and find it to be immensly helpful. I would like to see this patch incorporated into th e mainline. Bram, what are the chances of that happening? --

Re: Bug: Can't replace highlighted text with "Q"!

2008-03-07 Fir de Conversatie Erik Falor
> > When I follow your steps, I can get the results you want. I noticed that I was getting some weird results when I tried replacing the selected text with the '%' key, which led me to check my mappings. Sure enough, % in visual mode is mapped by a plugin I've installed.

Re: matchparen doesn't work across long folds

2008-02-21 Fir de Conversatie Erik Falor
y be scanned looking for the matching brace. I suppose that I could code that back in and expose it as a user-configurable option. However, after months of use I haven't found it to be a problem. You can try this out and see if it works well enough for y

Re: feature request: help users count lines - display relative line numbers

2008-02-21 Fir de Conversatie Erik Falor
On 2/21/08, Nick Gravgaard <[EMAIL PROTECTED]> wrote: > > Cool. I've just had a play (thanks for the Windows exe Erik!), and I > like this a lot. > > I know it seems a bit strange, but in order that that both 2d- and 2dd > work, shouldn't it look like this in

Re: feature request: help users count lines - display relative line numbers

2008-02-21 Fir de Conversatie Erik Falor
On 2/21/08, Markus Heidelberg <[EMAIL PROTECTED]> wrote: > > > > To use it set the new option 'relativenumber' or 'rnu'. > > Wow. That is so cool. :) -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~---

Re: :sign - bug/feature_request?

2008-02-16 Fir de Conversatie Erik Falor
On 2/15/08, Milan Vancura <[EMAIL PROTECTED]> wrote: > > > Thank you both you, Chip and Erik, for your answers. I didn't know about > :redir. (it was really my first vim script :-) ) However it still seems to > be a > hack instead of a clean solution, probably quite

Re: :sign - bug/feature_request?

2008-02-14 Fir de Conversatie Erik Falor
isplay; it is common in Vim scripts to finish a function with a :redraw to make sure everything is ready for the user to see. This way, you can efficiently do many screen-updating commands and delay expensive redraws until the end. Read all about it: :help lazyredraw

Re: feature request: help users count lines - display relative line numbers

2008-02-13 Fir de Conversatie Erik Falor
On 2/13/08, Nick Gravgaard <[EMAIL PROTECTED]> wrote: > > > On Wed, 13 Feb 2008 10:26:00 -0700, "Erik Falor" <[EMAIL PROTECTED]> > said: > > :.,+23d > > How does that help you count the number of lines you want to delete? > > Oh, it doesn

Re: feature request: help users count lines - display relative line numbers

2008-02-13 Fir de Conversatie Erik Falor
; Can Vim use negative counts? > > > Vim cannot easily do that, but what it can do is almost as good: Vim can > > show > > absolute line numbers, the first line in the file being 1, the next one > > 2, > > etc. Then instead of visually selecting the lines upon which you wa

Re: Fwd: Win32: "Edit with single Vim &tabbed" explorer context menu

2008-02-07 Fir de Conversatie Erik Falor
right, I did generate the patch backwards! I apologize for any inconvenience. -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev&qu

Fwd: Win32: "Edit with single Vim &tabbed" explorer context menu

2008-02-06 Fir de Conversatie Erik Falor
Sorry about the spam, Bram. When I hit reply, I didn't check the address I was replying to. On 2/6/08, Erik Falor <[EMAIL PROTECTED]> wrote: > > I'll make that change and send out a patch. > Here's the patch. -- Erik Falor Registered Linux User

Re: Doing ":bufdo tabnew" causes vim to hang, hog all resources

2008-02-06 Fir de Conversatie Erik Falor
window containing the cursor let current = tabpagewinnr(v:lnum) let i = 1 for bufnr in bufnrlist let label .= bufnr if i == current let label .= '% ' else let label .= ' ' endif let i += 1 if getbufvar(bufnr, "&modified") let label .= '+ ' else let label .=

Win32: "Edit with single Vim &tabbed" explorer context menu

2008-01-31 Fir de Conversatie Erik Falor
I have made a change to the Windows shell extension that integrates Vim into the context menu resulting from right-clicking a file in Explorer. It now offers the option of opening many files in their own tab page. It executes gvim.exe with the -p switch. -- Erik Falor Registered Linux User

Re: Incorrect example for #!

2008-01-23 Fir de Conversatie Erik Falor
directory". Only from within a script on my Linux platform do I get that. Even though the man page says I can supply arguments to the command. I'm leaning towards saying this is a bug in env. -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~-

Re: Patch 7.1.241

2008-01-22 Fir de Conversatie Erik Falor
Bram, you've done it again! Thank you. -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Setting guifont from a modeline

2008-01-22 Fir de Conversatie Erik Falor
of acceptable modeline options. Basically, it would be like the aforementioned scripts, except it would be built-in and always available. Or at the very least, one of those scripts can be distributed with Vim so that going forward, we can be sure that prote

Setting guifont from a modeline

2008-01-21 Fir de Conversatie Erik Falor
just don't think it makes that much sense to be set from the modeline. For that matter, I propose that all options beginning with 'gui' not be settable from the mode-line. Regards, -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~-~--~~

Bug in Insert mode completion in Win32 GUI

2008-01-18 Fir de Conversatie Erik Falor
st "subsequent ^N keystrokes cycle through the list "EOF This case doesn't use complete_check(), and therefore builds the whole list. But the popup menu still doesn't appear right-away as it does in previous patches. -- Erik Falor Registered Linux User #445632 http://counter

Re: Patch 7.1.215

2008-01-10 Fir de Conversatie Erik Falor
>> Solution: Add the synstack() function. > >> Files: runtime/doc/eval.txt, src/eval.c, > src/proto/syntax.pro, > >> src/syntax.c > > > > Oh yeah, a very useful addition!! > > I was thinking exactly the s

'**2' item works in findfile() but not in globpath()

2008-01-08 Fir de Conversatie Erik Falor
I like using the '**' wildcard in commands which search for files. I REALLY like adding a digit to the end of it to limit how far it digs. I wish it could work with the globpath() function. >From editing.txt, line 1471: "The file searching is currently used for the 'path', 'cdpath' and 'tags' o

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Erik Falor
V. Reilly was the original author of the Windows GUI code. Robert Webb later reworked much of it. However, the source file doesn't have Robert's email address. Does anybody know how to contact Mr. Webb? Have there been any other maintain

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Erik Falor
On 02/01/2008, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > > > On Windows, where the OS-standard line break is \r\n, shouldn't _that_ > also be > used to break lines in a tooltip? And what about Mac? > > Best regards, > Tony. > "\r\n" results in two boxes. -- Registered Linux User #445632 http:

Re: Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars

2008-01-02 Fir de Conversatie Erik Falor
as 'balloonexpr' text. On 02/01/2008, Ben Schmidt <[EMAIL PROTECTED]> wrote: > > > Erik Falor wrote: > > While writing a guitabtooltip function, I discovered that the > > tooltips in Win32 don't properly handle backslash-escaped chars. > > In particular,

  1   2   >