Re: Patch 7.4.1553

2016-03-13 Fir de Conversatie Benjamin R. Haskell
On Sun, Mar 13, 2016 at 2:36 PM, Bram Moolenaar wrote: > > I wrote: > > > Patch 7.4.1553 > > Problem:":runtime" does not use 'packpath'. > > Solution: Add "what" argument. > > Files: src/ex_cmds2.c, src/vim.h, runtime/doc/repeat.txt, > > src/testdir/test_packadd.vim > > Thi

Re: docker syntax files

2014-08-22 Fir de Conversatie Benjamin R. Haskell
Sounds like Bram disagrees with almost my entire premise, so probably Docker stuff'll just get merged into Vim. Responding point-by-point anyway. On Fri, Aug 22, 2014 at 12:40 AM, Lokesh Mandvekar wrote: > On Thu, Aug 21, 2014 at 04:43:58PM -0400, Benjamin R. Haskell wrote: >&g

Re: docker syntax files

2014-08-21 Fir de Conversatie Benjamin R. Haskell
(The following assumes I haven't missed something about the Vim development process during my extended absence from vim-{dev/use}.) On Thu, Aug 21, 2014 at 3:39 PM, Bram Moolenaar wrote: > > Lokesh Mandvekar wrote: > >> I was hoping syntax highlighting for docker could be included by default in >

Re: paragraph object issue

2013-08-06 Fir de Conversatie Benjamin R. Haskell
On Tue, 6 Aug 2013, Ben Fritz wrote: On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote: On Tue, 6 Aug 2013, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm

Re: paragraph object issue

2013-08-06 Fir de Conversatie Benjamin R. Haskell
On Tue, 6 Aug 2013, Dimitar DIMITROV wrote: Hi all, If you open the latest vim (vim -nNX -u NONE) and insert these lines: .jpg  01;35 .jpeg 01;35 .gif  01;35 .bmp  01;35 .pbm  01;35 .pgm  01;35 .ppm  01;35 With no filetype, a paragraph is defined by the 'paragraphs' setting. The '.pp' begi

vim_dev@googlegroups.com

2013-06-04 Fir de Conversatie Benjamin R. Haskell
On Tue, 4 Jun 2013, Ron Aaron wrote: On Tuesday, June 4, 2013 11:30:09 PM UTC+3, ZyX wrote: `\(foo\)\@=` highlights f and matches zero-width as expected. If on your system it does something else it is a bug. Once again, the help states: Note that using "\&" works the same as using

RE: runtime/doc/tags not ignored

2013-03-08 Fir de Conversatie Benjamin R. Haskell
On Fri, 8 Mar 2013, Bovy, Stephen wrote: -Original Message- From: vim_dev@googlegroups.com [mailto:vim_dev@googlegroups.com] On Behalf Of Taylor Hedberg Sent: Friday, March 08, 2013 8:03 AM To: vim_dev@googlegroups.com Subject: Re: runtime/doc/tags not ignored Benjamin R. Haskell, Fri

Re: runtime/doc/tags not ignored

2013-03-08 Fir de Conversatie Benjamin R. Haskell
On Thu, 7 Mar 2013, John Little wrote: I have runtime/doc/tags in my .hgignore file , but [...] [...] the changed comment says HG: changed runtime/doc/tags Why isn't this ignored? .hgignore only applies to items that aren't already committed to the repository. So you can't ignore it t

Re: \@<= multiline bug?

2012-12-03 Fir de Conversatie Benjamin R. Haskell
On Tue, 4 Dec 2012, Alex Efros wrote: Hi! Is there any reason why "\(\\\n\\\n\)\@<=U" fail to match this text: \ \ U while "\(\\\n\\\n\)U" will match it and "\(\\\n\)\@<=U" will match it too (without first line)? I suspect you're running into (from: :help /\@<= ): """ "\@<=" and "\@Theore

Re: Standard equivalents for t_SI t_EI?

2012-11-24 Fir de Conversatie Benjamin R. Haskell
On Sat, 24 Nov 2012, James McCoy wrote: On Sat, Nov 24, 2012 at 01:17:13PM -0500, Benjamin R. Haskell wrote: As far as I can tell, the t_SI and t_EI sequences¹ don't have non-Vim equivalents in either termcap or terminfo. Is that accurate? Were they just "made up" out of n

Standard equivalents for t_SI t_EI?

2012-11-24 Fir de Conversatie Benjamin R. Haskell
As far as I can tell, the t_SI and t_EI sequences¹ don't have non-Vim equivalents in either termcap or terminfo. Is that accurate? Were they just "made up" out of necessity? If it's not accurate, does someone have a link to a termcap or terminfo reference that includes those two? ¹: SI = St

Re: Set filetype to zsh for sh files with #!/bin/zsh

2012-09-06 Fir de Conversatie Benjamin R. Haskell
On Thu, 6 Sep 2012, Richard Brown wrote: On Thu, Sep 6, 2012 at 10:21 PM, Benjamin R. Haskell wrote: On Thu, 6 Sep 2012, Richard Brown wrote: Hi, this patch does what it says on the tin. If a .sh file starts with [...] This should be unnecessary, as it's already done by $VIMRU

Re: Set filetype to zsh for sh files with #!/bin/zsh

2012-09-06 Fir de Conversatie Benjamin R. Haskell
On Thu, 6 Sep 2012, Richard Brown wrote: Hi, this patch does what it says on the tin. If a .sh file starts with #!/bin/zsh it will set the filetype to zsh This should be unnecessary, as it's already done by $VIMRUNTIME/scripts.vim: http://code.google.com/p/vim/source/browse/runtime/scripts.

Re: Building on Windows 7 - Perl crashes

2012-08-02 Fir de Conversatie Benjamin R. Haskell
On Thu, 2 Aug 2012, Bram Moolenaar wrote: I have a new PC with Windows 7 that I want to use to build Vim for distribution. [...] Now building with all the interfaces. I installed: [...] Ruby 1.9.2 (from www.garbagecollect.jp, see help file) Rename include dir from 1.9.1 to 1.9.2

Re: vim global options and local options

2012-07-25 Fir de Conversatie Benjamin R. Haskell
On Wed, 25 Jul 2012, 驼峰 wrote: Hi, all I have one question regarding to the global/local boolean option in vim. I want to set noignorecase in insertmode. When leaving insert mode, I want to use ignorecase. Therefore, I add the following line in my vimrc set ignorecase autocmd InsertEnter *

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-15 Fir de Conversatie Benjamin R. Haskell
On Tue, 15 May 2012, Ernie Rael wrote: On 5/15/2012 9:02 AM, Thilo Six wrote: No one is anyone blocking to take care of their peeve pets. I'd be hesitant to suggest that people "take care of their pet peeves". Yes for real bugs or "infrastructure" features (like spell). But since there is ho

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-15 Fir de Conversatie Benjamin R. Haskell
On Tue, 15 May 2012, Thomas Köhler wrote: Hi Thilo, Thilo Six wrote: Excerpt from Thomas Köhler: -- -- And it would help people like me that used to maintain some runtime files in the past and now are stuck maintaining something they don't use any longer. I think that is exactly the meanin

Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-13 Fir de Conversatie Benjamin R. Haskell
On Sat, 12 May 2012, Thilo Six wrote: Excerpt from John Beckett: Dominique Pellé wrote: Yes. Maintainers were in CC of the emails. But perhaps I should write to the maintainers only to avoid sending too many emails to vim_dev (still more of those simple patches to come...) There is no goo

Re: Alt+#

2012-04-17 Fir de Conversatie Benjamin R. Haskell
On Tue, 17 Apr 2012, Paul LeoNerd Evans wrote: On Tue, Apr 17, 2012 at 12:59:53PM -0700, Ben Fritz wrote: We've had this discussion many times. I think everybody agrees it's a feature that's wanted. Yet nobody, including LeoNerd, has come forward with any code whatsoever, working or not. If it

Re: New Octave filetype

2012-04-15 Fir de Conversatie Benjamin R. Haskell
On Sun, 15 Apr 2012, Marcin Szamotulski wrote: On 15:18 Sun 15 Apr , Gary Johnson wrote: On 2012-04-15, Bram Moolenaar wrote: Júlio wrote: Providing an identification string is a great idea, i'll contact the Octave community and see their reactions and proposals for the string, do you h

Re: How to search in digraphs?

2012-04-13 Fir de Conversatie Benjamin R. Haskell
On Fri, 13 Apr 2012, Marvin Renich wrote: * Bram Moolenaar [120413 05:42]: Christian Brabandt wrote: Here is a patch, that makes :dig! display only user-defined digraphs and :dig! xy remove the digraph, that is defined by the chars xy This sounds like a useful addition. If ":dig! xy" dele

Re: added TextDeleted and TextYanked events

2012-03-18 Fir de Conversatie Benjamin R. Haskell
On Sun, 18 Mar 2012, David Fishburn wrote: I will also add this to the YankRing plugin (script #1234). I don't se the patch # to put a conditional check in for it. It hasn't been applied yet, but you shouldn't check by patch # anyway. exists() can detect whether an autocommand for a particul

Re: [patch] "vim --help" does not describe -E and --echo-wid command line options

2012-03-13 Fir de Conversatie Benjamin R. Haskell
On Tue, 13 Mar 2012, Charles Campbell wrote: Dominique Pellé wrote: This is a minor issue: "vim --help" does not describe the command line options -E and --echo-wid. Is this intentional to keep "make help" short? If not, attached patch adds them. I see help for -E in "starting.txt", line#26

Re: Backwards motions in vimtutor

2012-03-09 Fir de Conversatie Benjamin R. Haskell
[Reversed the top-posting] On Fri, 9 Mar 2012, Anders Tidbeck wrote: On Fri, Mar 9, 2012 at 4:19 PM, Benjamin R. Haskell wrote: On Fri, 9 Mar 2012, Anders Tidbeck wrote: A question came up on superuser.com about backwards motions in Vim: "To move a word forward in Vim, you press w

Re: Backwards motions in vimtutor

2012-03-09 Fir de Conversatie Benjamin R. Haskell
On Fri, 9 Mar 2012, Anders Tidbeck wrote: A question came up on superuser.com about backwards motions in Vim: "To move a word forward in Vim, you press w or e. How can I move a word backwards?" I recommended the vimtutor to get started, but as the one asking the question pointed out this is

Re: feature request: extend search string from a partial match with right arrow key

2012-02-13 Fir de Conversatie Benjamin R. Haskell
On Tue, 14 Feb 2012, Andy Wokula wrote: Am 13.02.2012 22:54, schrieb Alexey Muranov: Hello, i am new to this group, let me know if feature requests should be discussed somewhere else. Here is feature for which i couldn't find a plugin with google, but which looks so natural to me that i th

Re: utf-8 bom frequency of bytes

2012-01-19 Fir de Conversatie Benjamin R. Haskell
On Thu, 19 Jan 2012, John Little wrote: Hi all I'm revising the function f_readfile in eval.c, to speed it up when processing very long lines. (It presently grows a string every 200 bytes by allocating a new one 200 bytes longer, copying the old to the new, and deallocating the new. F.ex.,

Re: RFC: Shipping parts of vimerl (Erlang addon for Vim) with Vim

2012-01-14 Fir de Conversatie Benjamin R. Haskell
On Sat, 14 Jan 2012, Benjamin R. Haskell wrote: But, according to comments in the files, there are already files being distributed with Vim that are GPLv2-licensed (and not Vim/GPL dual-licensed, AFAICT): [...] And under src/: src/sha256.c Sorry: src/sha256.c just has mention of GPL (no

Re: RFC: Shipping parts of vimerl (Erlang addon for Vim) with Vim

2012-01-14 Fir de Conversatie Benjamin R. Haskell
On Sat, 14 Jan 2012, Bram Moolenaar wrote: Per Andersson wrote: On Tue, Jan 10, 2012 at 1:44 PM, Bram Moolenaar wrote: There already is an Erlang syntax and indent file.  Maintainer is Csaba Hoch.  Can you please get in touch and merg the files? The license mentioned in the files is GNU

[OT] Re: Patch 7.3.398

2012-01-10 Fir de Conversatie Benjamin R. Haskell
On Tue, 10 Jan 2012, Andy Wokula wrote: Am 10.01.2012 17:14, schrieb Bram Moolenaar: Why don't cannibals eat clowns? Because they taste funny. I think this joke doesn't work in the English language unless "funny" also means "strange" or "weird", like the German word "komisch". "funny" does

Re: Don't show dict functions in expression complete candidates in command-line.

2011-10-11 Fir de Conversatie Benjamin R. Haskell
On Mon, 10 Oct 2011, mattn wrote: Thanks for all in this thread. I still don't assent that vim show functions in complete candidates. And I wonder why they use ":echo " to get candidate from completion. I'm thinking who want to know SID are very minorities. And as Ingo Karkat says,  is the c

Re: Don't show dict functions in expression complete candidates in command-line.

2011-10-09 Fir de Conversatie Benjamin R. Haskell
On Sun, 9 Oct 2011, Bram Moolenaar wrote: Christian Brabandt wrote: On Sa, 08 Okt 2011, mattn wrote: Do you mean that vim have better to show candidate like following? (for example) :echo 14_foo and type :echo 14_foobar I think no need to show it. Please don't turn that feature off.

Re: Question about DocComments in PHP (perhaps other languages as wel...)

2011-10-06 Fir de Conversatie Benjamin R. Haskell
On Sat, 1 Oct 2011, Christ van Willegen wrote: Hi, I ran into a problem yesterday when an annotation in a doc comment was not picked up by a comment handler. Long story short: It turned out that I had typed /* where I should have typed /** to open the comment. For Vim, this is all comment

Re: Ballooneval problems

2011-09-21 Fir de Conversatie Benjamin R. Haskell
On Wed, 21 Sep 2011, Sergey Khorev wrote: was also posted here [2] but that post never got any attention so I am bringing it up once again. The plugin author is apparently not responding to emails. [1] http://code.google.com/p/macvim/issues/detail?id=342 [2] https://groups.google.com/forum/#!t

[PATCH] Fix PHP omnicompletion window-changing behavior

2011-09-16 Fir de Conversatie Benjamin R. Haskell
visit http://www.vim.org/maillist.php # HG changeset patch # User Benjamin R. Haskell # Date 1316216940 14400 # Node ID 883f1855b57d458d7e2a09b2e3d5583c22e3c442 # Parent 15b934a1664197ea570303f1c57cb1fc1f4d8a61 Fix PHP omnicompletion window-changing behavior PHP omnicompletion opens a new window when

Re: Possibly a bug in phpcomplete.vim

2011-09-16 Fir de Conversatie Benjamin R. Haskell
On Fri, 16 Sep 2011, Mats Rauhala wrote: I tested with an empty .vim file and my .vimrc contained only minimum. Also ctags needs to be ran before testing. I also tested with the latest from hg, built today. filetype on filetype plugin indent on syntax on autocmd FileType php set omnifunc=phpc

Re: Possibly a bug in phpcomplete.vim

2011-09-16 Fir de Conversatie Benjamin R. Haskell
On Fri, 16 Sep 2011, Mats Rauhala wrote: Description: When having horizontal split windows and cursor is on the top one, trying to autocomplete causes the cursor to jump on the lower window and stay there. If there was text before autocompletion, the text is transferred to the lower window,

Re: Fastest interfacing with Java

2011-09-15 Fir de Conversatie Benjamin R. Haskell
On Thu, 15 Sep 2011, Kerneels Roos wrote: On 9/15/2011 10:05 AM, Kerneels Roos wrote: On 9/11/2011 12:44 PM, Nazri Ramliy wrote: On Fri, Sep 9, 2011 at 5:29 PM, Kerneels Roos wrote: I would like to know if there is a faster, more direct way to communicate with java code from inside a vim s

Re: Patch 7.3.304

2011-09-14 Fir de Conversatie Benjamin R. Haskell
On Wed, 14 Sep 2011, Bram Moolenaar wrote: Patch 7.3.304 Problem:Strawberry Perl doesn't work on MS-Windows. Solution: Use xsubpp if needed. (Yasuhiro Matsumoto) Files: src/Make_ming.mak, src/Make_mvc.mak This is missing a parenthesis, as I pointed out in the thread (but didn't s

Re: can't build with strawberry perl

2011-09-13 Fir de Conversatie Benjamin R. Haskell
On Tue, 13 Sep 2011, mattn wrote: Thanks your notice! updated it. https://gist.github.com/1215667 I love github, but I've never used gists. So I figured I'd try it. I updated gistfile11 in this forked gist: https://gist.github.com/1215848#file_gistfile11 to add a missing parenthesis on l

Re: can't build with strawberry perl

2011-09-13 Fir de Conversatie Benjamin R. Haskell
On Tue, 13 Sep 2011, mattn wrote: Hi it seems can't build with starawberry perl. strawberry perl don' have ExtUtils/xsubpp Below is a patch. Please check it. https://gist.github.com/1215667 diff -r 1d5e7413d728 src/Make_ming.mak --- a/src/Make_ming.mak Thu Sep 08 23:24:14 2011 +0200 +++ b/s

Re: manpageview rating dive

2011-09-01 Fir de Conversatie Benjamin R. Haskell
On Wed, 31 Aug 2011, Charles Campbell wrote: Charles Campbell wrote: Hello! I recently checked my plugins' ratings: 08/09/11 script 677/279/10776: Manpageview.vim 08/31/11 script -133/1094/10866: Manpageview.vim This seems like an odd thing -- is this preparation for a general bombing of p

Re: Explorer does not honour port number when editing over SCP

2011-08-31 Fir de Conversatie Benjamin R. Haskell
On Wed, 31 Aug 2011, Lech Lorens wrote: On 31 August 2011 05:46, Guy Halford-Thompson wrote: Unfortunately I can't change the sshd_config, going to have to work around it for the moment. With regard to your problem, you can probably work it around by specifying in your ~/.ssh/config that the

Re: Explorer does not honour port number when editing over SCP

2011-08-31 Fir de Conversatie Benjamin R. Haskell
On Wed, 31 Aug 2011, Benjamin R. Haskell wrote: On Tue, 30 Aug 2011, Guy Halford-Thompson wrote: Is this something that is likely to get fixed? Seems very likely to me. And probably soon, based on his usual turnaround time. As far as I can tell, the source of the issue is that autoload

Re: Explorer does not honour port number when editing over SCP

2011-08-31 Fir de Conversatie Benjamin R. Haskell
On Tue, 30 Aug 2011, Guy Halford-Thompson wrote: Ah, sorry I wasn't too clear in my first post, thanks for clarifying. No problem. My turn to clarify, it seems: Unfortunately I can't change the sshd_config, going to have to work around it for the moment. I wouldn't expect you to. That s

Re: Explorer does not honour port number when editing over SCP

2011-08-30 Fir de Conversatie Benjamin R. Haskell
On Tue, 30 Aug 2011, Charles Campbell wrote: guyht wrote: I am experiencing a bug where Explorer does not honour a port number when editing files over SCP. To reproduce Open a directory over scp (gvim scp://user@domain:1234//home/user/) Files and directories listed as expected... Open a fi

Re: [PATCH] Update hard-coded RGB values to match rgb.txt

2011-08-21 Fir de Conversatie Benjamin R. Haskell
On Sun, 21 Aug 2011, Benjamin R. Haskell wrote: Patch subject is complete summary. Sorry, not used to `hg email`... This is in response to the vim-use message from Linda W Subject: about Vim's builtin color names -- seeing a dff on X11 ver, vs. Win ver in 1 color This patches the

[PATCH] Update hard-coded RGB values to match rgb.txt

2011-08-21 Fir de Conversatie Benjamin R. Haskell
Patch subject is complete summary. -- 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 # HG changeset patch # User Benjamin R. Haskell # Date 131394

Re: [BUG] Passing special characters to &listchars and &fillchars causes screen corruption

2011-08-08 Fir de Conversatie Benjamin R. Haskell
On Tue, 9 Aug 2011, Tony Mechelynck wrote: On 07/08/11 17:57, Benjamin R. Haskell wrote: That means that, in the old thread { å, æ, ø, «, » } and in the new thread { ¶ } were all replaced by �. In this message of yours (which I received in quoted-printable UTF-8) all these characters

Re: [BUG] Passing special characters to &listchars and &fillchars causes screen corruption

2011-08-07 Fir de Conversatie Benjamin R. Haskell
On Sat, 6 Aug 2011, Groups munged Tony Mechelynck's mail into: :set list lcs=eol:ś,tab:\|_,nbsp:~,conceal:* And he followed up: ...and for some reason that f???ing bl??dy st??id googlegroups interface changed my Pilcrow mark to an s-acute. Well, the exact character used there is irrelevan

Re: 'ambiwidth' and unicode subscripts

2011-07-26 Fir de Conversatie Benjamin R. Haskell
On Tue, 26 Jul 2011, Benjamin R. Haskell wrote: On Tue, 26 Jul 2011, Benjamin R. Haskell wrote: From my reading of http://unicode.org/reports/tr11/, none of these characters should be considered to be of ambiguous width (they should all be single-width). In whatever font rxvt-unicode is

Re: 'ambiwidth' and unicode subscripts

2011-07-26 Fir de Conversatie Benjamin R. Haskell
[Redirecting to vim-dev (looks buggy, and at the least is very techy).] On Tue, 26 Jul 2011, Caleb Eggensperger wrote: I think this is a bug. With ambiwidth=double, the unicode character '₀' (U+2080, the subscript '0') is single-width, but '₁-₉' (U+2081-U+2089, subscripts 1-9) are double-width

Re: 'ambiwidth' and unicode subscripts

2011-07-26 Fir de Conversatie Benjamin R. Haskell
On Tue, 26 Jul 2011, Benjamin R. Haskell wrote: From my reading of http://unicode.org/reports/tr11/, none of these characters should be considered to be of ambiguous width (they should all be single-width). In whatever font rxvt-unicode is currently using, ₁₂₃₄ indeed shows up incorrectly

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Benjamin R. Haskell
On Sun, 3 Jul 2011, Paul wrote: Hi Benjamin, On Jul 4, 6:51 am, "Benjamin R. Haskell" wrote: ... snip I originally wrote this¹ up (on the web since email's the wrong place for HTML and images) in response to a post «Complex Scripts in Vim/gVim»², but figured it was appropri

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-03 Fir de Conversatie Benjamin R. Haskell
On Sun, 3 Jul 2011, ZyX wrote: Reply to message «Cursor/rendering position bug handling unicode devanagari characters», sent 10:52:42 03 July 2011, Sunday by Paul.W Harvey: Hi there, Normally I happily live in a 7-bit ASCII world, but recently I've become involved in writing unicode tests f

Re: remote API without X

2011-06-13 Fir de Conversatie Benjamin R. Haskell
[had trouble with my Google for Domains address after they transitioned my account, sorry if this shows up twice] On Fri, 10 Jun 2011, Bram Moolenaar wrote: Yukihiro Nakadaira wrote: Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto wr

Re: [DNS] vim.org should point to www.vim.org

2011-05-16 Fir de Conversatie Benjamin R. Haskell
On Mon, 16 May 2011, MindTooth wrote: Hello, I have sent an email on the before, but got no reply. Please, make sure the site is accessible from both no-www and www. Personally I prefer the no-www. This has been discussed recently[1] and several months ago[2]. As far as I can tell, there

Re: CursorHold retriggering

2011-05-04 Fir de Conversatie Benjamin R. Haskell
On Wed, 4 May 2011, Christian Brabandt wrote: On Mi, 04 Mai 2011, Ben Fritz wrote: On May 4, 5:05 am, Andy Wokula wrote: Both autocommands are independent of each other, except that the CursorHold event will also trigger CursorHoldR autocommands. This is because I find it confusing if the

Re: vim.org is down

2011-04-22 Fir de Conversatie Benjamin R. Haskell
On Sat, 23 Apr 2011, Ben Schmidt wrote: Marc wrote: There have been lot's of discussion about this on the mailinglist. That this topic is being written about again and again is a reason to change it. IMHO. To some extent, I agree. It'd be nice to 'fix' this, just to silence the noise on th

Re: Modified keypresses

2011-04-17 Fir de Conversatie Benjamin R. Haskell
On Sun, 17 Apr 2011, Ben Schmidt wrote: On 16/04/11 12:45 AM, Paul LeoNerd Evans wrote: Having recently dredged this topic up again - what is the current state of plan? Are we happy we have a working model of how things will work and are just awaiting time to write some code, or are there sti

Re: Modified keypresses

2011-04-16 Fir de Conversatie Benjamin R. Haskell
On Fri, 15 Apr 2011, Paul LeoNerd Evans wrote: Having recently dredged this topic up again - what is the current state of plan? Are we happy we have a working model of how things will work and are just awaiting time to write some code, or are there still questions lingering about? AFAICT, th

Re: iabbrev gives E474 when tex syntax is active

2011-03-29 Fir de Conversatie Benjamin R. Haskell
On Tue, 29 Mar 2011, Pavol Juhas wrote: Hello, I found a strange behavior in vim 7.3.146 when adding insert-mode abbreviations with the tex syntax loaded. Given a test.tex file that contains just one line \begin{article} The following command gives error "E474: Invalid argument": vim

Bug in NetRW cursorline handling

2011-03-26 Fir de Conversatie Benjamin R. Haskell
Using the latest NetRW (141m), Last change: 2011 Mar 22. I see an entry in the changelog about 'cursorline': v138: ... May 14, 2010 * (Bram Moolenaar) netrw optionally sets cursorline (and sometimes cursorcolumn) for its display. This option setting was leaking through with

Re: problem saving file (or other command mode)

2011-03-22 Fir de Conversatie Benjamin R. Haskell
On Tue, 22 Mar 2011, Christian Brabandt wrote: Hi skeept! On Di, 22 Mär 2011, skeept wrote: [...] when I press other key other then enter (say space) the following shows up :wa92_parse_cmd_line() I searched in the vim source with grep and in my .vim folder but could not find this string.

Re: [PATCH] First pass at Freedesktop directories

2011-03-18 Fir de Conversatie Benjamin R. Haskell
On Fri, 18 Mar 2011, Bram Moolenaar wrote: Ben Haskell wrote: Freedesktop defines some commonly, but certainly-not-universally used directories for configuration (rather than using $HOME/.file, it's generally, $XDG_CONFIG_HOME/appname/file). This is a very rough first draft of using those

Re: [patch] filetype.vim

2011-03-18 Fir de Conversatie Benjamin R. Haskell
On Fri, 18 Mar 2011, Tony Mechelynck wrote: On 18/03/11 14:18, Bram Moolenaar wrote: Thilo Six wrote: i have patched filetype.vim again. As there are certain newly '.d/' directories that now can contain configurations. e.g. from man xorg.con(5) on my system: ,[ man xorg.con(5) ]-

[PATCH] First pass at Freedesktop directories

2011-03-14 Fir de Conversatie Benjamin R. Haskell
ssage 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 # HG changeset patch # User Benjamin R. Haskell # Date 1300125629 14400 # Node ID 5bf53e47cbfff8136d0b6c2ff7c8ad45e6

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

2011-03-14 Fir de Conversatie Benjamin R. Haskell
On Mon, 14 Mar 2011, Peter Odding wrote: Hi Alex, Problem is that some people like my wish for a native solution))) $VIMRUNTIME is fun, but there already is $XDG_CONFIG_HOME for all. The freedesktop.org initiative was launched in 2000 while Vim was originally released in 1991 and the freed

[PATCH] Added hg tags for revisions above 7.2 patch 325

2011-03-08 Fir de Conversatie Benjamin R. Haskell
Patch subject is complete summary. -- 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 # HG changeset patch # User Benjamin R. Haskell # Date 129959

Re: Supporting more key modifiers (was: Re: Dear Bram)

2011-03-07 Fir de Conversatie Benjamin R. Haskell
[drafted a while ago, but sending now that the thread got bumped; might be a bit roughdraftish] On Fri, 25 Feb 2011, Bram Moolenaar wrote: This is my first time joining a discussion, I had a hard time just to open an account and send my suggestion. I use the default reply function and I don

Re: Supporting more key modifiers (was: Re: Dear Bram)

2011-03-07 Fir de Conversatie Benjamin R. Haskell
On Mon, 7 Mar 2011, Paul LeoNerd Evans wrote: On Fri, Feb 25, 2011 at 02:43:23PM +0100, Bram Moolenaar wrote: First problem is to actually detect what key was pressed, in most terminal emulators this is not possible. In the GUI we can. Changing terminal emulators to support this and making th

Re: Undo bug?

2011-03-05 Fir de Conversatie Benjamin R. Haskell
On Sat, 5 Mar 2011, Donald Allen wrote: If you delete a line, it gets pushed onto the register stack (the line lands in the "" register). If you then undo the delete with 'u', the register stack doesn't get popped -- it remains as it was just prior to the 'undo'. So the undo has not undone all

Re: Preprocessor sanity error

2011-03-01 Fir de Conversatie Benjamin R. Haskell
On Tue, 1 Mar 2011, Atilla Filiz wrote: Hi With a fresh clone from the repository, I have this problem on Pardus Linux and couldn't find any config.log: src $ make [...] checking how to run the C preprocessor... /lib/cpp configure: error: in `/home/filiza/hek/vim/src': configure: error: C prepr

Re: Dear Bram

2011-02-24 Fir de Conversatie Benjamin R. Haskell
On Wed, 23 Feb 2011, Paul LeoNerd Evans wrote: On Tue, Feb 22, 2011 at 11:43:39PM -0500, Benjamin R. Haskell wrote: [...] I'm wondering: what does libtermkey bring to the table? It parses CSIs, [...] Without a CSI parser, using only a 1970s-style terminfo-driven prefix hunting algo

Re: Dear Bram

2011-02-22 Fir de Conversatie Benjamin R. Haskell
On Thu, 17 Feb 2011, Paul LeoNerd Evans wrote: 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 am talking about ripping out the byte-queue input system

Re: [BUG]: wrong line numbers with embedded perl code

2011-01-30 Fir de Conversatie Benjamin R. Haskell
On Sun, 30 Jan 2011, Britton Kerin wrote: On Fri, Jan 28, 2011 at 4:18 PM, Benjamin R. Haskell wrote: On Fri, 28 Jan 2011, Britton Kerin wrote: There is some strange bug that causes line numbers in errors coming from perl to come out wrong in some circumstances. [...] The fact that it

Re: [BUG]: wrong line numbers with embedded perl code

2011-01-28 Fir de Conversatie Benjamin R. Haskell
On Fri, 28 Jan 2011, Britton Kerin wrote: There is some strange bug that causes line numbers in errors coming from perl to come out wrong in some circumstances. This code: perl

Re: Bug in sync grouphere?

2011-01-25 Fir de Conversatie Benjamin R. Haskell
On Tue, 25 Jan 2011, Gustavo Niemeyer wrote: (Charles Campbell wrote:) Perhaps the following will be of interest: syn on syn clear [ed. followed by your original :syn/:hi commands] Sorry, but I don't understand what you mean. You've provided exactly the same syntax logic I did, but reorde

Re: Problem with mapping of CTRL-CursorDown key in vim launched in a mintty window

2011-01-04 Fir de Conversatie Benjamin R. Haskell
On Tue, 4 Jan 2011, Jean Johner wrote: Hello, I don't know if somebody is interested in problems related to vim in the Cygwin environment. If yes, please do the following: - Copy the following .vimrc in your Cygwin home directory (I have Cygwin 1.7.7-1) Easier way to reproduce (and omits s

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

2011-01-02 Fir de Conversatie Benjamin R. Haskell
On Sat, 1 Jan 2011, Tony Mechelynck wrote: On 31/12/10 18:37, H Xu wrote: Hello, "vimdiff" doesn't work when the arguments are urls. For example, "vimdiff /home/user/a.c /home/user/b.c" works, but "vimdiff file:///home/user/a.c file:///home/user/b.c" doesn't work. Tested under Linux. Rega

Re: Question about auto-loading of plugins

2010-12-18 Fir de Conversatie Benjamin R. Haskell
On Sat, 18 Dec 2010, Christian Brabandt wrote: Hello, while working on one of my plugins, I noticed, that the autoload-scripts of my plugin was source on startup. Consider this simple test plugin: #v+ ~$ cat plugin/testPlugin.vim if exists("g:loaded_test") || &cp finish endif if 0 ex

Re: Crash in windows.

2010-12-15 Fir de Conversatie Benjamin R. Haskell
[Sorry, Jason. I scrolled to the top of the wrong syntax file (had both d.vim and dtrace.vim open) and consequently Cc:'ed the wrong maintainer... Cc:'ing the DTrace syntax maintainer this time.] On Tue, 14 Dec 2010, crypticmetaphor wrote: vim and gvim crash in windows if these lines are in

Re: Crash in windows.

2010-12-14 Fir de Conversatie Benjamin R. Haskell
On Tue, 14 Dec 2010, crypticmetaphor wrote: vim and gvim crash in windows if these lines are in the file and the extension of the file ends with .d I've tried it with other extensions, but I don't get errors, and I dont get errors if I comment it out with /* and */ part of the code, if I i

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie Benjamin R. Haskell
On Wed, 8 Dec 2010, Bram Moolenaar wrote: Xavier de Gaye wrote: On Mon, Dec 6, 2010 at 7:54 PM, Benjamin R. Haskell wrote: If Vim receives a SIGWINCH (_sig_nal that the _win_dow _ch_anged size) while editing stdin, a program piping input to Vim gets killed prematurely.  Is there an easy

Re: [PATCH] Remove escaping of `[' inside collections

2010-11-18 Fir de Conversatie Benjamin R. Haskell
On Thu, 18 Nov 2010, Charles Campbell wrote: ZyX wrote: # HG changeset patch # User ZyX # Date 1290101513 -10800 # Node ID d32426d271eda00633ab4e51118ed32e1b97d690 # Parent fcb916bed51a5ae096a9f5f5f697a909b2062040 Removed escaping of `[' in collections ...[snip]... Not Posix compliant, not

Re: Regex \%V question

2010-11-08 Fir de Conversatie Benjamin R. Haskell
On Mon, 8 Nov 2010, Christian Brabandt wrote: Hi Benjamin! (re-posting to vim-dev, for clarity). On Fr, 05 Nov 2010, Benjamin R. Haskell wrote: I still don't quite understand why my attempted solution to rameo's problem didn't work... As a pared down example, why is the

Re: Suggestion to clean up the sourceforge project page

2010-11-03 Fir de Conversatie Benjamin R. Haskell
On Wed, 3 Nov 2010, Philippe Vaucher wrote: But you can still access the project page directly at: https://sourceforge.net/projects/vim/ The advice re: "how to get help" is from: https://sourceforge.net/projects/vim/support Probably a default project setting. Yes I'm talking about these

Re: Suggestion to clean up the sourceforge project page

2010-11-02 Fir de Conversatie Benjamin R. Haskell
On Tue, 2 Nov 2010, Bram Moolenaar wrote: Philippe Vaucher wrote: The sourceforge project page seems out of date, it'd be closed or at least redirected to the current up-to-date page imho. What page are you talking about? We only use sourceforge for the web hosting. The main ways of gett

RE: Mapping fails argh......help!!

2010-10-26 Fir de Conversatie Benjamin R. Haskell
On Sun, 24 Oct 2010, PabloHot wrote: Hi All, I'm trying something like :map ... but just cannot get this to work. I have tried using Ctrl-K to enter the '-' key, using {minus}, but the mapping does nothing when I type it. If I map map '-' on its own it works perfectly , but just cannot

Re: Patch 7.3.031

2010-10-22 Fir de Conversatie Benjamin R. Haskell
On Fri, 22 Oct 2010, Kana Natsuno wrote: On Fri, 22 Oct 2010 02:34:22 +0900, Benjamin R. Haskell wrote: If you're starting out with Vim scripting, you'll need to figure out the terminology anyway (windows/buffers/tabs=tabpages/etc. which generally have names & numbers [but no

Re: Patch 7.3.031

2010-10-21 Fir de Conversatie Benjamin R. Haskell
On Thu, 21 Oct 2010, Kana Natsuno wrote: On Thu, 21 Oct 2010 20:00:13 +0900, Chris Sutcliffe wrote: We already use the term "window" to mean a viewport on a buffer. So that the name "v:windowid" may lead to a misunderstanding. It should be renamed "v:xwindowid" etc to express that it's not r

Re: [PATCH] Better placement of previewheight patch

2010-10-20 Fir de Conversatie Benjamin R. Haskell
On Wed, 20 Oct 2010, Bram Moolenaar wrote: Benjamin Haskell wrote: On Wed, 29 Sep 2010, Benjamin R. Haskell wrote: [updated patch] Didn't see any response to this. [this = updated patch] [updated patch again for style] Is this the same as this todo entry: Patch to use 'pre

Re: [PATCH] Better placement of previewheight patch

2010-10-20 Fir de Conversatie Benjamin R. Haskell
On Wed, 29 Sep 2010, Benjamin R. Haskell wrote: This placement probably makes more sense (supersedes the prior patch), but the ternaries are getting really ugly. Not sure what I was referring to in the first post (p_pvh didn't seem to be used in prepare_tagpreview). There's somewh

Re: http://vimhelp.appspot.com/

2010-10-18 Fir de Conversatie Benjamin R. Haskell
On Mon, 18 Oct 2010, Ben Fritz wrote: On Oct 18, 4:43 pm, Carlo Teubner wrote: I'd be grateful for reports of any problems with the site, e.g. whether it looks bad in certain browsers, since I haven't tested it very much across browsers. This page looks pretty terrible in Opera, Safari,

Re: spellcapcheck cleared when changing buffers

2010-10-12 Fir de Conversatie Benjamin R. Haskell
On Tue, 12 Oct 2010, Christian Brabandt wrote: Hi Bee! [...] Here is a patch: diff --git a/src/option.c b/src/option.c --- a/src/option.c +++ b/src/option.c @@ -10031,7 +10031,7 @@ buf->b_p_smc = p_smc; #endif #ifdef FEAT_SPELL - buf->b_s.b_p_spc = vim_strsave(p_spf); +

Re: Sorry for no subject; HIGHLIGHT stops working around 144000th time

2010-10-11 Fir de Conversatie Benjamin R. Haskell
On Tue, 12 Oct 2010, Nazri Ramliy wrote: On Tue, Oct 12, 2010 at 8:23 AM, Pablo Contreras wrote: The program will start iterating, and you will notice a counter whizzing up at the bottom of the screen.  The editor's colors will turn a glaring yellow background, which is normal - not pretty but

Re: failed to load 'rubygems'

2010-10-06 Fir de Conversatie Benjamin R. Haskell
On Wed, 6 Oct 2010, mattn wrote: So I sent following e-mail to google group, Sorry about duplicate post. No worries, but for future info: The Google Group is the same as the mailing list. Posting to either, it appears in both the email list and in Groups. Same is true for both lists/group

Re: [PROPOSAL] new 'systemencoding' option.

2010-10-05 Fir de Conversatie Benjamin R. Haskell
On Wed, 6 Oct 2010, kikuc...@uranus.dti.ne.jp wrote: Hi, All. # I changed the subject. # (it was: [patch] Add an option to specify filename encoding.) I'm very sad because nobody reply to this topic... ;p This is not only a problem for CJK people. You can't handle filename properly in Vim when

Re: filename matches short file names when using :runtime and :source. (Ms Windows)

2010-10-04 Fir de Conversatie Benjamin R. Haskell
On Mon, 4 Oct 2010, nanashi wrote: $ echo 'let g:test = "ftplugin/vim_01.vimm"' > ~/.vim/ftplugin/vim_01.vimm $ gvim -c "echo g:test" test.vim When only the backup file remains in ~/.vim/ftplugin, the backup file is sourced. short file names "VIM_01~1.VIM" matches "test_*.vim". You can call

Settings for Vim's own source files?

2010-09-29 Fir de Conversatie Benjamin R. Haskell
Looking to reformat my previewheight patch, I managed to find: :help development and :help coding-style But, I didn't see any mention of tabs/spaces. Personally, I never use sts!=ts, since I don't like mixed tab+space indentation (tongue-in-cheek: why only annoy some people when you can annoy

  1   2   >