Re: Patch 7.4.362

2014-07-10 Thread Bram Moolenaar
Akio Ito wrote: > This patch make to use excessive CPU when scroll in my MacVim. Edited > text had multibyte japanese characters(utf8). Hmm, I would not expect any slow down because of this patch. Are you sure it's not something else? Ideally you would reverse this specific patch and check if

Re: Patch 7.4.353

2014-07-10 Thread Bram Moolenaar
Danek Duvall wrote: > On Wed, Jul 02, 2014 at 08:01:04PM +0200, Bram Moolenaar wrote: > > > > > Patch 7.4.353 > > Problem:'breakindent' doesn't work with the 'list' option. > > Solution: Make it work. (Christian Brabandt) > > Files: runtime/doc/options.txt, src/charset.c, src/scr

Re: Patch 7.4.358

2014-07-10 Thread Jun T.
2014/07/10 00:52、Bram Moolenaar のメール: > Patch 7.4.358 (after 7.4.351) > Problem:Sort is not always stable. > Solution: Add an index instead of relying on the pointer to remain the same. Thank you for a clever patch. test55 now works fine on my Macs. # I couldn't think of casting (listitem

Re: LUA interface giving me trouble with garbage collection patch

2014-07-10 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On July 10, 2014 7:49:02 PM GMT+03:00, Ben Fritz wrote: >On Wednesday, July 9, 2014 11:24:50 PM UTC-5, Yukihiro Nakadaira wrote: >> >> Here is sample code. >> >> [edited] >> >>     L = luaL_newstate(); >> >>     lua_pushcclosure(L, add, 0); >>    

Re: LUA interface giving me trouble with garbage collection patch

2014-07-10 Thread Ben Fritz
On Wednesday, July 9, 2014 11:24:50 PM UTC-5, Yukihiro Nakadaira wrote: > > Here is sample code. > > [edited] > >     L = luaL_newstate(); > >     lua_pushcclosure(L, add, 0); >     lua_pushinteger(L, 111); >     lua_pushinteger(L, 222); >     lua_call(L, 2 /* nargs */, 1 /* nresults */); >    

Issue 237 in vim: solution problem with the command noswapfile on vimgolf

2014-07-10 Thread vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 237 by zulolox4...@gmail.com: solution problem with the command noswapfile on vimgolf http://code.google.com/p/vim/issues/detail?id=237 A lot of challenges on vimgolf doesn't work, because of adding the vim command noswap

Re: Patch 7.4.353

2014-07-10 Thread Christian Brabandt
On Do, 10 Jul 2014, Bram Moolenaar wrote: > Danek Duvall wrote: > > > On Wed, Jul 02, 2014 at 08:01:04PM +0200, Bram Moolenaar wrote: > > > > > > > > Patch 7.4.353 > > > Problem:'breakindent' doesn't work with the 'list' option. > > > Solution: Make it work. (Christian Brabandt) > > > Fil

Re: [patch] Set noremap flag for character(s) typed after in insert mode

2014-07-10 Thread Bram Moolenaar
Jacob Niehus wrote: > This patch fixes the problem I described here: > https://groups.google.com/forum/#!topic/vim_dev/8bXZRbsj5Tc > > When a character is found after is pressed in insert mode, the buffer > length is incremented, but the typebuf.tb_noremap flag isn't set, so it uses > whatev

Re: [patch] fixed valgrind error in test3 (javascript indenting)

2014-07-10 Thread Bram Moolenaar
Dominique wrote: > test3 gives this valgrind errors: > > ==14603== Memcheck, a memory error detector > ==14603== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. > ==14603== Using Valgrind-3.9.0.SVN and LibVEX; rerun with -h for copyright > info > ==14603== Command: ../vim -u uni

Re: Patch 7.4.353

2014-07-10 Thread Bram Moolenaar
Christian Brabandt wrote: > On Do, 10 Jul 2014, Bram Moolenaar wrote: > > Danek Duvall wrote: > > > > > On Wed, Jul 02, 2014 at 08:01:04PM +0200, Bram Moolenaar wrote: > > > > > > > > > > > Patch 7.4.353 > > > > Problem:'breakindent' doesn't work with the 'list' option. > > > > Solution:

[patch] Add vroom filetype with syntax

2014-07-10 Thread David Barnett
I've attached a patch to add a "vroom" filetype into vim, with syntax highlighting and filetype configuration. Could you integrate it into the vim repository? It's merged from https://github.com/google/vim-ft.vroom, which is itself under Apache license, but I have approval to license this patch