Format on save throws "key not present in Dictionary" error in Neovim
ypomortsev opened this issue · 2 comments
ypomortsev commented
Error detected while processing function <SNR>97_FormatOnSave[3]..dart#fmt[6]..<SNR>101_clearQfList:
line 1:
E716: Key not present in Dictionary: context
E15: Invalid expression: getqflist({'context': 1}).context
natebosch commented
@ypomortsev - can you try #85 and see if it solves the issue for you?
ypomortsev commented
@natebosch That works, thanks!