Re: [Haskell-beginners] Looking for vim text obejct plugin

There are some decent object plugins on github. Look at vim-textobj-user
for the parent plugin and then vim-textobj-indent for some useful ones
based on indent level. I don't think there's anything that can handle
haskell style arguments... although I think they are always either single
identifiers or something wrapped in parens, so yiw and yib should handle it
usually.
-John
------------------------------
Message: 6
Date: Wed, 18 Apr 2012 13:23:00 +0900
From: Mait
Any good one there everybody knows except me? :)
-- Mait
-- Mait
participants (1)
-
John Tyree