Use Localleader instead of leader for sorting

This commit fix a small error I made during the merge of matjon works.
This commit is contained in:
David Beniamine
2015-02-02 00:02:52 +01:00
parent a9aec4efc7
commit dfd8add10d

View File

@@ -87,7 +87,7 @@ endfunction
" Mappings {{{1
" Sort tasks {{{2
if !hasmapto("<localleader>s",'n')
if !hasmapto("<localleader>s",'n')
nnoremap <script> <silent> <buffer> <LocalLeader>s :call TodoTxtSort()<CR>
endif