mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-13 20:33:46 -05:00
typos
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few
|
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:
|
||||||
|
|
||||||
`<leader>-s` : Sort the file
|
`<leader>-s` : Sort the file
|
||||||
|
|
||||||
@@ -28,5 +28,5 @@ mappings, to help with edition of these files:
|
|||||||
|
|
||||||
`<leader>-D` : Remove completed tasks
|
`<leader>-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
|
Then you will be able to get the commands help with: :h todo.txt
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
" File: todo.txt.vim
|
" File: todo.txt.vim
|
||||||
" Description: Todo.txt filetype detection
|
" Description: Todo.txt filetype detection
|
||||||
" Author: Leandro Freitas <freitass@gmail.com>
|
" Author: Leandro Freitas <freitass@gmail.com>
|
||||||
" Licence: Vim licence
|
" License: Vim licence
|
||||||
" Website: http://github.com/freitass/todo.txt.vim
|
" Website: http://github.com/freitass/todo.txt-vim
|
||||||
" Version: 0.1
|
" Version: 0.1
|
||||||
|
|
||||||
autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
|
autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
" File: todo.txt.vim
|
" File: todo.txt.vim
|
||||||
" Description: Todo.txt filetype detection
|
" Description: Todo.txt filetype detection
|
||||||
" Author: Leandro Freitas <freitass@gmail.com>
|
" Author: Leandro Freitas <freitass@gmail.com>
|
||||||
" Licence: Vim licence
|
" License: Vim licence
|
||||||
" Website: http://github.com/freitass/todo.txt.vim
|
" Website: http://github.com/freitass/todo.txt-vim
|
||||||
" Version: 0.4
|
" Version: 0.4
|
||||||
|
|
||||||
" Save context {{{1
|
" Save context {{{1
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
" File: todo.txt.vim
|
" File: todo.txt.vim
|
||||||
" Description: Todo.txt syntax settings
|
" Description: Todo.txt syntax settings
|
||||||
" Author: Leandro Freitas <freitass@gmail.com>
|
" Author: Leandro Freitas <freitass@gmail.com>
|
||||||
" Licence: Vim licence
|
" License: Vim licence
|
||||||
" Website: http://github.com/freitass/todo.txt.vim
|
" Website: http://github.com/freitass/todo.txt-vim
|
||||||
" Version: 0.3
|
" Version: 0.3
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
|
|||||||
Reference in New Issue
Block a user