Re: if_mzsch warnings

2016-02-27 Fir de Conversatie Yukihiro Nakadaira
86\racket\include\schthread.h(450): > Siehe vorherige Definition von 'scheme_external_get_thread_local_variables' > This warning is expected and it is mostly harmless. I couldn't find a way to clean it -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message

Re: Test_exit_callback fail on Windows CUI

2016-02-25 Fir de Conversatie Yukihiro Nakadaira
On Thu, Feb 25, 2016 at 5:56 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > > > On Wed, Feb 24, 2016 at 8:11 PM, mattn <mattn...@gmail.com> wrote: > > > > > > > > > I'm thinking "

Re: Test_exit_callback fail on Windows CUI

2016-02-24 Fir de Conversatie Yukihiro Nakadaira
On Wed, Feb 24, 2016 at 11:54 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > On Wed, Feb 24, 2016 at 8:11 PM, mattn <mattn...@gmail.com> wrote: > > > > > I'm thinking "kill" is not matter for this test

Re: Test_exit_callback fail on Windows CUI

2016-02-24 Fir de Conversatie Yukihiro Nakadaira
_info.dwProcessId)) return FAIL; +#endif ret = GenerateConsoleCtrlEvent( ctrl_c ? CTRL_C_EVENT : CTRL_BREAK_EVENT, job->jv_proc_info.dwProcessId) ? OK : FAIL; +#ifdef FEAT_GUI_W32 FreeConsole(); +#endif return ret; } -- Yukihiro Nakadaira - yukihiro.nakada...@

Re: test_channel.vim fails with Win32 CUI Vim

2016-02-22 Fir de Conversatie Yukihiro Nakadaira
On Mon, Feb 22, 2016 at 9:27 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > > > test_channel.vim fails with Win32 CUI Vim. > > > > > > > > What the following patch fix is > > > > 1. Vim sleep 5 msec

test_channel.vim fails with Win32 CUI Vim

2016-02-21 Fir de Conversatie Yukihiro Nakadaira
e been * received in the call to ui_breakcheck() when the GUI is in use. This -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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 informat

Crash with channel

2016-02-15 Fir de Conversatie Yukihiro Nakadaira
>vval.v_channel == NULL) + to->vval.v_channel = NULL; + else + { + to->vval.v_channel = from->vval.v_channel; + ++to->vval.v_channel->ch_refcount; + } break; #endif case VAR_STRING: -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You rece

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Yukihiro Nakadaira
); " And current_exception is free()ed. " cause_errthrow(): " 228 discard_current_exception(); " And the freed memory is used later. endtry endfor -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the &qu

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Yukihiro Nakadaira
On Sat, Feb 13, 2016 at 8:20 PM, Yukihiro Nakadaira < yukihiro.nakada...@gmail.com> wrote: > On Sat, Feb 13, 2016 at 5:36 AM, Christian Brabandt <cbli...@256bit.org> > wrote: > >> Hi Bram! >> >> On Fr, 12 Feb 2016, Bram Moolenaar wrote: >> >>

Re: Patch 7.4.1306

2016-02-13 Fir de Conversatie Yukihiro Nakadaira
On Sun, Feb 14, 2016 at 2:31 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > On Sat, Feb 13, 2016 at 8:20 PM, Yukihiro Nakadaira < > > yukihiro.nakada...@gmail.com> wrote: > > > > > On Sat, Feb 13, 2016 at 5:

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...

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 <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > At bottom of http://www.vim.org/ > > > > "Thanks to: VPS en Nubevps: Servidor Virtual Cloud | Website > > Monitoring Provided by Uptime

Empty key in JSON

2016-01-26 Fir de Conversatie Yukihiro Nakadaira
:echo jsondecode('{"":"x"}') E713: Cannot use empty key for Dictionary Will Vim allow empty key? -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text

Re: Empty key in JSON

2016-01-26 Fir de Conversatie Yukihiro Nakadaira
On Tue, Jan 26, 2016 at 10:29 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > :echo jsondecode('{"":"x"}') > > E713: Cannot use empty key for Dictionary > > > > Will Vim allow empty key? >

test92 and test93 fails in non utf-8 locale.

2016-01-17 Fir de Conversatie Yukihiro Nakadaira
has modeline setting 'fenc' option. vim: set ft=vim fenc=utf-8: If ~/_gvimrc exists, Vim sets 'nocompatible' and 'modeline'. and 'fenc' is set to utf-8 by modeline. Then ":wq" (cp932 to utf-8 conversion) fails. Adding "-U NONE" fixes this problem. -- Yukihiro Nakadai

Re: if_mzscheme does not work.

2016-01-16 Fir de Conversatie Yukihiro Nakadaira
On Sat, Jan 16, 2016 at 9:42 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > On Fri, Jan 15, 2016 at 12:10 AM, Ken Takata <ktakata65...@gmail.com> > wrote: > > > > > Hi, > > > > > > 2016/1/14 Thu

Re: if_mzscheme does not work.

2016-01-15 Fir de Conversatie Yukihiro Nakadaira
On Fri, Jan 15, 2016 at 12:10 AM, Ken Takata <ktakata65...@gmail.com> wrote: > Hi, > > 2016/1/14 Thu 13:01:28 UTC+9 Yukihiro Nakadaira wrote: > > Thank you. I merged > > > https://bitbucket.org/k_takata/vim-ktakata-mq/raw/d2b34c2918f89b9fb6caf6043ea2ab6622632d11/mzs

Re: if_mzscheme does not work.

2016-01-13 Fir de Conversatie Yukihiro Nakadaira
On Wed, Jan 13, 2016 at 9:39 PM, Ken Takata <ktakata65...@gmail.com> wrote: > Hi Yukihiro, > > 2016/1/10 Sun 17:51:27 UTC+9 Yukihiro Nakadaira wrote: > > On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev <sergey...@gmail.com> > wrote: > > > > Yukihiro-san, &

Re: if_mzscheme does not work.

2016-01-11 Fir de Conversatie Yukihiro Nakadaira
On Mon, Jan 11, 2016 at 8:52 PM, Christian Brabandt <cbli...@256bit.org> wrote: > Hi Yukihiro! > > On So, 10 Jan 2016, Yukihiro Nakadaira wrote: > > > On Sun, Jan 10, 2016 at 3:31 AM, Sergey Khorev <sergey.kho...@gmail.com> > wrote: > > > > Yukih

Re: if_mzscheme does not work.

2016-01-11 Fir de Conversatie Yukihiro Nakadaira
On Mon, Jan 11, 2016 at 9:37 PM, Christian Brabandt <cbli...@256bit.org> wrote: > Hi Yukihiro! > > On Mo, 11 Jan 2016, Yukihiro Nakadaira wrote: > > > On Mon, Jan 11, 2016 at 8:52 PM, Christian Brabandt <cbli...@256bit.org> > wrote: > > > >

Re: if_mzscheme does not work.

2016-01-10 Fir de Conversatie Yukihiro Nakadaira
, "r5rs" module for test and "raco ctool" command for building Vim. If MzScheme did not have them, you can install them with MzScheme's raco command: raco pkg install scheme-lib # scheme/base module raco pkg install r5rs-lib # r5rs module raco pkg install c

Re: Fix for pointer truncation warning on Windows.

2016-01-10 Fir de Conversatie Yukihiro Nakadaira
define HandleToLong(h) ((long)(h)) >> +# endif >># endif >>/* set the v:windowid variable */ >>set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd)); >> >> > Has anyone tried this on MingW? Any problems? > I tried to compile it with mingw

Re: GVimExt 64bit builds with VS2015

2016-01-10 Fir de Conversatie Yukihiro Nakadaira
On Mon, Jan 11, 2016 at 12:30 AM, Yukihiro Nakadaira < yukihiro.nakada...@gmail.com> wrote: > On Sun, Jan 10, 2016 at 8:06 PM, Mike Williams < > mike.willi...@globalgraphics.com> wrote: > >> Hi >> >> On 13/12/2015 14:27, Mike Williams wrote: >>

Re: GVimExt 64bit builds with VS2015

2016-01-10 Fir de Conversatie Yukihiro Nakadaira
. Make aborted. > +! endif > +! endif > +! endif > +!else > +CPU = i386 > +!endif > + > > Anyone got any problems with GVimExt with this patch? > I can not reproduce the problem with VS2015 and Windows10 and Win32.Mak copied from Windows SDK 7.1. -- Yukihiro N

Re: if_mzscheme does not work.

2016-01-07 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jan 7, 2016 at 5:08 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > if_mzscheme does not work. I wrote patch for it. Please check the > attached > > patch. > > > > Linux & Windows: > > Fix start

Re: if_mzscheme does not work.

2016-01-07 Fir de Conversatie Yukihiro Nakadaira
when it is not found). I posted it in the other mail. I don't know why raco is not exist but I think raco ctool is not removed. In the documentation only "9.3 Compiling to Native Code via C" section was removed. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received t

Re: if_mzscheme does not work.

2016-01-07 Fir de Conversatie Yukihiro Nakadaira
nd is disabled, the MzScheme's racket/base module could not be loaded.")); return -1; } initialized = TRUE; -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the te

if_mzscheme does not work.

2016-01-06 Fir de Conversatie Yukihiro Nakadaira
4bit. And racket-6.3, racket-5.3.6 in Ubuntu 15.04 64bit. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

In insert mode, searchpos('$') skips first match.

2015-12-31 Fir de Conversatie Yukihiro Nakadaira
: a b|c ^cursor 3: a b c ^matched I think this sould be matched at [2, 4]. I wrote patch for this problem. Please check the attached patch. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the "vim_dev"

Re: In insert mode, searchpos('$') skips first match.

2015-12-31 Fir de Conversatie Yukihiro Nakadaira
On Fri, Jan 1, 2016 at 2:22 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > In insert mode, searchpos('$') skips first match. > > > > Steps to reproduce: > > $ vim -u NONE -N > > :call setline(1, [

getchar() in map- break internal state.

2015-09-13 Fir de Conversatie Yukihiro Nakadaira
msg_row = save_msg_row; +mod_mask = save_mod_mask; restore_cmdline_alloc(save_cmd); vim_free(expr); -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you

Re: split(",,,x,,,", ",") returns ["x", "", ""].

2015-08-31 Fir de Conversatie Yukihiro Nakadaira
On Mon, Aug 31, 2015 at 1:35 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Yukihiro Nakadaira wrote: > > > split(",,,x,,,", ",") returns ["x", "", ""]. I think expected result is > > ["x"]. > > The

split(,,,x,,,, ,) returns [x, , ].

2015-08-30 Fir de Conversatie Yukihiro Nakadaira
field (split(,,,x,,,y,,,) = [x, y])? I don't have a problem with this. But I thought that the current omitting behavior is a bit strange. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below

Re: split(,,,x,,,, ,) returns [x, , ].

2015-08-30 Fir de Conversatie Yukihiro Nakadaira
On Mon, Aug 31, 2015 at 12:19 AM, LCD 47 lcd...@gmail.com wrote: On 30 August 2015, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: ... Anyway, is it possible to change split()'s behavior to omit all empty field (split(,,,x,,,y,,,) = [x, y])? You can achieve that by allowing

CTRL-A and CTRL-X does not update '[, '] mark.

2015-08-23 Fir de Conversatie Yukihiro Nakadaira
CTRL-A and CTRL-X does not update '[, '] mark. I think they should update the '[, '] mark because they change the text. I wrote patch fot it. Please check the attached patch. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do

search('multi-byte char', 'bce') does not match at cursor position.

2015-07-09 Fir de Conversatie Yukihiro Nakadaira
) normal boundary | SEARCH_START boundary -| -| |0|1|2|3| | A | ^ ^ ^ | | regmatch.endpos[0].col | | RHS: start_pos.col + extra_col(len(A)) (LHSRHS = true) | LHS: regmatch.endpos[0].col - 1 start_pos.col RHS: start_pos.col + extra_col(0) -- Yukihiro Nakadaira

doc fix for :help readfile()

2015-07-01 Fir de Conversatie Yukihiro Nakadaira
characters are removed. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: [patch] Respect file's EOL/NOEOL settings

2015-06-23 Fir de Conversatie Yukihiro Nakadaira
+1 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

v_p split line at unexpected place when replacing last character with line register.

2015-05-22 Fir de Conversatie Yukihiro Nakadaira
the attached patch. With this patch, this command $ vim -u NONE iaaa bbb cccEscggYG$v$p results 1 aaa 2 bbb 3 cc 4 aaa 5 [empty line] I'm not sure the empty line should be appended or not when newline is selected at last line. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

v_p at last line causes error E315: ml_get: invalid lnum

2015-05-22 Fir de Conversatie Yukihiro Nakadaira
') + * characterwise selection. + * Special case: gHDel deletes the last line. */ +if (VIsual_select VIsual_mode == 'V' + cap-oap-op_type != OP_DELETE) { if (lt(VIsual, curwin-w_cursor)) { -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message

Re: E887: Sorry, this command is disabled, the Python's site module could not be loaded.

2015-04-06 Fir de Conversatie Yukihiro Nakadaira
. (Taro Muraoka) Files:src/if_python.c Does anyone know what I might be doing wrong? Check result of where python27.dll in command prompt. I guess that Mercurial's python27.dll is found before Python's python27.dll. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You

doc fix for if_ruby.txt

2015-02-21 Fir de Conversatie Yukihiro Nakadaira
evaluates to a Vim list +- a Hash if the Vim expression evaluates to a Vim dictionary +Dictionaries and lists are recursively expanded. == 3. VIM::Buffer objects*ruby-buffer* -- Yukihiro Nakadaira

Re: Windows GVim Freezes on Redraw

2015-02-13 Fir de Conversatie Yukihiro Nakadaira
On Fri, Feb 13, 2015 at 8:14 PM, unknown3...@gmail.com wrote: Bump. No thoughts on this? Maybe it calls Vim's function from non-main thread? Vim is not thread safe. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top

Re: Patch 7.4.619

2015-02-04 Fir de Conversatie Yukihiro Nakadaira
is number of results. http://www.lua.org/manual/5.3/manual.html#lua_CFunction -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-02-01 Fir de Conversatie Yukihiro Nakadaira
); gtk_im_context_set_client_window(xic, gui.drawarea-window); } However, IM's implementation might not work nicely. It might be better to use own window (patch is attached). -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-02-01 Fir de Conversatie Yukihiro Nakadaira
Currently Vim shows pre-edit text as over-the-spot.  Vim inserts pre-edit text to the buffer temporarily to show it.  But as commented at im_preedit_changed_cb() in the source code, over-the-spot implementation have a few problem. s/over-the-spot/on-the-spot/ I would like to suggest to use

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-01-31 Fir de Conversatie Yukihiro Nakadaira
activated: I can not reproduce the problem with ibus on ubuntu. ubuntu 14.10 ibus 1.5.8-2ubuntu2 ibus-unikey 0.6.1-1build2 vim 7.4.050 Is it still reproducible with gvim -u NONE (no vimrc, no plugins)? -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received

systemlist() returns locked value.

2015-01-25 Fir de Conversatie Yukihiro Nakadaira
); } -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

typo in tag for :help :si

2014-12-18 Fir de Conversatie Yukihiro Nakadaira
window, where they will be opened as normal. See |drag-n-drop|. -*:simalt* *:si* +*:simalt* *:sim* :sim[alt] {key}simulate pressing {key} while holding Alt pressed. {not in Vi} {only for Win32 versions} -- Yukihiro

In :help col() and virtcol(), v is not listed in the accepted positions.

2014-12-06 Fir de Conversatie Yukihiro Nakadaira
position. Differs from |'| in +that it's updated right away. Note that only marks in the current file can be used. Examples: virtcol(.) with text foo^Lbar, with cursor on the ^L, returns 5 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You

Vim crashes with list range assign.

2014-12-01 Fir de Conversatie Yukihiro Nakadaira
:02:13 2014 +0900 @@ -129,6 +129,7 @@ {'a': {'b': 'B'}} Vim(call):E737: a {'a': {'b': 'B'}} +[1, 2] Vim(foldopen):E490: -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

typo in eval.txt

2014-09-27 Fir de Conversatie Yukihiro Nakadaira
} [, {prepend}]]) Numberchecks existence of cscope connection -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

localoptions is not listed in :help 'viewoptions'.

2014-09-05 Fir de Conversatie Yukihiro Nakadaira
optionsoptions and mappings local to a window or buffer (not global values for local options) slashbackslashes in file names replaced with forward -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do

:set all doesn't reset indent amount for cindent.

2014-08-27 Fir de Conversatie Yukihiro Nakadaira
:40 2014 +0900 @@ -3642,6 +3642,10 @@ #else win_comp_scroll(curwin); #endif + +#ifdef FEAT_CINDENT +parse_cino(curbuf); +#endif } /* -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply

doc fix for :help arglistid()

2014-08-19 Fir de Conversatie Yukihiro Nakadaira
window. With {winnr} only use this window in the current tab page. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: Patch 7.4.362

2014-08-15 Fir de Conversatie Yukihiro Nakadaira
highlighting multiple characters. $ vim -u NONE :set encoding=utf-8 :call setline(1, 'aáaaa') :hi Test guibg=red ctermbg=red :call matchaddpos('Test', [[1, 1, 2]]) -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type

Re: Upward tag search not finding tag file in relative directory

2014-08-05 Fir de Conversatie Yukihiro Nakadaira
? Is this a bug? Is there any additional information I should provide? Anyway, this behavior is introduced by 7.3.1297. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

Re: Patch 7.4.372

2014-07-17 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jul 17, 2014 at 6:32 AM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: --047d7bdc801adb733f04fe52c63e Content-Type: text/plain; charset=UTF-8 On Thu, Jul 17, 2014 at 1:53 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: On Thu, Jul 17

Re: :botright split create window with invalid size when there is only a few spaces.

2014-07-16 Fir de Conversatie Yukihiro Nakadaira
On Wed, Jul 16, 2014 at 9:35 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote I found another problem that zero width/height current window is created. hmm... $ vim -u NONE -N :set noequalalways winminheight=0 :while 1 | split | endwhile $ vim -u NONE -N :set noequalalways

Re: Patch 7.4.372

2014-07-16 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jul 17, 2014 at 1:19 AM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.372 Problem:When 'winminheight' is zero there might not be one line for the current window. Solution: Change the size computations. (Yukihiro Nakadaira) Files: src/window.c I'm sorry

Re: Patch 7.4.372

2014-07-16 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jul 17, 2014 at 1:38 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: On Thu, Jul 17, 2014 at 1:19 AM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.372 Problem:When 'winminheight' is zero there might not be one line for the current window

Re: Patch 7.4.372

2014-07-16 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jul 17, 2014 at 1:53 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: On Thu, Jul 17, 2014 at 1:38 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: On Thu, Jul 17, 2014 at 1:19 AM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.372 Problem:When

:botright split create window with invalid size when there is only a few spaces.

2014-07-15 Fir de Conversatie Yukihiro Nakadaira
(editing buffer may cause crash) Vim: Caught deadly signal SEGV It is same with :botright vsplit $ vim -u NONE -N :split :while 1 | vsplit | endwhile :quit :botright vsplit :echo winheight(0) 40(actual width is 2 or 3) Please check the attached patch. -- Yukihiro

Re: :botright split create window with invalid size when there is only a few spaces.

2014-07-15 Fir de Conversatie Yukihiro Nakadaira
On Tue, Jul 15, 2014 at 11:56 PM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: :botright split create window with invalid size when there is only a few spaces. Steps to reproduce: $ vim -u NONE -N :vsplit :while 1 | split | endwhile :quit :botright split :echo

Re: LUA interface giving me trouble with garbage collection patch

2014-07-11 Fir de Conversatie Yukihiro Nakadaira
On Fri, Jul 11, 2014 at 12:49 AM, Ben Fritz fritzophre...@gmail.com 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); lua_pushinteger(L, 111

Re: getregtype() become always 1 for blockwised-star-yank on non-linux environment.

2014-07-09 Fir de Conversatie Yukihiro Nakadaira
like on Windows. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: LUA interface giving me trouble with garbage collection patch

2014-07-09 Fir de Conversatie Yukihiro Nakadaira
from stack */ lua_pop(L, 1); printf(add(111, 222) = %d\n, r); lua_close(L); return 0; } -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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: Cursor is not moved immediately when it is moved to other window at once.

2014-06-15 Fir de Conversatie Yukihiro Nakadaira
On Sun, Jun 15, 2014 at 9:16 PM, Christian Brabandt cbli...@256bit.org wrote: On Sa, 14 Jun 2014, Yukihiro Nakadaira wrote: On Sat, Jun 14, 2014 at 10:03 PM, Christian Brabandt cbli...@256bit.org wrote: Hi Yukihiro! On Sa, 14 Jun 2014, Yukihiro Nakadaira wrote: Cursor

Cursor is not moved immediately when it is moved to other window at once.

2014-06-14 Fir de Conversatie Yukihiro Nakadaira
. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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: Cursor is not moved immediately when it is moved to other window at once.

2014-06-14 Fir de Conversatie Yukihiro Nakadaira
On Sat, Jun 14, 2014 at 10:03 PM, Christian Brabandt cbli...@256bit.org wrote: Hi Yukihiro! On Sa, 14 Jun 2014, Yukihiro Nakadaira wrote: Cursor is not moved immediately when it is moved to other window at once. Steps to reproduce: $ vim -u NONE :call setline(1, range(100

Re: Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-05 Fir de Conversatie Yukihiro Nakadaira
in advance for any comment! In Ex mode, multi-byte character is not handled. Please check the attached patch. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

substitute() with zero width pattern breaks multi-byte character.

2014-06-04 Fir de Conversatie Yukihiro Nakadaira
substitute() with zero width pattern breaks multi-byte character. Steps to reproduce: $ vim -u NONE :set encoding=utf-8 :echo substitute(\u00e1, '\zs', 'x', 'g') xc3xa1x Please check the following patch. diff -r bed71c37618c src/eval.c --- a/src/eval.cThu May 29 14:36:29 2014 +0200

Re: substitute() with zero width pattern breaks multi-byte character.

2014-06-04 Fir de Conversatie Yukihiro Nakadaira
On Wed, Jun 4, 2014 at 9:21 PM, Christ van Willegen cvwille...@gmail.com wrote: Hi, On Wed, Jun 4, 2014 at 1:47 PM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: substitute() with zero width pattern breaks multi-byte character. Please check the following patch. diff -r

E704 error for :let t:x = function('tr')

2014-05-15 Fir de Conversatie Yukihiro Nakadaira
] == ':') +if (!(vim_strchr((char_u *)wbst, name[0]) != NULL name[1] == ':') !ASCII_ISUPPER((name[0] != NUL name[1] == ':') ? name[2] : name[0])) { -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do

duplicate const

2014-04-08 Fir de Conversatie Yukihiro Nakadaira
os_unix.c: 2818 static const char const *smack_copied_attributes[] = This should be static const char *smack_copied_attributes[] or static const char * const smack_copied_attributes[] -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from

Re: [BUG] “:execute 'if 1'” works like “:if 1”

2014-03-22 Fir de Conversatie Yukihiro Nakadaira
block. if 0 execute 'if 1' endif endif = E580: :endif without :if: endif -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: issues with python and python3 commands

2014-02-27 Fir de Conversatie Yukihiro Nakadaira
command properly. Perhaps there is non-standard python dll in your system? -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: issues with python and python3 commands

2014-02-27 Fir de Conversatie Yukihiro Nakadaira
On Thu, Feb 27, 2014 at 5:10 PM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: I found that there is another python27.dll in Mercurial directory. CMD where python27.dll C:\Program Files\Mercurial\python27.dll I removed Mercurial directory from $PATH. And vim shows cannot load

Re: dynamic 64-bit ruby 1.9 linking issues

2014-02-26 Fir de Conversatie Yukihiro Nakadaira
\ - VIM_SIZEOF_INT VIM_SIZEOF_LONG +# if defined(DYNAMIC_RUBY_VER) VIM_SIZEOF_INT VIM_SIZEOF_LONG long rb_fix2int_stub(VALUE x) { return dll_rb_fix2int(x); -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top

Re: Problem with Python 3.4

2014-02-24 Fir de Conversatie Yukihiro Nakadaira
reported to python bug tracker http://bugs.python.org/issue20763 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-26 Fir de Conversatie Yukihiro Nakadaira
))) break; /* If it's the same line we can skip saving it again. */ -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: 100% CPU usage, while vim tries to highlight syntax in a specific file

2014-01-20 Fir de Conversatie Yukihiro Nakadaira
A: No. Q: any difference if you `:set foldmethod=manual`? A: No. Q: what's the filetype? A: filetype=php It should be a problem of indentexpr script. Maybe same issue with https://github.com/2072/PHP-Indenting-for-VIm/issues/23 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You

Error number E834 is used twice.

2014-01-18 Fir de Conversatie Yukihiro Nakadaira
Error number E834 is used twice. options.c: 5862 errmsg = (char_u *)_(E834: Conflicts with value of 'listchars'); undo.c: 412 EMSG(_(E834: Line count changed unexpectedly)); -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from

Re: After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns xyxxy.

2014-01-16 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jan 16, 2014 at 5:58 AM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: On Tue, Dec 31, 2013 at 6:54 PM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns xyxxy

Re: After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns xyxxy.

2014-01-15 Fir de Conversatie Yukihiro Nakadaira
On Tue, Dec 31, 2013 at 6:54 PM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns xyxxy. xyxyxy is expected. Thanks for reporting the problem. I'll add it in the todo list. I think that this problem can

Re: Patch 7.4.149

2014-01-14 Fir de Conversatie Yukihiro Nakadaira
On Tue, Jan 14, 2014 at 11:24 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.149 Problem:Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) Solution: Instead of having a global no_autoload variable, pass an autoload

Re: Patch 7.4.149

2014-01-14 Fir de Conversatie Yukihiro Nakadaira
On Wed, Jan 15, 2014 at 3:44 AM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: Patch 7.4.149 Problem:Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) Solution: Instead of having a global no_autoload

Re: E685: Internal error: hash_add() happen when assigning autoload variable

2014-01-06 Fir de Conversatie Yukihiro Nakadaira
On Sun, Jan 5, 2014 at 11:44 PM, Nikolay Pavlov zyx@gmail.com wrote: On Jan 1, 2014 9:47 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: Steps to reproduce: $ cat ~/.vim/autoload/Foo.vim let Foo#x = 0 $ vim -u NONE -N :let Foo#x = function('tr') E685

Re: E685: Internal error: hash_add() happen when assigning autoload variable

2014-01-06 Fir de Conversatie Yukihiro Nakadaira
to FALSE before f_exists ends. f_exists should by the way save no_autoload variable for the same reason: it may be called recursively. Thank you for finding it out. I didn't notice it. Perhaps there is another problem that exists('x[y#z()]') doesn't trigger autoload. -- Yukihiro Nakadaira

E685: Internal error: hash_add() happen when assigning autoload variable

2013-12-31 Fir de Conversatie Yukihiro Nakadaira
conflicts with existing function: %s), name); -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

getregtype() works differently from what is documented for empty or unknown register

2013-12-26 Fir de Conversatie Yukihiro Nakadaira
+0900 @@ -6240,7 +6240,9 @@ regname = may_get_selection(regname); #endif -/* Should we check for a valid name? */ +if (regname != NUL !valid_yank_reg(regname, FALSE)) +return MAUTO; + get_yank_register(regname, FALSE); if (y_current-y_array != NULL) -- Yukihiro

After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns xyxxy.

2013-12-23 Fir de Conversatie Yukihiro Nakadaira
After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns xyxxy. xyxyxy is expected. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

tiny fix for doc

2013-12-02 Fir de Conversatie Yukihiro Nakadaira
In autocmd.txt, TextChanged and TextChangedI are not listed in :h autocommand-events. In eval.txt, there are some inconsistent notation ([expr] - [{expr}]). Please check the attached patch. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev

Re: [patch] Undo messages may not be shown

2013-10-04 Fir de Conversatie Yukihiro Nakadaira
With this patch, message after undo is ignored when using macro. $vim -u NONE -N ofooEsc.:normal ukkk3dd Message without patch: 3 fewer lines Message with patch: 1 line less; before #6 5 seconds ago -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message

Re: language-mapping is not applied to macro

2013-08-16 Fir de Conversatie Yukihiro Nakadaira
lmap. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

Re: Vim 7.4a ready for beta testing (test96 FAILED)

2013-07-25 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jul 25, 2013 at 12:53 AM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: On Mon, Jul 8, 2013 at 9:51 AM, r...@raf.org wrote: Bram Moolenaar wrote: Announcing: Vim (Vi IMproved) version 7.4a BETA This is the first BETA release of Vim 7.4

Use of uninitialized variable

2013-07-22 Fir de Conversatie Yukihiro Nakadaira
); +} } +else +n = _chmod(name, perm); } -if (p == NULL) +else #endif n = _chmod(name, perm); if (n == -1) -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text

Re: Vim 7.4a ready for beta testing (test96 FAILED)

2013-07-22 Fir de Conversatie Yukihiro Nakadaira
same address. Then, buf-b_wininfo is re-used for newly allocated window in spite of diffrent window. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Yukihiro Nakadaira
^No newline at end of file .* - syn match diffNoEOL^\\ No newline at end of file .* -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

regexp: \p doesn't match double width character

2013-07-18 Fir de Conversatie Yukihiro Nakadaira
') -1 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- 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

  1   2   3   >