Capture columns nummers of matches ending with double byte chars

2016-04-21 Thread rameo
Since I use Vim I have troubles with double byte characters. I want to capture all strings of matches together with startcolumn and endcolumn of a match (line by line). I don't need only the strings but also the columnnumbers for other functions. The last few years I used match/matchend then I

Correct filename tag matching for ctlr-]

2016-04-21 Thread kent schonert
I've created ctag using "ctags -R --extra=f" to include an entry for the base file name of every source file. When I use the ctrl-] goto tag shortcut on an include file, "IF_Recipe.h" for example, ctrl-] will grab "IF_Recipe" w/o the extension and search for that tag. I would like it to

Re: Right Aligning Mid-line After a Marker?

2016-04-21 Thread Karthick Gururaj
On Thu, Apr 21, 2016 at 12:34 AM, Mike K. wrote: > I'm trying to work out how to make vim right-align comments in my various > config files whilst leaving the rest of the line where it is. > > Here's what my .muttrc currently looks like: > > set attribution= "* %n wrote

Re: Right Aligning Mid-line After a Marker?

2016-04-21 Thread LCD 47
On 21 April 2016, LCD 47 wrote: > On 20 April 2016, Mike K. wrote: > > I'm trying to work out how to make vim right-align comments in my > > various config files whilst leaving the rest of the line where it is. > > > > Here's what my .muttrc currently

Re: Right Aligning Mid-line After a Marker?

2016-04-21 Thread LCD 47
On 20 April 2016, Mike K. wrote: > I'm trying to work out how to make vim right-align comments in my > various config files whilst leaving the rest of the line where it is. > > Here's what my .muttrc currently looks like: > > set attribution= "* %n wrote on %D:" # Date