Commit 690371cb authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Disabled HTML AutoAlign FtPlugin in favor of a working Twig Support.

parent 8cc6a667
Loading
Loading
Loading
Loading

.ctags

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
-R
--exclude=.svn
--tag-relative=yes
--PHP-kinds=+cf-v
--regex-PHP=/abstract\s+class\s+([^ ]+)/\1/c/
--regex-PHP=/interface\s+([^ ]+)/\1/c/
--regex-PHP=/(public\s+|static\s+|abstract\s+|protected\s+|private\s+)function\s+\&?\s*([^ (]+)/\2/f/])

.gitconfig

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
[user]
    name = Hermann Mayer
    email = jack@hermann-mayer.net

[color]
    diff = auto
    status = auto
    branch = auto

[format]
    pretty = "Commit:  %C(yellow)%H%nAuthor:  %C(green)%aN <%aE>%nDate:    (%C(red)%ar%Creset) %ai%nSubject: %s%n%n%b"

[core]
    pager = less -R
	excludesfile = ~/.gitignore
+0 −1
Original line number Diff line number Diff line
*~
*.swp
*.swo
.ldapCredentials.conf
+14 −14
Original line number Diff line number Diff line
@@ -3,17 +3,17 @@
" Date:      Aug 16, 2007
" Version:   13
" ---------------------------------------------------------------------
let b:loaded_autoalign_html= "v13"
let b:undo_ftplugin= "v13"

"  overloading '>' to keep things lined up {{{1
ino <silent> > ><c-r>=AutoAlign(-1)<cr>
let b:autoalign_reqdpat1 = '</[tT][rR]>$'
let b:autoalign_notpat1  = '\%(</[tT][rR]>\)\@!.\{5}$'
let b:autoalign_suspend1 = '\c</\=table>'
let b:autoalign_trigger1 = '>'
if !exists("g:mapleader")
 let b:autoalign_cmd1     = 'norm \Htd$'
else
 let b:autoalign_cmd1     = "norm ".g:mapleader."\Htd$"
endif
" let b:loaded_autoalign_html= "v13"
" let b:undo_ftplugin= "v13"
" 
" "  overloading '>' to keep things lined up {{{1
" ino <silent> > ><c-r>=AutoAlign(-1)<cr>
" let b:autoalign_reqdpat1 = '</[tT][rR]>$'
" let b:autoalign_notpat1  = '\%(</[tT][rR]>\)\@!.\{5}$'
" let b:autoalign_suspend1 = '\c</\=table>'
" let b:autoalign_trigger1 = '>'
" if !exists("g:mapleader")
"  let b:autoalign_cmd1     = 'norm \Htd$'
" else
"  let b:autoalign_cmd1     = "norm ".g:mapleader."\Htd$"
" endif