I can treat the comment as a text object thanks to vim-textobj-comment, but gqic reformats the foo method definition.
Last active
July 25, 2016 09:35
-
-
Save fxn/e233b8e430a17727f29781ed9edb59e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # foo bar djasdk sd iu ier iruei eie rieu eiue rier erue ie eirue irer erue ire ruieur eiure irueiruer ier eirueirue irue iruer eiu reirueirue iruei | |
| # rueireirue | |
| # | |
| # def foo | |
| # puts | |
| # end | |
| # | |
| # kjkdjf dkfdfkfjk djfdkfjd kfjd kfj kfjdf kdj kdjfdkfjdk fjd kfjd kfjdkfjd kfjd kfj dkfjd kfj dkfj dkfdck | |
| def x | |
| puts 1 | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # foo bar djasdk sd iu ier iruei eie rieu eiue rier erue ie eirue irer erue ire | |
| # ruieur eiure irueiruer ier eirueirue irue iruer eiu reirueirue iruei | |
| # rueireirue | |
| # | |
| # def foo puts end | |
| # | |
| # kjkdjf dkfdfkfjk djfdkfjd kfjd kfj kfjdf kdj kdjfdkfjdk fjd kfjd kfjdkfjd kfjd | |
| # kfj dkfjd kfj dkfj dkfdck | |
| def x | |
| puts 1 | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment