" File: todo.txt.vim " Description: Todo.txt filetype detection " Author: Leandro Freitas " Licence: Vim licence " Website: http://github.com/freitass/todo.txt.vim " Version: 0.2 " TODO uncomment "if exists("g:loaded_todo") " finish "endif "let g:loaded_todo = 1 let s:save_cpo = &cpo set cpo&vim setlocal textwidth=0 setlocal wrapmargin=0 if !hasmapto('TodoSortlines') map s TodoSortlines endif "TODO replace "noremap