" Vim Todo.txt plugin " Last Change: 2011 Jun 01 " Maintainer: Leandro Freitas " License: This file is placed in the public domain. if exists("g:loaded_todo") finish endif " Stop breaking lines automatically set textwidth=0 set wrapmargin=0 "" Vim global plugin for correcting typing mistakes "" Last Change: 2000 Oct 15 "" Maintainer: Bram Moolenaar "" License: This file is placed in the public domain. " "if exists("g:loaded_typecorr") " finish "endif "let g:loaded_typecorr = 1 " "let s:save_cpo = &cpo "set cpo&vim " "iabbrev teh the "iabbrev otehr other "iabbrev wnat want "iabbrev synchronisation " \ synchronization "let s:count = 4 " "if !hasmapto('TypecorrAdd') " map a TypecorrAdd "endif "noremap