Mehul-Lakhwani

Results 3 issues of Mehul-Lakhwani

The issue here was that the macro checks if ex is a :call expression, but as do-block is used so it has't been converted yet so the issue is fixed...

Here I updated the isfile check in the process where the code doesn't crashes in windows when the permission is denied it just simply ignore the file and assume that...

github-actions

Here I found the problem during the ternary operator the string(:sym) is evaluated as "sym". So replaced it with repr(:sym) which is now evaluated as ":sym". and we got our...