Re: Patch 7.2.027

2008-11-06 Fir de Conversatie Charles Campbell
Bill McCarthy wrote: On Thu 6-Nov-08 4:03am -0600, Bram Moolenaar wrote: Patch 7.2.027 Problem:Can use cscope commands in the sandbox. Solution: Disallow them, they might not be safe. Files: src/ex_cmds.h After this patch, since its a header file, I did a make clean

Re: hilinks and potentially other script bugs

2008-10-07 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Ben Schmidt wrote: [snip] I don't know if there's a workaround, i.e. a way you can rewrite the plugin to still work on Vim 6 minus a few features. It would be nice if there were. But in lieu of that, I think scripts that use :for will need to :finish

Re: hilinks and potentially other script bugs

2008-10-07 Fir de Conversatie Charles Campbell
Ben Schmidt wrote: [snip] I don't know if there's a workaround, i.e. a way you can rewrite the plugin to still work on Vim 6 minus a few features. It would be nice if there were. But in lieu of that, I think scripts that use :for will need to :finish prematurely for Vim 7, as

Re: Patch 7.2.020

2008-09-18 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.2.020 Problem:Starting the GUI when the executable starts with 'k', but the KDE version no longer exists. Solution: Don't have kvim start the GUI. Files:src/main.c *** ../vim-7.2.019/src/main.c Thu Jul 24 19:34:23 2008 ---

Re: Patch to try out: v:oldfiles

2008-09-16 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Bram Moolenaar wrote: Now and then I start editing a file and want to go back to a file I edited in a previous edit session. But the name doesn't appear in the marks or buffer list. Still, I know the file name is in the viminfo file. There

Re: Patch to try out: v:oldfiles

2008-09-16 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Bram Moolenaar wrote: Bram Moolenaar wrote: Now and then I start editing a file and want to go back to a file I edited in a previous edit session. But the name doesn't appear in the marks or buffer list. Still, I know the file name is in the viminfo file

Re: ANNC: Relative Numbering plugin

2008-09-15 Fir de Conversatie Charles Campbell
Matthew Winn wrote: On Sun, 14 Sep 2008 21:09:29 +0200, Tony Mechelynck [EMAIL PROTECTED] wrote: What do you mean, they aren't allowed? Not only do all the Vim Google Groups include an underscore in their names, when I click that link (in SeaMonkey on openSUSE Linux 11.0) I get a page

Re: ANNC: Relative Numbering plugin

2008-09-15 Fir de Conversatie Charles Campbell
/10fa0944a8b643b4/vim-7.2-relativenumber-02.patch?part=2 On Mon, Sep 15, 2008 at 03:00:09PM -0400, Charles Campbell wrote: Let's consider the link under debate: http://groups.google.com/group/vim_dev/attach/10fa0944a8b643b4/vim-7.2-relativenumber-02.patch?part=2 The hostname

Re: synIDattr() and 'guisp' attribute [with patch]

2008-09-02 Fir de Conversatie Charles Campbell
Matt Wozniski wrote: On Tue, Sep 2, 2008 at 6:42 AM, Tony Mechelynck wrote: I'm seeing your message and I don't know the answer. Do you want a similar message from everyone who doesn't know the answer? Naturally not; your response was far more wasteful than my post already, and

Re: reverse recursive .vimrc

2008-08-26 Fir de Conversatie Charles Campbell
fnegroni wrote: There is a feature in Perforce, which allows the command line client (p4) to find its configuration file (.p4rc) by looking up the current directory and any directory above it in recursive order, stopping at the first one that has a .p4rc file in it. If that fails, it falls

Re: ANNC: Relative Numbering plugin

2008-08-25 Fir de Conversatie Charles Campbell
Ben Fritz wrote: On Aug 23, 6:20 pm, Charles Campbell [EMAIL PROTECTED] wrote: I'll update the link to your patch (when I get a chance -- I'm still updating vim on this machine+o/s). I hope you don't consider my plugin a competitor, I thought of it as more of a step towards your patch

Re: ANNC: Relative Numbering plugin

2008-08-23 Fir de Conversatie Charles Campbell
Markus Heidelberg wrote: Charles E. Campbell, Jr., 19.08.2008: Tony Mechelynck wrote: On 18/08/08 22:15, Charles Campbell wrote: I've issued a new plugin on my website: http://mysite.verizon.net/astronaut/vim/index.html#RLTVNMBR . It uses the signs capability of huge

Re: ANNC: Relative Numbering plugin

2008-08-19 Fir de Conversatie Charles Campbell
sc wrote: thank *you* -- it looks really useful now can you help me make a toggle for it, so i don't need to burn two mappings for it? like for example instead of saying RltvNmbr is already enabled, which i can plainly see, why not turn it off? i looked for a variable i could test for in

Re: ANNC: Relative Numbering plugin

2008-08-19 Fir de Conversatie Charles Campbell
sc wrote: On Tuesday 19 August 2008 09:50, Charles Campbell wrote: sc wrote: thank *you* -- it looks really useful now can you help me make a toggle for it, so i don't need to burn two mappings for it? like for example instead of saying RltvNmbr is already enabled, which i can

Re: ANNC: Relative Numbering plugin

2008-08-19 Fir de Conversatie Charles Campbell
guivho wrote: [snip] I downloaded it, but it claims to be v1c, despite what your website says. Hello! Looks like a problem with my updating scripts -- found it, and v2b is now up on my website. Thank you for letting me know! I seldom download my own plugins as you might imagine.

Re: ANNC: Relative Numbering plugin

2008-08-19 Fir de Conversatie Charles Campbell
guivho wrote: Charles Campbell wrote: guivho wrote: [snip] I downloaded it, but it claims to be v1c, despite what your website says. Hello! Looks like a problem with my updating scripts -- found it, and v2b is now up on my website. So it claims, but I'm afraid

Re: signs and text=Why not Numbers? (bug or doc fix)

2008-08-18 Fir de Conversatie Charles Campbell
Tony Mechelynck wrote: On 18/08/08 01:47, Charles E. Campbell, Jr. wrote: I was trying to make a relative numbers plugin for those who didn't want-to/feel-up-to/don't-know-about/don't-know-where-to-get the relative numbers patch. I was planning on doing so with signs ... but apparently the

ANNC: Relative Numbering plugin

2008-08-18 Fir de Conversatie Charles Campbell
Hello! I've issued a new plugin on my website: http://mysite.verizon.net/astronaut/vim/index.html#RLTVNMBR . It uses the signs capability of huge vim to give relative numbering. After some comment period I expect to release it on vim.sf.net. I'd like to mention the relative numbering

GSOC: that compiler/yacc book I mentioned...

2008-04-14 Fir de Conversatie Charles Campbell
Its Allen I. Holub's Compiler Design in C, ISBN 0-13-155045-4 Regards, Chip Campbell --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

<    1   2   3   4   5