diff --git a/ftplugin/todo_sort.vim b/ftplugin/todo_sort.vim index e5d88bb..df74413 100644 --- a/ftplugin/todo_sort.vim +++ b/ftplugin/todo_sort.vim @@ -109,7 +109,7 @@ endfunction " Returns the list of groups starting by a:symbol between lines a:begin and " a:end -function GetGroups(symbol,begin, end) +function! GetGroups(symbol,begin, end) let l:curline=a:begin let l:groups=[] while l:curline <= a:end