# HG changeset patch # User Ludovic Chabant # Date 1636663089 28800 # Thu Nov 11 12:38:09 2021 -0800 # Node ID b5ce60d1e6b411447f689dca0f09d4eda124b5c2 # Parent 62e054a2c4f0d4dcde056cc3882e34b91ebc373c Fix missing `endif`. diff --git a/autoload/lawrencium/hg.vim b/autoload/lawrencium/hg.vim --- a/autoload/lawrencium/hg.vim +++ b/autoload/lawrencium/hg.vim @@ -89,12 +89,13 @@ return l:copts + l:gopts endif endif - + " Just auto-complete with filenames unless it's an option. if l:arglead[0] ==# '-' return [] else return lawrencium#list_repo_files(a:ArgLead, a:CmdLine, a:CursorPos) + endif endfunction function! s:GetHgCommandName(args) abort