File: moin-plugin.vim

package info (click to toggle)
editmoin 1.10.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 112 kB
  • ctags: 63
  • sloc: python: 364; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (5)
1
2
3
au! BufRead,BufNewFile *.moin
    \ if getline(1) =~ '^@@ Syntax: 1\.5$' | setf moin1_5
    \ | else | setf moin1_6 | endif