This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/autoload
w0rp 8f7ccdc5e9
Refactor the "s:LoadArgCount()" function (#3025)
* Refactor the "s:LoadArgCount()" function

Previously, this function would always set "v:errmsg" on the first
call with a given function.  This is because autoloaded functions
are not defined on the first call.

A number of improvements have been made:
 - a useless local function ("l:Function") is removed
 - the "execute()" builtin captures the output, instead of ":redir"
 - a ":try" block handles the case where a function is not defined
 - a useless ":if" is removed since ":redir" always defines the var
 - confusing quoting is re-written (remove double "'" chars)

Fixes: #3021
2020-03-04 20:56:22 +00:00
..
ale Refactor the "s:LoadArgCount()" function (#3025) 2020-03-04 20:56:22 +00:00
asyncomplete/sources Add asyncomplete.vim Support (#2627) 2019-08-17 18:40:05 +01:00
ale.vim Adding support for LSP window/showMessage method (#2652) 2019-10-18 16:17:54 +01:00