Closed (fixed)
Project:
Vim Plugin For Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2013 at 03:42 UTC
Updated:
4 Jun 2013 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
benjifisherFixed and committed: 451940b.
This is a partial revert of 95d5f69 and 955dba8.
Comment #3
benjifisherI realized that even though
'comments'was set properly, my doc blocks were having trouble because'formatoptions'was being reset. The problem was theb:undo_ftpluginvariable. The attached patch fixes this by moving the conditional:finishline later in the file.The patch also does two things to comply with Vim coding standards:
'cpo'optionb:undo_ftpluginso thatftplugin.vimcan undo the changes made here.I have already committed the patch: 50066d5.