Re: Changing the defaults with Vim 8

2016-08-21 Thread h_east
Hi Michael, 2016-8-21(Sun) 21:58:54 UTC+9 Michael Henry: > On 08/20/2016 01:22 PM, Bram Moolenaar wrote: > > Hirohito Higashi wrote: > >> `set ttimeoutlen=0` will solve the above. > >> > >> I have invested in above setting more than a year, but the > >> trouble does not happen even once. > > > >

Re: Changing the defaults with Vim 8

2016-08-21 Thread Michael Henry
On 08/20/2016 01:22 PM, Bram Moolenaar wrote: > Hirohito Higashi wrote: >> `set ttimeoutlen=0` will solve the above. >> >> I have invested in above setting more than a year, but the >> trouble does not happen even once. > > Zero only works when you are directly using a terminal. When > using a

visual mode detection

2016-08-21 Thread rameo
I'm using the latest Nightly Vim Windows build v7.4.2232 I noted that the last builds don't detect visual mode. in my menu.vim nnoreme 93.02.12 \ :call VerticalSort("%") vnoreme 93.02.12 \ :call VerticalSort("''<,''>") When I don't select anything the first line must be the current one: "%"

how to make the dot command repeat the command in the plugin ?

2016-08-21 Thread 李哲
We know that dot command repeat the last command that you exec in the vim like 'dd' or 'yy' But I use cc to comment current line code in Vim, but the dot cmd can't repeat it. Is there a way to repeat the comment line plugin cmd ? for example I just type cc in Vim and move to another line I