Created
November 4, 2013 11:50
-
-
Save euoia/7301470 to your computer and use it in GitHub Desktop.
Formatting options in Vim for TODOs in comments
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
In my comments I have this: | |
// TODO: I found it hard to find tutorials or guides for how to use superagent | |
// session cookies with socket.io. This is required because session data is | |
// retrieved even on socket.io requests (due to session.socket.io). If I get | |
// this working, I ought to write it up publicly. | |
I would like to be able to select the text, format paragraph using gq, and get this: | |
// TODO: I found it hard to find tutorials or guides for how to use superagent | |
// session cookies with socket.io. This is required because session data is | |
// retrieved even on socket.io requests (due to session.socket.io). If I get | |
// this working, I ought to write it up publicly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment