Here is the updated breakindent patch. Let me know if you encounter any
problems.
diff -r 44ca4bc7d747 runtime/doc/eval.txt
--- a/runtime/doc/eval.txt Wed May 29 22:58:32 2013 +0200
+++ b/runtime/doc/eval.txt Wed May 29 22:07:46 2013 -0400
@@ -6386,8 +6386,8 @@
keymap Com
Charles, Thu 2013-05-30 @ 09:01:45+0700:
> This patch causes compile error:
>
> ...\vim\src\regexp_nfa.c(3879) : error C2198: 'win_linetabsize' : too
> few arguments for call
Are you using the breakindent patch? If so, it is the cause of this
failure.
I am working on an updated version of the pa
Benjamin R. Haskell, Fri 2013-03-08 @ 10:43:51-0500:
> runtime/doc/tags probably shouldn't be in the repository in the
> first place. Neither should src/auto/configure. Both of those
> things are generated from other files that are in the repo.
While it is true that configure scripts are generat
Bram Moolenaar, Thu 2013-02-14 @ 22:08:21+0100:
> I think that a verification key will actually make it easier to crack
> the password. Currently, when an attacker tries all kinds of
> passwords, he also needs a way to verify the decrypted text is
> actually readable. That is not so easy to do. W
Charles Campbell, Fri 2013-02-01 @ 11:30:47-0500:
> Taylor Hedberg wrote:
> >Is the font *only* missing in Vim, or has it disappeared from other
> >applications as well? Does it show up under xfontsel and/or fc-list on
> >your system?
> xfontsel : trying family, no luxi pre
Is the font *only* missing in Vim, or has it disappeared from other
applications as well? Does it show up under xfontsel and/or fc-list on
your system?
signature.asc
Description: Digital signature
Vim detects the filetype of Git commit message buffers, but because Git
uses a different filename for merge messages than it does for normal
commit messages, Vim does not similarly detect the filetype for merge
messages. The attached patch fixes this.
diff -r b1b18442cf4b runtime/filetype.vim
--- a
Simon Ruderich, Tue 2012-09-04 @ 17:19:56+0200:
> @@ -312,6 +315,7 @@ Name triggered by ~
> |SessionLoadPost|after loading a session file
>
> |MenuPopup| just before showing the popup menu
> +|CompleteDone| after inster mode completion is done
>
Bram Moolenaar, Sat 2012-06-30 @ 22:03:42+0200:
> It should be there:
>
> 2d107086903a
> updated for version 7.3.584 Problem: PyCObject is not always defined.
> Solution: Use PyObject instead.
> Today (7 hours ago)
Sorry for the noise, I checked again a few hours later and it was
showi
This patch doesn't appear to have been published in the Mercurial repo
on Google Code.
signature.asc
Description: Digital signature
Yue Wu, Wed 2012-06-20 @ 15:21:13+0800:
> Please confirm it, thank you.
I cannot reproduce this with Vim 7.3.556 on Linux.
signature.asc
Description: Digital signature
Arch x86_64 here and I can reproduce the segfault as well. My Vim is
compiled with +python but not +python3, if that makes any difference.
pgpCk5WPS8cqx.pgp
Description: PGP signature
James McCoy, Fri 2012-03-16 @ 17:26:24-0400:
> You could do something similar with a VimEnter autocmd that calls
> :startinsert. evim does a lot more than just start you off in insert
> mode.
Or, on a one-off basis, just start vim with
vim +'set insertmode'
or
vim +'se im'
for short.
Marcin Szamotulski, Fri 2012-03-16 @ 17:38:18+:
> By the way: I can do 'vim -y' in the terminal and get terminal vim in
> easy mode (my vim is compiled without gui - this is how vim is
> compiled on Gentoo, gvim is compiled separately) and indeed I cannot
> save/quit.
You can still hit to bre
Daniel Hunt, Sun 2012-03-11 @ 16:42:16-0700:
> Looks like I'll have to wait a while to see it filter through to brew
> on OSX.
You can always compile it yourself straight from Mercurial. A lot of
people prefer to do that to stay more up-to-date with new patches.
pgprved6jGSAT.pgp
Description: PG
Daniel Hunt, Mon 2012-02-20 @ 21:44:47+:
> If you want to give me a quick guide, I'll happily do it for you. It's
> 100% reproducible here for me
I don't know whether gdb comes installed by default on a Mac or if you
have to install it manually. Either way, make sure you have it, then:
1.
Alexey, Tue 2012-02-14 @ 12:12:28-0800:
> I wanted to ask this in user list first, but have not yet received a
> response to my subscription request.
>
> I've found no obvious way to enable highlighting in colorcolumn's.
>
> I have set colorcolumn=79,80, and tried to set highlighting of
> trailin
EEva, Wed 2012-02-08 @ 11:35:10+0100:
> While building vim-7.3 the patches are not successfully applying. Any idea
> why ? Several failures occur but I haven't checked out why in detail
> since I hardly know vim's internals.
>
> Details:
> Archive from : ftp://ftp.vim.org/pub/vim/unix/vim-7.3.ta
Hisashi T Fujinaka, Thu 2012-01-26 @ 09:16:42-0800:
> I forget how the subversion repository works. Does this get
> automatically checked in or is there manual intervention? I don't see
> this or the following patch.
Patches 416 and 417 don't appear to be in the Mercurial repo on Google
Code eithe
Matt Sacks, Fri 2012-01-13 @ 09:56:04-0800:
> Sometime after patch 7.3.315 (MacVim snapshot 62), netrw has a bugs wherein
> it will report a modified netrw buffer (when quitting) and the netrw buffer
> also doesn't report a buftype (when it should be 'nofile').
>
> To duplicate the issue modifie
Bovy, Stephen, Tue 2012-01-03 @ 15:12:27+:
> I have published my (fixes) in a verbal fashion on this list
>
> >> How can I make sure those fixes get merged into the source tree ??
I don't recall the exact format of your contributions, but your best bet
would be to submit actual patches again
I can't answer your question, though I suspect it's just because not
that many people feel that it's important, and a large portion of
"advanced" users (at least those not on Windows) either build Vim from
source or obtain a binary version via their operating system's package
manager, which usually
Charles E Campbell Jr, Sat 2011-12-24 @ 22:11:31-0500:
> If I may repeat myself, what advantage does
> set cpo-=a cpo-=A
> have over
> set cpo-=aA
> ???
From `:help :set-=`:
When the option is a list of flags, {value} must be
exactly as they app
I'm not really a Vim dev per se, having only made a few minor
contributions, but all you need to do to create a patch is to check out
the latest copy of the code from Mercurial:
hg clone https://code.google.com/p/vim/
or if you already have a local copy, then just
hg pull -u
to bring it
I pretty much agree; one of the main reasons why I always build Vim from
source rather than using my OS's official Vim package is so that I can
apply the breakindent patch. It's quite useful.
In fact, I actually created the 7.3.285 version of the patch that you
downloaded from Eli Carter's website
Xavier de Gaye, Sat 2011-11-19 @ 12:28:27+0100:
> I think it may be possible to fix this in the clang_complete plugin
> (https://github.com/Rip-Rip/clang_complete).
I'd recommend submitting this patch to the author of clang_complete,
both to get his opinion on the fix, and to enable other users of
I noticed that problem myself, but it went away when I set
ttymouse=urxvt rather than its default (in urxvt), which is xterm2. Not
that your patch isn't worthwhile, but setting the option appropriately
can serve as a workaround in the interim.
Also, the urxvt setting for 'ttymouse' isn't documente
Patch 7.3.343 introduced improved mouse support for Vim when running in
the urxvt terminal. It requires that the 'ttymouse' option be set to
"urxvt" in order to enable the new mouse support. Since the patch,
strange behavior sometimes occurs (such as ignored mouse events) if
ttymouse is left at its
I'm pretty certain there's no way to maintain separate buffer lists for
separate tab pages. You'd have to patch Vim to incorporate that
functionality, and it would likely be a challenging task, since much
about the way Vim handles buffers operates under the assumption that
there is one, globally sh
uld interrupt the syscall and set do_resize to
TRUE, as it should. However, since patch 295, the select call would then
immediately be retried, without checking do_resize to see if the window
needed to be redrawn.
With this patch, Vim will call handle_resize to redraw the window before
retrying t
30 matches
Mail list logo