Λlisue
Λlisue
Brilliant! Note that I needed to comment out `asyncio.Task._wakeup` and `asyncio.Task._step` in https://github.com/what-studio/profiling/blob/eventloop-aware/profiling/adapting.py#L30 to ignore `method_descriptor object has no attribute '__code__'` exception in Python 3.6
It sounds really complicated 🤕 Well in the usual case, I think we can use `getftype()` to check if the file is not readable or does not exist (not 100%...
I think there are following two *distinct* issues 1. suda.vim should repeat the command until a correct password is given like normal `sudo` command on [`suda#system`](https://github.com/lambdalisue/suda.vim/blob/b867074b30f623ccb81a0bb8d1b74a6d0fafd160/autoload/suda.vim#L38-L45) 2. suda.vim should NOT...
`nvim -d A B` はサポートできていないようです。 とりあえず表示したい場合は、かわりに Vim に入ってからサイドバイサイドで開き、それぞれで `diffthis` を実行する等で対処してください。
I'm sorry for late reply and I didn't know `checktime`. It seems quite useful thanks 👍
Not sure but it seems https://github.com/lambdalisue/suda.vim/blob/master/autoload/suda.vim#L74 fails somehow... What happen if you directly call `suda#write()` like (note that it will overwrite the content of `/etc/foobar` so BE CAREFUL!) ```vim :call...
It's quite strange. What happen if you modify the code like ```vim function! suda#write(expr, ...) abort range echomsg "expr:" . a:expr echomsg "expand:" . expand(a:expr) echomsg "path:" . s:strip_prefix(expand(a:expr)) "...
What about ```vim function! suda#write(expr, ...) abort range echomsg "expr:" . a:expr echomsg "expand:" . expand(a:expr) echomsg "bufname:" . bufname("%") echomsg "expand:" . expand("%") echomsg "path:" . s:strip_prefix(expand(a:expr)) " Original...
It's quite puzzling... I'm sorry but I've no idea...
How to reproduce the issue?