mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-13 20:33:46 -05:00
Fixes #30
This commit is contained in:
@@ -71,11 +71,11 @@ if !hasmapto("<leader>s",'n')
|
||||
nnoremap <script> <silent> <buffer> <leader>s :sort<CR>
|
||||
endif
|
||||
|
||||
if !hasmapto("<leader>s@",'n')
|
||||
if !hasmapto("<leader>s@",'n')
|
||||
nnoremap <script> <silent> <buffer> <leader>s@ :sort /.\{-}\(^\|\W\)\ze@/ <CR>
|
||||
endif
|
||||
|
||||
if !hasmapto("<leader>s+",'n')
|
||||
if !hasmapto("<leader>s+",'n')
|
||||
nnoremap <script> <silent> <buffer> <leader>s+ :sort /.\{-}\(^\|\W\)\ze+/ <CR>
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user