MSI based Vim installer

2011-02-11 Fir de Conversatie Yukihiro Nakadaira
http://mercurial.selenic.com/ Set $PATH environment variable for those tools. Download vim-installer source. https://github.com/ynkdir/vim-installer/zipball/master And run build.bat. (A few ICE validation error will be shown. But no problem.) -- Yukihiro Nakadaira - yukihiro.nakada

trivial doc fix for eval.txt

2011-01-24 Fir de Conversatie Yukihiro Nakadaira
} Float truncate Float {expr} +trunc( {expr}) Float truncate Float {expr} type( {name}) Number type of variable {name} undofile( {name}) String undo file name for {name} undotree() Listundo file tree -- Yukihiro Nakadaira

Re: Patch 7.3.097

2011-01-18 Fir de Conversatie Yukihiro Nakadaira
The following code causes an error E15: Invalid expression: d[f](). let d = {} function d.f() echo f() endfunction if 0 call d[f]() endif or for i in [1] call d[f]() endfor -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist

Re: Patch 7.3.084

2011-01-07 Fir de Conversatie Yukihiro Nakadaira
, argv=value optimized out) at main.c:562 -- 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

Re: Launchpad bug #137854 in vim

2011-01-06 Fir de Conversatie Yukihiro Nakadaira
base_height, int direction)); void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); void gui_mch_settitle __ARGS((char_u *title, char_u *icon)); -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist. Do not top-post

Re: Launchpad bug #137854 in vim

2011-01-06 Fir de Conversatie Yukihiro Nakadaira
vim window is on monitor1. -- 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

Re: Launchpad bug #137854 in vim

2011-01-06 Fir de Conversatie Yukihiro Nakadaira
panel +--+ -- 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

Re: [BUG] Quote characters in expression mapping are replaced with garbage

2011-01-05 Fir de Conversatie Yukihiro Nakadaira
) return NULL; res = vim_strsave_escape_csi(p); vim_free(p); return res; } -- 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

doc errors

2010-12-07 Fir de Conversatie Yukihiro Nakadaira
|. When 'cindent' is on or 'smartindent' is set, 6245 setting 'si' has no effect. 'indentexpr' is a more advanced 6246 alternative. It says When 'smartindent' is set, setting 'smartindent' has no effect. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received

doc errors

2010-12-07 Fir de Conversatie Yukihiro Nakadaira
'* + *'wildignorecase'* *'wic'* *'nowildignorecase'* *'nowic'* 'wildignorecase' 'wic' boolean (default off) global {not in Vi} -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist. Do not top

doc errors

2010-12-07 Fir de Conversatie Yukihiro Nakadaira
with: if has('unnamedplus') -- 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

doc error

2010-11-12 Fir de Conversatie Yukihiro Nakadaira
deep for displaying :unlet X :rviminfo foo E15: Invalid expression: E15: Invalid expression: :echo string(X) '' -- 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: doc error in insert.txt.

2010-09-14 Fir de Conversatie Yukihiro Nakadaira
On 2010年09月14日 20:45, Bram Moolenaar wrote: Yukihiro Nakadaira wrote: I think that the following paragraph is outdated. I confirmed with vim-5.5.001 and it behaved as explained (I can see only CTRL character behavior). But vim-7.3.003 didn't. insert.txt: 558 Note that the only times

Re: doc error in insert.txt.

2010-09-14 Fir de Conversatie Yukihiro Nakadaira
On 2010年09月14日 22:55, Bram Moolenaar wrote: Yukihiro Nakadaira wrote: I think that the following paragraph is outdated. I confirmed with vim-5.5.001 and it behaved as explained (I can see only CTRL character behavior). But vim-7.3.003 didn't. insert.txt: 558 Note that the only times

doc fix for quickref.txt

2010-09-01 Fir de Conversatie Yukihiro Nakadaira
define a fold for {range} lines -- 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

doc error in insert.txt.

2010-08-30 Fir de Conversatie Yukihiro Nakadaira
be inserted and the second will replace the CTRL character. -- 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

doc fix for undo.txt

2010-08-28 Fir de Conversatie Yukihiro Nakadaira
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://www.vim.org/maillist.php

doc fix for various.txt

2010-08-28 Fir de Conversatie Yukihiro Nakadaira
. You can do this by -- 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

doc fix for syntax.txt

2010-08-27 Fir de Conversatie Yukihiro Nakadaira
work with these lines in your .vimrc: -- 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

doc fix for eval.txt

2010-08-24 Fir de Conversatie Yukihiro Nakadaira
, the result is zero. Examples: -- 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

doc fix for pi_zip.txt

2010-08-24 Fir de Conversatie Yukihiro Nakadaira
*zip-extension* -- 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

doc fix for quickref.txt

2010-08-24 Fir de Conversatie Yukihiro Nakadaira
with the pattern, for use in an autocommand (only where a file name is expected) |:cword| cwordword under the cursor (only where a file name is expected) -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from

doc fix for debug.txt

2010-08-19 Fir de Conversatie Yukihiro Nakadaira
Attached patch fixes section number. -- 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 diff --git a/runtime

When using :profile command E314 error is raised for empty function.

2010-07-24 Fir de Conversatie Yukihiro Nakadaira
EmpryFunction: line1: E341: Internal error: lalloc(0, ) E341: Internal error: lalloc(0, ) E341: Internal error: lalloc(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

question for strdisplaywidth()

2010-07-22 Fir de Conversatie Yukihiro Nakadaira
Is this correct behavior? :echo strdisplaywidth(x, 0) 1 :echo strdisplaywidth(x, 1) 2 :echo strdisplaywidth(x, 2) 3 I expected all returns 1. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below

Re: Vim 7.3a ready for beta testing

2010-07-21 Fir de Conversatie Yukihiro Nakadaira
is good way for it. -- 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

Re: GTK tear-off menus are not working

2010-07-20 Fir de Conversatie Yukihiro Nakadaira
://bugzilla.gnome.org/show_bug.cgi?id=620984 -- 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

Re: [patch] Uninitialized memory access in screen.c introduced by patch 7.2.119

2010-03-21 Fir de Conversatie Yukihiro Nakadaira
[] properly. (Yukihiro Nakadaira) Files: src/screen.c Patch seemed to be only an optimization. But since it breaks something, we should revert it back I think, unless someone knows how to fix it? I verified that no error happens when reverting it (as in attached patch). It seems that ScreenLinesC

Incorrect type is used for memory size calculation.

2010-03-21 Fir de Conversatie Yukihiro Nakadaira
-vim_memset(new_ScreenLinesC, 0, sizeof(u8char_T) * MAX_MCO); +vim_memset(new_ScreenLinesC, 0, sizeof(u8char_T *) * MAX_MCO); if (enc_utf8) { new_ScreenLinesUC = (u8char_T *)lalloc((long_u)( -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message

:compiler command doesn't work in function

2010-01-05 Fir de Conversatie Yukihiro Nakadaira
- do_unlet((char_u *)current_compiler, TRUE); + do_unlet((char_u *)g:current_compiler, TRUE); } } } -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist. For more information

Vim crashes with vimgrep

2009-11-16 Fir de Conversatie Yukihiro Nakadaira
; -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: %! item in 'statusline' option causes an error.

2009-11-03 Fir de Conversatie Yukihiro Nakadaira
. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: %! item in 'statusline' option causes an error.

2009-11-03 Fir de Conversatie Yukihiro Nakadaira
); breakcheck_count must be breakcheck_count = BREAKCHECK_SKIP - 1. And run vim many times. for i in 1 2 3 4 5 6 7 8 9 10; do ./vim -u NONE -S vimrc.vim -g done One of them might show an error. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

%! item in 'statusline' option causes an error.

2009-11-02 Fir de Conversatie Yukihiro Nakadaira
0x080dd281 in main (argc=3, argv=0xb434) at main.c:942 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: BUG: Vim always crashes with some steps

2009-10-11 Fir de Conversatie Yukihiro Nakadaira
= [] for src in range(10) call writefile(['call add(script_vars, s:)'], src) source `=src` allocate memory to ensure crash. call repeat(' ', 1000) endfor echo script_vars -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

Re: text formatting does not work properly

2009-09-28 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: I found some unexpected behavior of text formatting. Thanks for the examples and the patch. I'll look into it soon. Since you have examples that fail, could you turn these into a test in src/testdir ? Sure, please check the attached

text formatting does not work properly

2009-09-26 Fir de Conversatie Yukihiro Nakadaira
Attached patch fixes this problem. 1-8.diff is for (1) to (8), fix for multi-byte/double-width (including ctrl-char like ^A) character. 9.diff is for (9). 10.diff is for (10). Each patch can be applied separately. test.vim is a test script to reproduce. -- Yukihiro Nakadaira - yukihiro.nakada

Re: [patch] charsets of vim

2009-07-21 Fir de Conversatie Yukihiro Nakadaira
want to use the encoding for 'encoding' option. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Crash with vimgrep

2009-07-16 Fir de Conversatie Yukihiro Nakadaira
=0) at main.c:1186 #7 0x080e712b in main (argc=2, argv=0x0) at main.c:942 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: Patch 7.2.119 Problem:Status line is redrawn too often. Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) Files: src/screen.c Sorry, one more patch related to this. When bold character is overwritten, all of rest characters are redrawn. See

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Yukihiro Nakadaira
A new patch. Please ignore previous one. Added check if the character is overwriten with diffrent character or just redrawn. If character is redrawn due to clearing previous bold character, don't redraw next cell. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

Re: Patch 7.2.119

2009-02-22 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: Bram Moolenaar wrote: Patch 7.2.119 Problem:Status line is redrawn too often. Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira) Files: src/screen.c Sorry, one more patch related to this. When bold character

[PATCH] GTK2 GUI statusline flickers

2009-02-21 Fir de Conversatie Yukihiro Nakadaira
] != (u8char_T)u8c +(ScreenLinesUC[off] != (u8char_T)(c = 0x80 ? u8c : 0) || screen_comp_differs(off, u8cc))) #endif || ScreenAttrs[off] != attr -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

Crash caused by :call substitute('', '\(.\@=\)*', '\=submatch(1)', '')

2009-02-17 Fir de Conversatie Yukihiro Nakadaira
in main_loop (cmdwin=0, noexmode=0) at main.c:1180 #25 0x080f8669 in main (argc=Cannot access memory at address 0x0 ) at main.c:939 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist

if_python: vim.eval('recursive object') do not return recursive object.

2008-12-30 Fir de Conversatie Yukihiro Nakadaira
= vim.eval('x') y = vim.eval('y') print x is x['x'] print y is y[0] print x print y EOF Actual Results: False False {'x': {'x': {...}}} [[[...]]] Expected Results: True True {'x': {...}} [[...]] -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com

Re: Bug with cursor position in binary and rightleft mode?

2008-02-08 Fir de Conversatie Yukihiro Nakadaira
: # endif 1)) : #endif -- Yukihiro Nakadaira - [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

<    1   2   3