Re: HTML patch included

2010-07-14 Fir de Conversatie Bram Moolenaar
Benjamin Fritz wrote: Patch attached to fix dynamic folding in the diff view, and update the headers with me as maintainer. Please try it out...I also made some updates to make the diff view more usable (in my opinion), and to make some markup validation fixes, but I did not test with

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie Bram Moolenaar
I wrote: Björn Winckler wrote: On 12 July 2010 21:04, björn wrote: I looked into this issue carefully now and decided it is best to convert os_macosx.c to Obj-C and have attached an updated patch which includes block-wise copy/paste (the old patch had issues with linking as

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie björn
On 14 July 2010 14:52, Bram Moolenaar wrote: I wrote: Björn Winckler wrote: On 12 July 2010 21:04, björn wrote: I looked into this issue carefully now and decided it is best to convert os_macosx.c to Obj-C and have attached an updated patch which includes block-wise copy/paste

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie björn
On 14 July 2010 14:27, Bram Moolenaar wrote: Looking at os_macosx.m, it appears these functions are not used:        mch_gettext()        mch_bindtextdomain()        mch_textdomain() The whole section with #ifdef USE_MCH_GETTEXT  appears to be unused. I have no idea what this has been used

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie Bram Moolenaar
Björn Winckler wrote: On 14 July 2010 14:27, Bram Moolenaar wrote: Looking at os_macosx.m, it appears these functions are not used: mch_gettext() mch_bindtextdomain() mch_textdomain() The whole section with #ifdef USE_MCH_GETTEXT appears to be unused. I

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie Bram Moolenaar
Björn Winckler wrote: The clipboard does not appear to work. Looks like a call to clip_init() is missing. Was the patch incomplete? You are right about the missing call to clip_init(). The patch below is the missing hunk from main.c. Sorry about that. Thanks for including this

Re: unexpected screen redraw in complete function

2010-07-14 Fir de Conversatie KKde
Can someone please help on this? Regards, Kkde -- 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: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie björn
On 14 July 2010 17:08, Bram Moolenaar wrote: Björn Winckler wrote: On 14 July 2010 14:27, Bram Moolenaar wrote: Looking at os_macosx.m, it appears these functions are not used:        mch_gettext()        mch_bindtextdomain()        mch_textdomain() The whole section with #ifdef

Re: unexpected screen redraw in complete function

2010-07-14 Fir de Conversatie James Vega
On Thu, Jul 8, 2010 at 12:00 PM, KKde khekadestro...@gmail.com wrote: I have written my own user defined complete function(written completely in vim scripting only, no other lang's used). In complete function, one part of code finds the line no of opening parenthesis of a function. I have

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-14 Fir de Conversatie Bram Moolenaar
Björn Winckler wrote: On 14 July 2010 14:27, Bram Moolenaar wrote: Looking at os_macosx.m, it appears these functions are not used: mch_gettext() mch_bindtextdomain() mch_textdomain() The whole section with #ifdef USE_MCH_GETTEXT appears to be unused.

Re: [Vimoutliner] Modified Vim with complete and proper highlighting on folds

2010-07-14 Fir de Conversatie Bram Moolenaar
Noel Henson wrote (almost a year ago): Modified patch. There was a bug in foldhidef(); one too many levels of indirection. It now just returns the HLF_FL constant. I finally had a look at this patch. It's far from ready to be included. For a start, there is no documentation for the

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Bram Moolenaar
Matt Wozniski wrote: [about a patch to support #rrggbb in a terminal] Where can I find the latest version of this patch? I only see one that is two years old. -- Shit makes the flowers grow and that's beautiful /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

[patch] fixed broken jump tag in help files

2010-07-14 Fir de Conversatie Dominique Pellé
Hi Attached patch corrects a few issues in help files (2318:c79ccf947487): - fixed some incorrect jump tags - fixed a couple of typos I also see the following broken tags which I don't know how to fix in runtime/doc/ft_ada.txt: |g:gnat.Pretty_Command| |g:gnat.Find_Command| I used the

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Tony Mechelynck
On 14/07/10 22:57, Bram Moolenaar wrote: Matt Wozniski wrote: [about a patch to support #rrggbb in a terminal] Where can I find the latest version of this patch? I only see one that is two years old. Is such a patch necessary? The CSApprox plugin gives me uniform look feel between GUI

Re: [patch] fixed broken jump tag in help files

2010-07-14 Fir de Conversatie Tony Mechelynck
On 14/07/10 22:59, Dominique Pellé wrote: Hi Attached patch corrects a few issues in help files (2318:c79ccf947487): - fixed some incorrect jump tags - fixed a couple of typos I also see the following broken tags which I don't know how to fix in runtime/doc/ft_ada.txt: |g:gnat.Pretty_Command|

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Benjamin R. Haskell
On Wed, 14 Jul 2010, Tony Mechelynck wrote: On 14/07/10 22:57, Bram Moolenaar wrote: Matt Wozniski wrote: [about a patch to support #rrggbb in a terminal] Where can I find the latest version of this patch? I only see one that is two years old. Is such a patch necessary?

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Benjamin R. Haskell
On Wed, 14 Jul 2010, Benjamin R. Haskell wrote: I currently use a self-written Perl script to do the approximation (handles both X11 rgb.txt names and #rrggbb), but there are colorschemes that resort to hacky tricks (and yes, my self-written Perl script is hacky) to get their GUI-oriented

Help for Lua interface: use of $ character?

2010-07-14 Fir de Conversatie Tony Mechelynck
In the Lua interface help, does the $ character mean a desired change of highlighting? Example: All these commands execute a Lua chunk from either the command line (:lua and :luado) or a file (:luafile) with the given line [range]. Similarly to the Lua interpreter, each chunk has its own

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Tony Mechelynck
On 15/07/10 00:34, Benjamin R. Haskell wrote: On Wed, 14 Jul 2010, Tony Mechelynck wrote: On 14/07/10 22:57, Bram Moolenaar wrote: Matt Wozniski wrote: [about a patch to support #rrggbb in a terminal] Where can I find the latest version of this patch? I only see one that is two years old.

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

2010-07-14 Fir de Conversatie Ben Fritz
On Jul 14, 6:09 am, Peter Odding pe...@peterodding.com wrote: There is some info in the following: http://vim.wikia.com/wiki/Execute_external_programs_asynchronously_un... Thanks for your suggestion John. When I initially followed the link above I didn't realize that :!start ... is a

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Benjamin R. Haskell
On Thu, 15 Jul 2010, Tony Mechelynck wrote: On 15/07/10 00:34, Benjamin R. Haskell wrote: On Wed, 14 Jul 2010, Tony Mechelynck wrote: On 14/07/10 22:57, Bram Moolenaar wrote: Matt Wozniski wrote: [about a patch to support #rrggbb in a terminal] Where can I find

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

2010-07-14 Fir de Conversatie Peter Odding
Ben Fritz wrote: Hence, the use of :!start /min in the tip John linked you to :-) It appears I didn't read the linked web page carefully enough, thanks for correcting me Ben. After receiving your message I was still concerned that the /min option would open a minimized command prompt window

Re: Patch to allow ctermfg or bg values as #rrggbb

2010-07-14 Fir de Conversatie Dominique Pellé
Tony Mechelynck wrote: OTOH, I believe that CSApprox does the job well, with no appreciable delay, and I don't feel the necessity of patching the C code. Hi Tony I also use CSApprox which I find very nice. I measured how long it takes for vim to start with without CSApprox on my machine