RE: [patch] charsets of vim

2009-07-27 Fir de Conversatie John Beckett
Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See the list guidelines: http://groups.google.com/group/vim_use/web/vim-information --~--~-~--~~~---~--~~ You received this message fr

Re: [patch] possible memory overflow in vim7/src/GvimExt/gvimext.cpp

2009-07-27 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Trying the static analyzer 'cppcheck-1.34' on Vim source code, > I saw the following warning: > > [./GvimExt/gvimext.cpp:638]: (all) Dangerous usage of strncat. Tip: > the 3rd parameter means maximum number of characters to append > > Code in vim7/src/gvimext.cpp is: >

Re: Patch for Vim with Ruby 1.9

2009-07-27 Fir de Conversatie red-agent
Works like a charm. Tested it with Ruby 1.9.1_p129-r99 on my Linux (Gentoo) box. Everything works except for some minor glitches with rubycomplete omnicompletion. Sometimes this pops up: ` Error detected while processing function rubycomplete#Complete: line 22: ArgumentError: comparison of Hash

Unused functions

2009-07-27 Fir de Conversatie Dominique Pellé
http://blog.flameeyes.eu/2008/01/17/today-how-to-identify-unused-exported-functions-and-variables --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--

Re: a math keymap

2009-07-27 Fir de Conversatie Charles Campbell
Charles Campbell wrote: > Hello! > > I've put together an utf-8 based keymap for math (:set kmp=math); you > can obtain a copy from > > http://mysite.verizon.net/astronaut/vim/index.html#MATH > Version 1d is available -- it has a few more keymaps and a menu. Regards, Chip Campbell --~--~-

Re: [patch] charsets of vim

2009-07-27 Fir de Conversatie Takao Fujiwara
Is the patch able to be upstreamed? I can explain how the patch works from the point of the source codes. Thanks, fujiwara (07/22/09 18:50), Takao Fujiwara-san wrote: > I revised the patch. > "shift-jisx0213", "euc-jisx0213" and "euc-jp-ms" are moved from > enc_alias_table[] to enc_canon_table[]