Commit 9add43a8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Invert Vim's spell(-enabled) settings

Vim buffers default to ':set nospell' and ':setl spell' must be
explicitly enabled in ~/.vim/after/ftplugin/&filetype.vim
parent deab3ea4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
setl fo+=c
setl textwidth=92
setl smartindent
setl spell

let c_glib=1  "Enables GLib Highlighting
let c_pfs=1   "Enables PFS Project Highlighting

.vim/after/ftplugin/diff.vim

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
setl nospell

.vim/after/ftplugin/gitrebase.vim

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
setl nospell
+1 −0
Original line number Diff line number Diff line
setl sw=2 ts=2 sts=2
setl spell
source ~/.vim/after/ftplugin/xml.vim
+1 −0
Original line number Diff line number Diff line
setl sw=2 ts=2 sts=2
setl spell
Loading