Re: type of number/float in vim script

2016-01-29 Fir de Conversatie Ken Takata
Hi, 2016/1/25 Mon 8:13:42 UTC+9 Ken Takata wrote: > Hi, > > 2016/1/22 Fri 21:00:16 UTC+9 Ken Takata wrote: > > Hi, > > > > 2016/1/21 Thu 21:48:44 UTC+9 Ken Takata wrote: > > > Hi mattn and all, > > > > > > I think that supporting 64-bit Number (even on 32-bit systems) is very > > > useful. > >

Re: [win32][patch] Updated large file patches

2016-01-29 Fir de Conversatie Ken Takata
Hi, 2016/1/21 Thu 7:11:51 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2016/1/20 Wed 7:47:18 UTC+9 Ken Takata wrote: > > > Hi Bram, > > > > > > 2016/1/20 Wed 3:33:18 UTC+9 Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > > > > > > > (The original thread was in vim_use: > > > > > h

Re: [patch] more __ARGS

2016-01-29 Fir de Conversatie h_east
Hi tux and Bram, 2016-1-30(Sat) 8:29:34 UTC+9 tux.: > Now it compiles with all the features again ;-) Thanks for the patch. A little more corresponding file will increase in my environment. On fedora Linux. $ cd vim $ git fetch . $ git merge . $ grep "static int included_patches" src/ve

[patch] more __ARGS

2016-01-29 Fir de Conversatie tux.
Now it compiles with all the features again ;-) -- -- 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 you are subscribed

Re: Patch 7.4.1202

2016-01-29 Fir de Conversatie tux.
Bram Moolenaar schrob am Freitag, 29. Januar 2016 um 23:46 Zeit: > Patch 7.4.1202 > Problem:Still one more file still using __ARGS. > Solution: Remove __ARGS in the last file. No, close to last ... :-) you missed proto/if_mzsch.pro -- -- You received this message from the "vim_dev" maill

Patch 7.4.1202

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1202 Problem:Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612) Files: src/proto/os_mac_conv.pro, src/os_mac_conv.c, src/Makefile *** ../vim-7.4.1201/src/proto/os_mac_conv.pro 2010-05-15

Patch 7.4.1201

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1201 Problem:One more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) Files: src/gui_at_sb.c *** ../vim-7.4.1200/src/gui_at_sb.c 2010-06-06 22:26:08.0 +0200 --- src/gui_at_sb.c 2016-01-29 22:10:00.393956782 +010

Patch 7.4.1200

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1200 Problem:Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Files: src/blowfish.c, src/ex_cmds2.c, src/ex_getln.c, src/fold.c, src/gui_beval.c, src/gui_w32.c, src/os_unix.c, src/os_win16.c, src/pty.c, src/rege

Re: www.vim.org "Thanks to..."

2016-01-29 Fir de Conversatie Yukihiro Nakadaira
On Sat, Jan 30, 2016 at 5:09 AM, Bram Moolenaar wrote: > > Yukihiro Nakadaira wrote: > > > At bottom of http://www.vim.org/ > > > > "Thanks to: VPS en Nubevps: Servidor Virtual Cloud | Website > > Monitoring Provided by UptimePal | Taylor Hill at Fame Bible | Do > > My Essay: Disser

Patch 7.4.1199

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1199 Problem:Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Files: src/ops.c, src/option.c, src/os_amiga.c, src/os_mac_conv.c, src/os_unix.c, src/os_vms.c, src/os_w32exe.c, src/popupmnu.c, src/pty.c, src/quick

Patch 7.4.1198

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1198 Problem:Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H. Files: src/gui_x11.c, src/hangulin.c, src/hardcopy.c, src/hashtab.c, src/if_cscope.c, src/if_python3.c, src/if_snif

Patch 7.4.1197

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1197 Problem:Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Files: src/ex_eval.c, src/ex_getln.c, src/farsi.c, src/fileio.c, src/fold.c, src/getchar.c, src/gui.c, src/gui_at_fs.c, gui_at_sb.c, src/gui_athena.c

Patch 7.4.1196

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1196 Problem:Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Files: src/arabic.c, src/buffer.c, src/charset.c, src/crypt_zip.c, src/diff.c, src/digraph.c, src/edit.c, src/ex_cmds.c, src/ex_cmds2.c, src/ex_docmd

Re: [patch] undo options are not together in :options

2016-01-29 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > In Vim 7.4.1192 and previous, the :options command shows > 'undolevels' and 'undoreload' under "14 editing text", but > 'undofile' and 'undodir' under "21 command line editing". > > 1. I think all the undo options should be grouped together in the > :options display. >

Patch 7.4.1195

2016-01-29 Fir de Conversatie Bram Moolenaar
Patch 7.4.1195 Problem:The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto) Files: src/channel.c, src/gui_w32.c, src/os_mswin.c, src/os_win32.c, src/proto/gui_w32.pro, src/proto/os_mswin.pro, src/vim.h *** .

Re: www.vim.org "Thanks to..."

2016-01-29 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > At bottom of http://www.vim.org/ > > "Thanks to: VPS en Nubevps: Servidor Virtual Cloud | Website > Monitoring Provided by UptimePal | Taylor Hill at Fame Bible | Do > My Essay: Dissertation Writings Help" > > Is it ad or hacked? These are "sponsored l

Re: [vim] 7.4.979 duplication file in autocomplete wildmenu (#539)

2016-01-29 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Sa, 26 Dez 2015, Julien Pivard wrote: > > > I started Vim start with `vim -u NONE` (to be sure it's a bug, and not > > caused by my config) and `set nocompatible`, `set wildmenu` > > > > When press tab after typed `:!/` suggestion are duplicate like this : > > ![

Re: [bug] regex with \%l in front of ^ does not match

2016-01-29 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 19 Jan 2016, Bram Moolenaar wrote: > > > Christian Brabandt wrote: > > > > > Hi, > > > consider this file: > > > > > > #v+ > > > ~$ cat file > > > # first comment line > > > # second comment line > > > ~$ vim -u NONE -N file > > > :set hls > > > /^\%1l#.* > >

Re: backing out patch 866

2016-01-29 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: > I'm afraid that patch 866, which is flawed, will end up in 7.5. Could > this patch be backed out until its fixed, please? I'm not aware of a known problem. What is the flaw? -- hundred-and-one symptoms of being an internet addict: 68. Your cat always puts viruses on

Re: Fix typo in runtime/doc/options.txt

2016-01-29 Fir de Conversatie Bram Moolenaar
Larry Hynes wrote: > diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt > index a5e6fff..a70b80c 100644 > --- a/runtime/doc/options.txt > +++ b/runtime/doc/options.txt > @@ -6983,7 +6983,7 @@ A jump table for the options with a short description > can be found at |Q_op|. > The

backing out patch 866

2016-01-29 Fir de Conversatie Charles E Campbell
Hello! I'm afraid that patch 866, which is flawed, will end up in 7.5. Could this patch be backed out until its fixed, please? Thank you, Charles Campbell -- -- 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

Re: [bug] regex with \%l in front of ^ does not match

2016-01-29 Fir de Conversatie Christian Brabandt
On Di, 19 Jan 2016, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > Hi, > > consider this file: > > > > #v+ > > ~$ cat file > > # first comment line > > # second comment line > > ~$ vim -u NONE -N file > > :set hls > > /^\%1l#.* > > (this matches the first line) > > /\%1l^#.* > > (this d

Re: [Runtime indent plugins] 3 Things about 'shiftwidth', 'softtabstop'

2016-01-29 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-01-29 13:32 GMT+03:00 Csaba Hoch : > Hi, > > I'm the maintainer of the Erlang indentation, which is developed in a > separate repository (https://github.com/vim-erlang/vim-erlang-runtime), > and when it is modified, I send the updated file to Bram. > >> 1. I've changed `&shiftwidth` to `shiftw

Re: [Runtime indent plugins] 3 Things about 'shiftwidth', 'softtabstop'

2016-01-29 Fir de Conversatie Csaba Hoch
Hi, I'm the maintainer of the Erlang indentation, which is developed in a separate repository (https://github.com/vim-erlang/vim-erlang-runtime), and when it is modified, I send the updated file to Bram. > 1. I've changed `&shiftwidth` to `shiftwidth()`. > 2. Removed a checking code / a wrapper f

www.vim.org "Thanks to..."

2016-01-29 Fir de Conversatie Yukihiro Nakadaira
At bottom of http://www.vim.org/ "Thanks to: VPS en Nubevps: Servidor Virtual Cloud | Website Monitoring Provided by UptimePal | Taylor Hill at Fame Bible | Do My Essay: Dissertation Writings Help" Is it ad or hacked? -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- Y

Re: [Patch] GTK3 GUI

2016-01-29 Fir de Conversatie Kazunobu Kuriyama
Thank you all for the feedbacks. It looks a major outstanding issue is the “visual quarks”. Although the patch attached to this email doesn’t directly address the issue, now the patched source should be compiled without any warnings from GTK+ 3. Thanks to that, I hope we can concentrate on the v

Re: [vim] 7.4.979 duplication file in autocomplete wildmenu (#539)

2016-01-29 Fir de Conversatie Christian Brabandt
On Sa, 26 Dez 2015, Julien Pivard wrote: > I started Vim start with `vim -u NONE` (to be sure it's a bug, and not caused > by my config) and `set nocompatible`, `set wildmenu` > > When press tab after typed `:!/` suggestion are duplicate like this : > ![decoupeduplic](https://cloudgithubusercont