Mercurial > vim
diff 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 |
line wrap: on
line diff
--- a/plugins/hghelp/hghelp.vim Fri Dec 05 08:48:49 2025 -0500 +++ b/plugins/hghelp/hghelp.vim Tue Dec 16 11:03:27 2025 -0500 @@ -7,7 +7,7 @@ execute '!'.g:hg_format_command endif execute - call ExecuteCommand('!hg addremove') + call ExecuteCommand('hg addremove') call PopupCommand('hg commit') endfunction
