ashersyed / macvim

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

Opening markdown file throws me an error #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error detected while processing 
/usr/local/Cellar/macvim/7.3-57/MacVim.app/Contents/Resources/vim/runtime/ftplug
in/markdown.vim:

E121: Undefined variable: b:undo_ftplugin

Seems to be coming from line 17 in Tim Popes markdown ftplugin
  let b:undo_ftplugin .= "|setl cms< com< fo<"

any ideas?
My .vim [https://github.com/KeysetTS/dotfiles/tree/master/vimdots/vim] 

Original issue reported on code.google.com by BeMat...@gmail.com on 21 Apr 2011 at 9:31

GoogleCodeExporter commented 9 years ago
Try

https://github.com/b4winckler/macvim/wiki/Troubleshooting

to track down the problem yourself.  If that fails, try asking the plugin 
author or post a message to vim_use.

Please do not use this tracker for asking questions like this, it is meant for 
MacVim bugs only.

Original comment by bjorn.winckler@gmail.com on 22 Apr 2011 at 9:09