Yegappan Lakshmanan

Results 120 comments of Yegappan Lakshmanan

This issue has been fixed in the latest version available from the official repo for this plugin: https://github.com/yegappan/greplace

Can you provide the list of Vim commands (or steps) that will reproduce this problem?

This problem should be fixed in the latest version of the plugin. Can you try the latest version?

Yes. The 'workspace/didChangeConfiguration' notification is not yet implemented. But from the LSP protocol specification it is not clear to me when the client is supposed to send this notification to...

Can you describe the sequence of steps and configuration that can be used to reproduce this problem?

Thanks for the steps. I am able to reproduce the issue. It looks like when you undo all the edits, Vim invokes too many text changed notifications. I will look...

Can you try adding a call to lspserver.waitForReponse(req) at the end of the TextDocFormat() function in the autoload/lsp/lspserver.vim file? This is already called if g:LSPTest is defined. You can move...

Thanks for reporting this issue. I have fixed this in 4bbddf9bf9ad42ff9f602483972bc47972061542. I am not able to reproduce the issue with "peek-definition". The change list for the current buffer is not...

I am able to reproduce the issue now. The undolist() function also displays the undo information. It looks like opening a file in a preview window using 'pedit', creates an...

In Vim, you can have only one buffer associated with a given file. When you open a file from the MRU list, it is always opened in a new buffer...