Re: Inconsistent behaviour of 't' compared to 'f'

2010-10-14 Fir de Conversatie Sergii Boiko
Sorry, I've done mistake. In last case cursor moves to 'c': # some pie_c_e of text On Oct 13, 12:45 pm, Sergii Boiko cris.k...@gmail.com wrote: # _s_ome piece of text you hit 'te', cursor moves to 'm': # so_m_e piece of text now you press ';' and cursor moves to 'i': # some p_i_ece of

Re: Inconsistent behaviour of 't' compared to 'f'

2010-10-14 Fir de Conversatie Sergii Boiko
Ingo, thanks for positive comment. Because i'm switching to dvorak and 'f' isn't so useful at this layout as 't'. And this behaviour very annoys me, because 't' is not so handy as 'f'. I don't know vim-script very well to write some prototype, but if someone takes care of it, i will test it

Keymap file for portuguese.

2010-10-14 Fir de Conversatie Marcin Szamotulski
Hi Dev, I made a keymap file for portuguese. Best, Marcin Szamotulski -- 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 Portuguese letters keymap for utf-8

Re: Patch 7.3.025

2010-10-14 Fir de Conversatie Peter Odding
Hi Bram, I just updated my Vim installation to 7.3.027 and can confirm that patch 7.3.025 fixes the problem described in my bug report. Thanks! - Peter Odding -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: [patch] Respect 'autochdir' when editing with --remote

2010-10-14 Fir de Conversatie Peter Odding
Hi Benjamin, I've tried your patch and it fixes the problem for me. Thanks a lot! Without the patch I used to encounter this bug every hour or so... - Peter Odding -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to.

Re: [PROPOSAL] new 'systemencoding' option.

2010-10-14 Fir de Conversatie kikuchan
Thank you all for your reply. Bram wrote: It makes sense to me. For Windows we indeed have code to convert between 'encoding' and UTF-16, which is supported by the library functions. On Unix there is no such translation. I actually do not know what Unix standard specifies what encoding

Re: Patch 7.3.024

2010-10-14 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: Bram Moolenaar wrote: Patch 7.3.024 Problem:Named signs do not use a negative number as intended. Solution: Fix the numbering of named signs. (Xavier de Gaye) Files: src/ex_cmds.c Hello, This patch is causing vanishing signs syndrome.

[PATCH] Fix complete() function, and trivial proposal

2010-10-14 Fir de Conversatie kikuchan
Hello I'm playing with complete() function, and I've found a bug in it. Acording to :help complete, it says: inoremap F5 C-R=ListMonths()CR func! ListMonths() call complete(col('.'), ['January', 'February', 'March', \ 'April', 'May', 'June', 'July', 'August',

Re: Keymap file for portuguese.

2010-10-14 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: I made a keymap file for portuguese. Is there a reason you don't want to use the accents keymap? It appears to contain all the characters from your Portuguese keymap. -- Microsoft: Windows NT 4.0 now has the same user-interface as Windows 95 Windows 95: Press

Patch 7.3.028

2010-10-14 Fir de Conversatie Bram Moolenaar
Patch 7.3.028 (after 7.3.024) Problem:Signs don't show up. (Charles Campbell) Solution: Don't use negative numbers. Also assign a number to signs that have a name of all digits to avoid using a sign number twice. Files: src/ex_cmds.c *** ../vim-7.3.027/src/ex_cmds.c

Re: sort bug?

2010-10-14 Fir de Conversatie Christian Brabandt
Hi Charles! On Do, 14 Okt 2010, Charles Campbell wrote: Bee wrote: On Oct 13, 10:00 pm, Beebeeyaw...@gmail.com wrote: On Oct 13, 6:56 pm, Charles E Campbell Jrdrc...@campbellfamily.biz wrote: Bee wrote: sort bug? vim 7.3.27 Linux vim 7.3.21 Mac

Re: [patch] Respect 'autochdir' when editing with --remote

2010-10-14 Fir de Conversatie Bram Moolenaar
Benjamin Fritz wrote: Attached patch fixes the bug mentioned here: http://groups.google.com/group/vim_dev/browse_thread/thread/dc24d36b9eee0b35/4e93a957979436ef It turned out to have very little to do with the :drop command, but rather the fact that --remote and friends would temporarily

Re: [PROPOSAL] new 'systemencoding' option.

2010-10-14 Fir de Conversatie Bram Moolenaar
Kikuchan wrote: Thank you all for your reply. Bram wrote: It makes sense to me. For Windows we indeed have code to convert between 'encoding' and UTF-16, which is supported by the library functions. On Unix there is no such translation. I actually do not know what Unix standard

[DOC FIX] Breaking statement in :finally block prevents propagation of the uncaught exception

2010-10-14 Fir de Conversatie ZyX
I noticed that the following code produces no error messages, though thrown exception was not caught by any :catch blocks: function TestFinallyReturn() try throw Test finally Same with :break/:continue in loops and :finally outside of

[patch] Let helpztags support for other languages

2010-10-14 Fir de Conversatie tyru
Hi list. today I found interesting program /usr/bin/helpztags from output of dpkg -L vim-common on Ubuntu. so I run it to some of my plugins. but helpztags only supports for .txt help file. so I wrote the patch to fix it. -- You received this message from the vim_dev maillist. Do not top-post!

Re: [patch] Let helpztags support for other languages

2010-10-14 Fir de Conversatie James Vega
Package: vim-common Severity: wishlist Tags: patch On Fri, Oct 15, 2010 at 07:25:59AM +0900, tyru wrote: today I found interesting program /usr/bin/helpztags from output of dpkg -L vim-common on Ubuntu. Which is something provided by the Debian packaging, so I've opened a bug for you in the