lalitmetkar / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Markdown ftplugin causes error #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Open any markdown file, vim will complain about error in ftplugin 
file, line 17

This line contains following:

let b:undo_ftplugin .= "|setl cms< com< fo<"

It's assumed that the variable already exists whereas it's not true and other 
ftplugins just define this variable.

Original issue reported on code.google.com by dpetr...@gmail.com on 5 Aug 2011 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by brammool...@gmail.com on 14 Dec 2011 at 6:09