Two questions regarding task tags:
What other task tags like TODO, is available in Vim?
Is there any way to make custom task tags like in Eclipse IDE?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like all syntax highlighting,
TODO,FIXME,XXX, et cetera depend on which type of file you are editing. These keywords are defined in the syntax files for your chosen language.The examples I quoted are from
c.vimVim is open source: feel free to browse the repository!