21 August 2011

Counting down

The assignment I have been working at for the last 2 years and 10 months is drawing to a close. Tomorrow is my last day.

Although I’m stoked to find out what the new assignment is going to be like I’m a little sad to leave the old environment and coworkers behind.

Mostly though I’m really curious as to what the new assignment will be like :D

non greedy matching in vim

Today I discovered you can replace POD "code" tags with asciidoc "monospaced" tags using non greedy matching in vim ..

:% s/C<\(.\{-}\)>/+\1+/g