dart-lang/dart-vim-plugin

Format on save throws "key not present in Dictionary" error in Neovim

ypomortsev opened this issue · 2 comments

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

See neovim/neovim#9914

@ypomortsev - can you try #85 and see if it solves the issue for you?

@natebosch That works, thanks!