]> git.mdlowis.com Git - archive/vim_config.git/commitdiff
Added Todo command and fixed comment for ToFn command
authorMike D. Lowis <mike@mdlowis.com>
Thu, 24 Jan 2013 19:12:57 +0000 (14:12 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 24 Jan 2013 19:12:57 +0000 (14:12 -0500)
vimrc

diff --git a/vimrc b/vimrc
index 0f062ae5bc3e8a8edd31e7059573859222697052..986cc4056b8ef6cbb495529057ff0ccda6ec3217 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -72,9 +72,12 @@ set statusline+=%<%=[%l][%c][%P][%L]%<
 " Function and Command Definitions
 "==============================================================================
 
-" ToFn - Converts a group of C function prototypes to definitions ----
+" ToFn - Converts a group of C function prototypes to definitions
 command! -range=% -nargs=0 ToFn execute "<line1>,<line2>s/;/\r{\r\r}\r/"
 
+" Todo - Opens ~/.todo.md for editing
+command! Todo edit ~/.todo.md
+
 " LoadProject - Searches for and loads project specific settings
 function! LoadProject()
     let proj = findfile("project.vim", ".;")