Re: vimdiff - how to jump to next difference in long line - shortcut ]c does not work

2018-02-23 Thread Arun
On Fri, Feb 23, 2018 at 9:43 AM, Igor Forca wrote: > @Arun, I have tested your code in deep. It is working perfectly. What I > have found is little trouble in the case when first line include the change. > > File1: > aaa ccc > aaa ccc > > File2: > aaa bbb > aaa bbb > > If

enhance macro to profile C family code

2018-02-23 Thread Ni Va
Hi, Seeing the attached macro @a which aims to add begin/end profile trace in C family block code, you can see that : 1/ multiply and executing 100@a works fine 2/ executing by command :1,$ normal @a echoes so many lines that it make macro effect slow How can I optimize this ? Thanks in

Profile C Family Block

2018-02-23 Thread Ni Va
Hi, I want to profile C block code adding begin/end trace at start and end of block. public string Separator { set { Trace.Write(string.Format("{0}::{1}", this.GetType().Name, MethodBase.GetCurrentMethod().Name));

Re: vimdiff - how to jump to next difference in long line - shortcut ]c does not work

2018-02-23 Thread Igor Forca
@Arun, I have tested your code in deep. It is working perfectly. What I have found is little trouble in the case when first line include the change. File1: aaa ccc aaa ccc File2: aaa bbb aaa bbb If cursor is in file1 at first line first column, diff enabled and pressing ]x I expect cursor to

Re: making custom key names for mappings

2018-02-23 Thread Renato Fabbri
Em quinta-feira, 22 de fevereiro de 2018 22:05:29 UTC-3, ZyX escreveu: > 2018-02-23 1:43 GMT+03:00 Renato Fabbri: > > Well, from your comments, i put a: > > > > let g:aall = mapleader > > " let mapleader = '' > > if exists("g:aa_leader") > > let mapleader = g:aa_leader > > el > > let

Re: making custom key names for mappings

2018-02-23 Thread Nikolay Aleksandrovich Pavlov
2018-02-23 18:21 GMT+03:00 Renato Fabbri : > Em quinta-feira, 22 de fevereiro de 2018 22:05:29 UTC-3, ZyX escreveu: >> 2018-02-23 1:43 GMT+03:00 Renato Fabbri: >> > Well, from your comments, i put a: >> > >> > let g:aall = mapleader >> > " let mapleader = '' >> > if

Re: vimdiff - how to jump to next difference in long line - shortcut ]c does not work

2018-02-23 Thread Ni Va
Le vendredi 23 février 2018 18:43:35 UTC+1, Igor Forca a écrit : > @Arun, I have tested your code in deep. It is working perfectly. What I have > found is little trouble in the case when first line include the change. > > File1: > aaa ccc > aaa ccc > > File2: > aaa bbb > aaa bbb > > If cursor

Re: difference between min/max timestamps

2018-02-23 Thread Ni Va
Le vendredi 23 février 2018 14:23:19 UTC+1, Ni Va a écrit : > Hi, > > > This is a listoftimestamps=['11:02:02.602','11:00:00.402','11:05:00.402'] > > I would like to calculate difference in second.ticks betwwen min and max? > > > > I've seen vim's time func but don't think it could help to

Re: Could not load library msvcrt-ruby240.dll

2018-02-23 Thread Ni Va
Le jeudi 22 février 2018 09:33:23 UTC+1, Christian Brabandt a écrit : > On Do, 22 Feb 2018, Frantz Baustier wrote: > > > >> Ruby is install in C:\Ruby24 and the bin folder containing the > > >> msvcrt-ruby240.dll is in %PATH%. > > >> > > >> I also tried to put in my vimrc file set > > >>

difference between min/max timestamps

2018-02-23 Thread Ni Va
Hi, This is a listoftimestamps=['11:02:02.602','11:00:00.402','11:05:00.402'] I would like to calculate difference in second.ticks betwwen min and max? I've seen vim's time func but don't think it could help to do this work. Thank you -- -- You received this message from the "vim_use"