mattn

Results 1010 comments of mattn

I revert this PR. This break original behavior.

Original code have no problem.

``` void _sqlite3_result_text(sqlite3_context* ctx, const char* s) { sqlite3_result_text(ctx, s, -1, &free); } ``` This `s` is free-ed correctly.

Please explain what do you need.

As far as I did digging for this, AWS ECR does not work without `--bare` option.

I'll update in later.

I don't reproduce this. Which plugin manager do you use?

Or do you solve with following patch? ```diff diff --git a/autoload/lsp_settings.vim b/autoload/lsp_settings.vim index 61739d2..e4cef1a 100644 --- a/autoload/lsp_settings.vim +++ b/autoload/lsp_settings.vim @@ -614,7 +614,14 @@ function! lsp_settings#clear() abort let s:ftmap = {}...