Can the Vim tabularize plugin match multiple expressions per column? -


i'd use vim tabularize plugin align following type of code:

buy <- blabla    buy[,cash := blablabla] pr.tmp <- matrix(blaaaaaaaaa) 

to read follows:

buy       <- blabla  buy[,cash := blablabla] pr.tmp    <- matrix(blaaaaaaaaa) 

my question if tabularize can match "<-" , ":=" in same column?

use branches:

:tabularize /<-\|:=/ 

see :help \|


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -