On Tue, Nov 10, 2015 at 8:07 AM, Bram Moolenaar wrote:
>
> Christian Brabandt wrote:
>
>> here is another one (possibly).
>>
>> https://github.com/neovim/neovim/pull/3614
>>
>> Not sure, if this is correct, I ported it to vim, but it didn't seem to
>> have any effect.
>>
>> If anybody has a test c
So, trying to compile Vim with MZSCHEME/DYN technically works even
with Racket 6.2. The problem is that "raco ctool" has been removed
from Racket 5.2 (!) in 2011, so this will fail (if_mzsch.c):
> /* need to put it here for dynamic stuff to work */
> #if defined(INCLUDE_MZSCHEME_BASE)
> # include
Charles Campbell wrote:
> Bram Moolenaar wrote:
> > Patch 7.4.919
> > Problem:The dll options are not in the options window.
> > Solution: Add the dll options. And other fixes.
> > Files: runtime/optwin.vim
> >
> Not a big deal to me, as I'm using linux -- but this patch isn't
> a
On Tuesday, November 10, 2015 at 12:57:58 PM UTC-8, Christian Brabandt wrote:
> Hi Kyel!
>
> On Di, 10 Nov 2015, Kyel Woodard wrote:
>
> > Sent to n...@mbiz as listed in the top of sh.vim:
> > https://github.com/vim/vim/blob/master/runtime/syntax/sh.vim#L3
> >
> > But received "Domain not f
Hi Kyel!
On Di, 10 Nov 2015, Kyel Woodard wrote:
> Sent to n...@mbiz as listed in the top of sh.vim:
> https://github.com/vim/vim/blob/master/runtime/syntax/sh.vim#L3
>
> But received "Domain not found"
Remove the capital letters NOSPAM from the address.
Usually Charles notices messages h
On Tuesday, November 10, 2015 at 10:13:43 AM UTC-8, Kyel Woodard wrote:
> Closed #474.
>
>
> —
> Reply to this email directly or view it on GitHub.
Sent to n...@mbiz as listed in the top of sh.vim:
https://github.com/vim/vim/blob/master/runtime/syntax/sh.vim#L3
But received "Domain not fo
2015-11-10 21:04 GMT+03:00 Bram Moolenaar :
>
> Patch 7.4.916
> Problem:When running out of memory while copying a dict memory may be
> freed twice. (ZyX)
It was not “twice freeing” (though you may see this problem under some
circumstances), it was “use after free”.
> Solution:
Patch 7.4.922
Problem:Leaking memory with ":helpt {dir-not-exists}".
Solution: Free dirname. (Dominique Pelle)
Files: src/ex_cmds.c
*** ../vim-7.4.921/src/ex_cmds.c2015-11-02 14:45:12.135936003 +0100
--- src/ex_cmds.c 2015-11-10 21:04:42.217660195 +0100
***
*
Patch 7.4.921 (after 7.4.906)
Problem:Missing proto file update. (Randall W. Morris)
Solution: Add the missing line for mch_ishidden.
Files: src/proto/os_win32.pro
*** ../vim-7.4.920/src/proto/os_win32.pro 2015-03-21 17:32:14.066779916
+0100
--- src/proto/os_win32.pro 2015
Bram Moolenaar wrote:
> Patch 7.4.919
> Problem:The dll options are not in the options window.
> Solution: Add the dll options. And other fixes.
> Files:runtime/optwin.vim
>
Not a big deal to me, as I'm using linux -- but this patch isn't
available via ftp yet.
Regards,
Chip Cam
Patch 7.4.920
Problem:The rubydll option is not in the options window.
Solution: Add the rubydll option.
Files: runtime/optwin.vim
*** ../vim-7.4.919/runtime/optwin.vim 2015-11-10 19:47:32.687868645 +0100
--- runtime/optwin.vim 2015-11-10 20:25:22.113292888 +0100
***
**
Patch 7.4.919
Problem:The dll options are not in the options window.
Solution: Add the dll options. And other fixes.
Files: runtime/optwin.vim
*** ../vim-7.4.918/runtime/optwin.vim 2015-07-17 14:16:49.854596682 +0200
--- runtime/optwin.vim 2015-11-10 19:27:27.263818531 +0100
*
Patch 7.4.918
Problem:A digit in an option name has problems.
Solution: Rename 'python3dll' to 'pythonthreedll'.
Files: src/option.c, src/option.h, runtime/doc/options.txt
*** ../vim-7.4.917/src/option.c 2015-11-10 17:50:20.713430521 +0100
--- src/option.c2015-11-10 19:27:44.0
Hi,
This is with 7.4p915 building on Win7 amd64. I am getting the following
warning:
ex_cmds.c(1861) : warning C4013: 'mch_ishidden' undefined; assuming
extern returning int
This function was added with p906 but is missing a prototype. Would the
following do?
diff --git a/src/proto/os_
Patch 7.4.917
Problem:Compiler warning for comparing signed and unsigned.
Solution: Add a type cast.
Files: src/hangulin.c
*** ../vim-7.4.916/src/hangulin.c 2015-11-10 14:35:14.312069795 +0100
--- src/hangulin.c 2015-11-10 19:09:56.574198479 +0100
***
*** 1515,1
Updated patch attached.
Best,
Christian
--
Raketentriebwerk:
gibt es in Schubladen zu kaufen
--
--
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
---
Yo
Patch 7.4.916
Problem:When running out of memory while copying a dict memory may be
freed twice. (ZyX)
Solution: Do not call the garbage collector when running out of memory.
Files: src/misc2.c
*** ../vim-7.4.915/src/misc2.c 2015-09-29 12:08:39.21460 +0200
--- src/mis
Hi,
2015/11/11 Wed 1:54:14 UTC+9 Ken Takata wrote:
> Hi,
>
> 2014/9/20 Sat 23:13:04 UTC+9 Ken Takata wrote:
> > Hi,
> >
> > Currently, +tcl/dyn is only supported on Windows. Attached patch
> > enables dynamic loading of Tcl on Unix (including Cygwin).
> > I'm not sure that this feature is reall
Hi,
2014/9/20 Sat 23:13:04 UTC+9 Ken Takata wrote:
> Hi,
>
> Currently, +tcl/dyn is only supported on Windows. Attached patch
> enables dynamic loading of Tcl on Unix (including Cygwin).
> I'm not sure that this feature is really needed, but I hope this is
> useful especially for Cygwin.
I have
Patch 7.4.915
Problem:When removing from 'path' and then adding, a comma may go missing.
(Malcolm Rowe)
Solution: Fix the check for P_ONECOMMA. (closes #471)
Files: src/option.c, src/testdir/test_options.in,
src/testdir/test_options.ok
*** ../vim-7.4.914/src/o
Christian Brabandt wrote:
> Hi vim-dev!
>
> On Sa, 31 Okt 2015, Christian Brabandt wrote:
>
> > On Fr, 30 Okt 2015, Bram Moolenaar wrote:
> >
> > > I suppose that for syntax highlighting using a :syntax command is
> > > appropriate. For other contexts we might still want to use an actual
> >
Patch 7.4.914
Problem:New compiler warning: logical-not-parentheses
Solution: Silence the warning.
Files: src/term.c
*** ../vim-7.4.913/src/term.c 2015-07-10 14:05:03.930436893 +0200
--- src/term.c 2015-11-10 15:16:21.355262405 +0100
***
*** 2276,2282
*/
Patch 7.4.913
Problem:No utf-8 support for the hangul input feature.
Solution: Add utf-8 support. (Namsh)
Files: src/gui.c, src/hangulin.c, src/proto/hangulin.pro, src/screen.c,
src/ui.c, runtime/doc/hangulin.txt, src/feature.h
*** ../vim-7.4.912/src/gui.c2015-08-11 19
Namsh wrote:
> 2015-11-06 오전 6:48에 Bram Moolenaar 이(가) 쓴 글:
> >
> > Namsh wrote:
> >
> >> 2015-11-03 오후 4:41에 Tony Mechelynck 이(가) 쓴 글:
> >>> On Tue, Nov 3, 2015 at 8:22 AM, SungHyun Nam wrote:
> Hello,
>
> I used hangulin feature nowadays, because it does not support
> utf
Patch 7.4.912
Problem:Wrong indenting for C++ constructor.
Solution: Recognize ::. (Anhong)
Files: src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok
*** ../vim-7.4.911/src/misc1.c 2015-10-31 15:32:48.178832586 +0100
--- src/misc1.c 2015-11-10 14:04:38.410497286 +0100
*
Christian Brabandt wrote:
> here is another one (possibly).
>
> https://github.com/neovim/neovim/pull/3614
>
> Not sure, if this is correct, I ported it to vim, but it didn't seem to
> have any effect.
>
> If anybody has a test case¹, that works, I'd like to hear so I can port
> it to vim an
Hirohito Higashi wrote:
> 2015-11-6(Fri) 19:55:44 UTC+9 h_east:
> > Hi Christian!
> >
> > 2015-11-6(Fri) 17:28:03 UTC+9 Christian Brabandt:
> > > Bram,
> > > here is another one (possibly).
> > >
> > > https://github.com/neovim/neovim/pull/3614
> > >
> > > Not sure, if this is correct, I porte
Patch 7.4.911
Problem:t_Ce and t_Cs are documented but not supported. (Hirohito Higashi)
Solution: Define the options.
Files: src/option.c
*** ../vim-7.4.910/src/option.c 2015-11-02 15:27:03.442325459 +0100
--- src/option.c2015-11-08 20:45:54.839488126 +0100
***
**
Hirohito Higashi wrote:
> > > The termcap code 't_Cs' and 't_Ce' is not supported.
> > > But documented. so that delete this.
> > >
> > > It doesn't seem to be supported at least Vim 7.0.001.
> > > (I don't know it previously.)
> >
> > Instead of removing the documentation, we can add the optio
Patch 7.4.910 (after 7.4.905)
Problem:Compiler complains about type punned pointer.
Solution: Use another way to increment the ref count.
Files: src/if_py_both.h
*** ../vim-7.4.909/src/if_py_both.h 2015-11-02 13:28:43.573894165 +0100
--- src/if_py_both.h2015-11-03 21:36:49.836
Hello,
I've observed something odd when I'm editing markdown files (with gvim 7.3-429
as well as gvim 7.4-908).
The following mapping
function! F()
call search("!")
return "\\lv2|o\"
endfunction
inoremap £ =F()
does odd things.
Let's say I've copy-pasted the text from the mappin
31 matches
Mail list logo