mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-15 13:23:46 -05:00
minor
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
" 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>
|
||||||
" License: Vim licence
|
" License: Vim license
|
||||||
" Website: http://github.com/freitass/todo.txt-vim
|
" Website: http://github.com/freitass/todo.txt-vim
|
||||||
" Version: 0.1
|
" Version: 0.1
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
" 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>
|
||||||
" License: Vim licence
|
" License: Vim license
|
||||||
" Website: http://github.com/freitass/todo.txt-vim
|
" Website: http://github.com/freitass/todo.txt-vim
|
||||||
" Version: 0.4
|
" Version: 0.4
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ endfunction
|
|||||||
|
|
||||||
function! TodoTxtMarkAsDone()
|
function! TodoTxtMarkAsDone()
|
||||||
call s:TodoTxtRemovePriority()
|
call s:TodoTxtRemovePriority()
|
||||||
call TodoTxtPrependDate()
|
call TodoTxtPrependDate()
|
||||||
normal! Ix
|
normal! Ix
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
" 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>
|
||||||
" License: Vim licence
|
" License: Vim license
|
||||||
" Website: http://github.com/freitass/todo.txt-vim
|
" Website: http://github.com/freitass/todo.txt-vim
|
||||||
" Version: 0.3
|
" Version: 0.3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user