From 2ebbf31f8ce1a81afb26a0914e6ecefd6d762b8b Mon Sep 17 00:00:00 2001 From: Alexander Hirzel Date: Fri, 31 Oct 2014 21:51:26 -0400 Subject: [PATCH] typos --- README.markdown | 4 ++-- ftdetect/todo.vim | 4 ++-- ftplugin/todo.vim | 4 ++-- syntax/todo.vim | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index 6eefede..1731f85 100644 --- a/README.markdown +++ b/README.markdown @@ -6,7 +6,7 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few -mappings, to help with edition of these files: +mappings, to help with editing these files: `-s` : Sort the file @@ -28,5 +28,5 @@ mappings, to help with edition of these files: `-D` : Remove completed tasks -If you want the help installed run ":helptags ~/.vim/doc" inside vim after having copied the files. +If you want the help installed, run ":helptags ~/.vim/doc" inside vim after having copied the files. Then you will be able to get the commands help with: :h todo.txt diff --git a/ftdetect/todo.vim b/ftdetect/todo.vim index d16a6ee..d429281 100644 --- a/ftdetect/todo.vim +++ b/ftdetect/todo.vim @@ -1,8 +1,8 @@ " File: todo.txt.vim " Description: Todo.txt filetype detection " Author: Leandro Freitas -" Licence: Vim licence -" Website: http://github.com/freitass/todo.txt.vim +" License: Vim licence +" Website: http://github.com/freitass/todo.txt-vim " Version: 0.1 autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index a9b73a6..1a76f75 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -1,8 +1,8 @@ " File: todo.txt.vim " Description: Todo.txt filetype detection " Author: Leandro Freitas -" Licence: Vim licence -" Website: http://github.com/freitass/todo.txt.vim +" License: Vim licence +" Website: http://github.com/freitass/todo.txt-vim " Version: 0.4 " Save context {{{1 diff --git a/syntax/todo.vim b/syntax/todo.vim index 7395043..a57e6d1 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -1,8 +1,8 @@ " File: todo.txt.vim " Description: Todo.txt syntax settings " Author: Leandro Freitas -" Licence: Vim licence -" Website: http://github.com/freitass/todo.txt.vim +" License: Vim licence +" Website: http://github.com/freitass/todo.txt-vim " Version: 0.3 if exists("b:current_syntax")