Re: Backwards motions in vimtutor

2012-03-12 Fir de Conversatie MelTraume
On Friday, March 9, 2012 5:01:31 PM UTC+1, Benjamin R. Haskell wrote: [Reversed the top-posting] On Fri, 9 Mar 2012, Anders Tidbeck wrote: On Fri, Mar 9, 2012 at 4:19 PM, Benjamin R. Haskell wrote: On Fri, 9 Mar 2012, Anders Tidbeck wrote: A question came up on superuser.com

Re: added TextDeleted and TextYanked events

2012-03-12 Fir de Conversatie Jan Larres
Hi, Do you maybe have a yankring-like plugin that makes use of the feature? That could help people try it out in real-world scenarios. Jan -- -[ OpenPGP key ID: 00A0FD5F ]- Technological progress has merely provided us with more efficient means for going backwards.

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Ben Fritz
On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: Hi, I found these two explanations to be incompatible: :help syntax-loading The step before the last step is: When the 'syntax' option was set above, this triggers an autocommand | from |synload-1| (and

Re: Backwards motions in vimtutor

2012-03-12 Fir de Conversatie Ben Fritz
On Monday, March 12, 2012 5:03:45 AM UTC-5, MelTraume wrote: What is the next step, create an issue on http://code.google.com/p/vim/, attach a patch in this list, something else? Either method will probably get the issue into the todo list. Every issue created in the tracker creates a

'ambiwidth' should be global or local to buffer

2012-03-12 Fir de Conversatie Yichao Zhou
Hi everyone, Now 'ambiwidth' can only be global. But this is not very reasonable. For example, on a CJK system, people may want to read nfo files, whose 'ambiwidth' should always be single, while other files would be double ambiwidth. 'ambiwidth' is global will make many trouble in this

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Charles
On 3/12/12, Ben Fritz fritzophre...@gmail.com wrote: On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: Hi, I found these two explanations to be incompatible: :help syntax-loading The step before the last step is: When the 'syntax' option was set above, this triggers an

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Ingo Karkat
On 12-Mar-2012 23:31:02 +0700, Charles wrote: On 3/12/12, Ben Fritz fritzophre...@gmail.com wrote: On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: You are correct that runtime! will run all the matched files, but what you're missing is that most (all?) syntax files distributed

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Charles
On 3/12/12, Ingo Karkat sw...@ingo-karkat.de wrote: On 12-Mar-2012 23:31:02 +0700, Charles wrote: On 3/12/12, Ben Fritz fritzophre...@gmail.com wrote: On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: You are correct that runtime! will run all the matched files, but what you're

w:variables and wincmd s or wincmd v

2012-03-12 Fir de Conversatie Charles Campbell
Hello! wincmd r, wincmd x modify windows (rotate and exchange, respectively). This process carries window variables along. However, wincmd s and wincmd v, which split and duplicate windows, don't duplicate window variables. Shouldn't they? I know that I'd find that convenient for netrw.

:global// bug

2012-03-12 Fir de Conversatie Dimitar DIMITROV
Hi, I don't have the latest version of Vim installed, so this might not be a real bug. Please check! 1. 60obuttercrchocolateesc (120 lines) 2. qwq 3. :g/butter/y W 4. at the -- More -- prompt hit q 5. in a new window: wP Result: you have copied only half the words (or a screenfull in fact)

:global// bug [2]

2012-03-12 Fir de Conversatie Dimitar DIMITROV
Hi, Sorry, forgot to mention that you need :set report=0 Cheers -- 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: gvim crash when switch to other tabs if NERDTree is opened

2012-03-12 Fir de Conversatie Christian Brabandt
Hi 驼峰! On Sa, 10 Mär 2012, 驼峰 wrote: my repro step: 1. run gvim 2. open NERDTree windows 3. create several tabs using 't' shortcut of NERDTree plugin 4. '1gt' 5, maximize gvim 6, '2gt' 7, restore the windows size from maximize window to normal window. 8, '1gt' Result: after 8th step,

Re: gvim crash when switch to other tabs if NERDTree is opened

2012-03-12 Fir de Conversatie Sergey Khorev
my repro step: 1. run gvim 2. open NERDTree windows 3. create several tabs using 't' shortcut of NERDTree plugin 4. '1gt' 5, maximize gvim 6, '2gt' 7, restore the windows size from maximize window to normal window. 8, '1gt' Result: after 8th step, my gvim will crash definitely. My take