[Haskell-beginners] Looking for vim text obejct plugin
John Tyree
gummyduk at gmail.com
Wed Apr 18 19:35:40 CEST 2012
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 <mattengi at gmail.com>
Subject: [Haskell-beginners] Looking for vim text obejct plugin for
haskell.
To: beginners at haskell.org
Message-ID:
<CABQgwkXyHdad4_Btef10N9nFSWXBo9EKB-Yom3jfmp0cRTfJ_A at mail.gmail.com>
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 <mattengi at gmail.com>
Subject: Re: [Haskell-beginners] Looking for vim text obejct plugin
for haskell.
To: beginners at haskell.org
Message-ID:
<CABQgwkWcfa9mL3fSb7RkTuRG8OXhjG3q2Qke=yvP9ZoZoo+mHw at mail.gmail.com>
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 <mattengi at gmail.com>:
> Any good one there everybody knows except me? :)
>
> --
> Mait
--
Mait
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120418/62b7a61c/attachment.htm>
More information about the Beginners
mailing list