" File: todo.txt.vim " Description: Todo.txt filetype detection " Author: David Beniamine , Leandro Freitas " License: Vim license " Website: http://github.com/dbeniamine/todo.txt-vim if ! exists("g:Todo_txt_loaded") let g:Todo_txt_loaded=0.8.2 endif " Save context {{{1 let s:save_cpo = &cpo set cpo&vim " General options {{{1 " Some options lose their values when window changes. They will be set every " time this script is invoked, which is whenever a file of this type is " created or edited. setlocal textwidth=0 setlocal wrapmargin=0 " Increment and decrement the priority use and on alpha setlocal nrformats+=alpha " Mappings {{{1 " mappings that users can map alternate keys to {{{2 " if they choose not to map default keys (or otherwise) nnoremap