vim-lsp
                                
                                
                                
                                    vim-lsp copied to clipboard
                            
                            
                            
                        Fix signs for diagnostics that are reported one line past the end
Some language servers report unexpected EOF errors on the line that's actually one past the last line of the file. Be a bit more accomodating and just show them on the last line of the buffer instead.
I've noticed this problem with the Intelephense LSP server.
@prabirshrestha the failing test seems to be from an intermittent github issue, could you re-run it please?
Merged. Thanks.