[patch] Always use long for vimscript Numbers

2015-06-12 Fir de Conversatie James McCoy
According to “:help Number”, one would expect to be able to work with 64-bit numbers in vimscript, especially if you're on a 64-bit OS. However, Vim only uses a long to represent vimscript numbers if sizeof(int) isn't at least 32-bits. The attached patch removes the sizeof(int) check and always u

Re: [patch] make quoted strings recognize more chars for \U

2015-06-12 Fir de Conversatie James McCoy
On Fri, Jun 12, 2015 at 10:50:47PM +0200, Christian Brabandt wrote: > On Fr, 12 Jun 2015, Bram Moolenaar wrote: > > Christian wrote: > > > So I think, it makes sense to have \U in a quoted string also accept up > > > to 8 characters. > > > > > > So here is a patch. > > > > Thanks. > > To be fa

Issue 373 in vim: jumplist: go to prev/next entry from another file

2015-06-12 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 373 by dhah...@gmail.com: jumplist: go to prev/next entry from another file https://code.google.com/p/vim/issues/detail?id=373 I often use the jumplist, and then want to advance in it backwards/forwards per file. It wou

Re: [patch] make quoted strings recognize more chars for \U

2015-06-12 Fir de Conversatie Christian Brabandt
Hi Bram! On Fr, 12 Jun 2015, Bram Moolenaar wrote: > > Christian wrote: > > > Bram, > > :h expr-string states > > > > , > > | \ucharacter specified with up to 4 hex numbers, stored according > > | to the current value of 'encoding' (e.g., "\u02a4") > > | \Usame as \

Re: [patch] Issues with langmap

2015-06-12 Fir de Conversatie Christian Brabandt
Hi Bram! On Fr, 12 Jun 2015, Bram Moolenaar wrote: > The whole typeahead handling is getting more and more complicated. I > have been wondering if the whole typebuf could be refactored. It's > tricky because when getting the next character one may be in Insert > mode, and the next call it may b

Re: [patch] make quoted strings recognize more chars for \U

2015-06-12 Fir de Conversatie Bram Moolenaar
Christian wrote: > Bram, > :h expr-string states > > , > | \u character specified with up to 4 hex numbers, stored according > | to the current value of 'encoding' (e.g., "\u02a4") > | \U same as \u > ` > > However when using i_Ctrl-V_digit, one can use 'U

Re: [patch] Fix missing, unnecessary symbol lookups with lua >= 5.3

2015-06-12 Fir de Conversatie Bram Moolenaar
Felix Schnizlein wrote: > With lua 5.3 symbols has changed. To make vim work with lua 5.3, I > wrote a patch to remove unnecessary symbol lookups (namely lua_replace) > and added new needed functions. > > I briefly tested the patch with a few stupid lua commands and > neocomplcache. Thanks! --

Re: [patch] Remove unused assignment

2015-06-12 Fir de Conversatie Bram Moolenaar
Elias Diem wrote: > This patch removes an unused assignment. Thanks -- >From "know your smileys": :-EHas major dental problems /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an

Re: [patch] Issues with langmap

2015-06-12 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi Bram! > > On Di, 09 Jun 2015, Bram Moolenaar wrote: > > > Christian Brabandt wrote: > > > > > > > Bram, > > > > > There are still two open issues with langmaps. One is issue 297 > > > > > (https://code.google.com/p/vim/issues/detail?id=297), the other one is > >

[patch] Remove unused assignment

2015-06-12 Fir de Conversatie Elias Diem
Hi This patch removes an unused assignment. -- Greetings Elias -- -- 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 --- You received this message because

Re: [patch] Fix missing, unnecessary symbol lookups with lua >= 5.3

2015-06-12 Fir de Conversatie tux.
Patch looks ok, updated my Windows builds as requested by some of you: http://tuxproject.de/projects/vim Thanks :-) -- -- 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/m

Re: [new feature] [patch] Added completeselect option

2015-06-12 Fir de Conversatie Shougo
Hi, Bram. I updated the completeopt patch. It supports complete(). Please include it. -- -- 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 --- You received

[patch] make quoted strings recognize more chars for \U

2015-06-12 Fir de Conversatie Christian Brabandt
Bram, :h expr-string states , | \ucharacter specified with up to 4 hex numbers, stored according | to the current value of 'encoding' (e.g., "\u02a4") | \Usame as \u ` However when using i_Ctrl-V_digit, one can use 'U' for up to 8 characters and using

Re: [patch] Issues with langmap

2015-06-12 Fir de Conversatie Christian Brabandt
Hi Bram! On Di, 09 Jun 2015, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > > > Bram, > > > > There are still two open issues with langmaps. One is issue 297 > > > > (https://code.google.com/p/vim/issues/detail?id=297), the other one is > > > > this one > > > > (https://groups.google.co