comparison plugins/hghelp/hghelp.vim @ 18:203279635445 default tip

Adding in the voice note ability. It's not perfect but it is working.
author Luka Sitas <lsitas@avatarasoftware.com>
date Tue, 16 Dec 2025 11:03:27 -0500
parents 412c33afd395
children
comparison
equal deleted inserted replaced
17:412c33afd395 18:203279635445
5 wa 5 wa
6 if exists("g:hg_format_command") && !empty(g:hg_format_command) 6 if exists("g:hg_format_command") && !empty(g:hg_format_command)
7 execute '!'.g:hg_format_command 7 execute '!'.g:hg_format_command
8 endif 8 endif
9 execute 9 execute
10 call ExecuteCommand('!hg addremove') 10 call ExecuteCommand('hg addremove')
11 call PopupCommand('hg commit') 11 call PopupCommand('hg commit')
12 endfunction 12 endfunction
13 13
14 14
15 function! s:OpenHgDiff(file) 15 function! s:OpenHgDiff(file)