On 5/18/07, Gary Johnson <[EMAIL PROTECTED]> wrote:
On 2007-05-17, Gary Johnson <[EMAIL PROTECTED]> wrote:
> On 2007-02-15, Frodak Baksik <[EMAIL PROTECTED]> wrote:
> > On 2/15/07, Chris Sutcliffe wrote:
> > > > > Also, is there anything I can do to help get the original
> > > > > patch accepted
On 2007-05-17, Gary Johnson <[EMAIL PROTECTED]> wrote:
> On 2007-02-15, Frodak Baksik <[EMAIL PROTECTED]> wrote:
> > On 2/15/07, Chris Sutcliffe wrote:
> > > > > Also, is there anything I can do to help get the original
> > > > > patch accepted?
> > > >
> > > > Ask a few people to try it out and
On 2007-02-15, Frodak Baksik <[EMAIL PROTECTED]> wrote:
> On 2/15/07, Chris Sutcliffe wrote:
> > > > Also, is there anything I can do to help get the original
> > > > patch accepted?
> > >
> > > Ask a few people to try it out and report their results here.
> >
> > I'll give it a shot. Is there s
On 3/1/07, Gary Johnson <[EMAIL PROTECTED]> wrote:
On 2007-03-01, Frodak Baksik <[EMAIL PROTECTED]> wrote:
> On 2/28/07, Matthew Woehlke <[EMAIL PROTECTED]> wrote:
> > Gary Johnson wrote:
> > > It appears that I may need to install the ncurses package and
> > > reconfigure vim in order to get col
On 2/15/07, Frodak Baksik <[EMAIL PROTECTED]> wrote:
On 2/15/07, Chris Sutcliffe wrote:
> > > Also, is there anything I can do to help get the original patch accepted?
> >
> > Ask a few people to try it out and report their results here.
>
> I'll give it a shot. Is there somewhere I can grab the
On 2007-03-01, Frodak Baksik <[EMAIL PROTECTED]> wrote:
> On 2/28/07, Matthew Woehlke <[EMAIL PROTECTED]> wrote:
> > Gary Johnson wrote:
> > > It appears that I may need to install the ncurses package and
> > > reconfigure vim in order to get color.
> >
> > That would be likely; ncurses is (AFAIK)
On 2/28/07, Matthew Woehlke <[EMAIL PROTECTED]> wrote:
Gary Johnson wrote:
> It appears that I may need to install the ncurses package and
> reconfigure vim in order to get color.
That would be likely; ncurses is (AFAIK) *much* better than termcap.
--
Matthew
Obscurity: +5
Try getting ncurs
Gary Johnson wrote:
It appears that I may need to install the ncurses package and
reconfigure vim in order to get color.
That would be likely; ncurses is (AFAIK) *much* better than termcap.
--
Matthew
Obscurity: +5
On 2007-02-28, Frodak Baksik <[EMAIL PROTECTED]> wrote:
> On 2/27/07, Gary Johnson wrote:
> > On 2007-02-15, Frodak Baksik wrote:
> >
> > > Here are all the changes in a single patch.
> > > I'm also posting this to the cygwin-apps mailing list, so if anyone
> > > over there could try it out would b
On 2/27/07, Gary Johnson wrote:
On 2007-02-15, Frodak Baksik wrote:
> Here are all the changes in a single patch.
> I'm also posting this to the cygwin-apps mailing list, so if anyone
> over there could try it out would be nice.
I just applied this patch to the latest Cygwin vim source package,
I just applied this patch to the latest Cygwin vim source package,
vim-7.0.122-1, and configured it with
Using the latest official vim sources (via CVS) I was able to apply
the patch and execute configure && make && make install with no
issues. Do you know if the patch applied successfully?
Ch
On 2007-02-15, Frodak Baksik wrote:
> Here are all the changes in a single patch.
> I'm also posting this to the cygwin-apps mailing list, so if anyone
> over there could try it out would be nice.
I just applied this patch to the latest Cygwin vim source package,
vim-7.0.122-1, and configured it
> Also, is there anything I can do to help get the original patch accepted?
Ask a few people to try it out and report their results here.
Seems like there aren't a lot of people willing to give this patch a
shot, but I for one, find it incredibly helpful in terms of my
day-to-day usage of vim a
On 2/15/07, Chris Sutcliffe <[EMAIL PROTECTED]> wrote:
> > Here are all the changes in a single patch.
> > I'm also posting this to the cygwin-apps mailing list, so if anyone
> > over there could try it out would be nice.
>
> I'll give it a spin tonight and report tomorrow.
The patch applied cle
> Here are all the changes in a single patch.
> I'm also posting this to the cygwin-apps mailing list, so if anyone
> over there could try it out would be nice.
I'll give it a spin tonight and report tomorrow.
The patch applied cleanly to the current CVS code (7.0.195) and is
working well. It'
Here are all the changes in a single patch.
I'm also posting this to the cygwin-apps mailing list, so if anyone
over there could try it out would be nice.
I'll give it a spin tonight and report tomorrow.
Thanx!
Chris
--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.
> Also, is there anything I can do to help get the original patch accepted?
Ask a few people to try it out and report their results here.
I'll give it a shot. Is there somewhere I can grab the patch from, or
should I go through the list archives to find it?
Chris
--
Chris Sutcliffe
http://ir
Frodak Baksik wrote:
> I realized that I forgot to update the dependency data for winclip.c
> in makefile. The following is a patch after vim_patch.diff is
> applied.
>
> Index: Makefile
Thanks.
> Also, is there anything I can do to help get the original patch accepted?
Ask a few people to t
Hi,
I realized that I forgot to update the dependency data for winclip.c
in makefile. The following is a patch after vim_patch.diff is
applied.
Index: Makefile
===
--- Makefile(revision 199)
+++ Makefile(working copy)
@@ -2
Frodak wrote:
> >Building a binary with both os_unix.c and os_mswin.c sounds like a bad
> >idea. The big #ifdefs are quite a hack. On the other hand, moving this
> >to a generic file, such as ui.c, also doesn't seem a good plan. How
> >about moving this code to a new file, e.g., winclip.c?
>
> Here is the patch for cygwin win32 clipboard support.
>
> I had to manually do the following to get it to compile:
>
> 1) run ./configure
> 2) Add the following line to auto/config.h
>
> #define FEAT_CYGWIN_WIN32_CLIPBOARD 1
>
>
>
> 3) auto/config.mk
>
> +OS_EXTRA_SRC= os_mswin.c
>
Hello,
Here is the patch for cygwin win32 clipboard support.
I had to manually do the following to get it to compile:
1) run ./configure
2) Add the following line to auto/config.h
#define FEAT_CYGWIN_WIN32_CLIPBOARD 1
3) auto/config.mk
+OS_EXTRA_SRC= os_mswin.c
+OS_EXTRA_OBJ=
Frodak wrote:
> Hi, One of the things I didn't like about using VIM with cygwin, is
> that although it's integrated with the posix layer, you didn't have
> access to the win32 clipboard.
>
> I've reused the clipboard handling code in os_mswin.c and had to make
> some minor modifications in a fe
23 matches
Mail list logo