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
Subject: [Haskell-beginners] Looking for vim text obejct plugin for
haskell.
To: beginners@haskell.org
Message-ID:
Content-Type: text/plain; charset=UTF-8
Any good one there everybody knows except me? :)
--
Mait
------------------------------
Message: 7
Date: Wed, 18 Apr 2012 13:34:20 +0900
From: Mait
Subject: Re: [Haskell-beginners] Looking for vim text obejct plugin
for haskell.
To: beginners@haskell.org
Message-ID:
Content-Type: text/plain; charset=UTF-8
Especially looking for 'argument' object plugin.
function x:xs
^ <- cursor
ysaa) or ysia)
-> function (x:xs)
2012/4/18 Mait :
Any good one there everybody knows except me? :)
--
Mait
--
Mait