Re: Vim's modeline support

2013-09-03 Thread Andrew Borodin
On Sat, 31 Aug 2013 17:32:28 +0200 Tomasz Wasilczyk wrote: Hi, I recently needed indentation styles set per-file (not globally). Such feature is supported by vim with modeline mod enabled, but my favorite editor is mcedit. So, I've just wrote modeline support for mcedit. Here is the patch

Vim's modeline support

2013-08-31 Thread Tomasz Wasilczyk
Hi, I recently needed indentation styles set per-file (not globally). Such feature is supported by vim with modeline mod enabled, but my favorite editor is mcedit. So, I've just wrote modeline support for mcedit. Here is the patch against current git: http://pastebin.com/99anc269 This is rather