]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2023-07-24 Yegappan LakshmananMerge pull request #363 from rcasta74/md_parser
2023-07-24 Roberto CastagnolaFix markdown parser
2023-07-24 Yegappan LakshmananMerge pull request #362 from rcasta74/md_parser
2023-07-24 Roberto CastagnolaHandle soft/hard line breaks in markdown parser
2023-07-23 Roberto CastagnolaExpand tabs used to define block structure in markdown...
2023-07-19 Yegappan LakshmananMerge pull request #361 from girishji/omnifunc
2023-07-19 Girish PalyaImproved doc
2023-07-19 Girish PalyaImproved doc
2023-07-19 Girish PalyaOptimize regex comparison in omnifunc
2023-07-19 Girish PalyaAPI to find out if LSP server has replied
2023-07-18 Yegappan LakshmananUpdate the client capabilities. Pass buffer number...
2023-07-18 Yegappan LakshmananOptimize the diags handling code
2023-07-15 Yegappan LakshmananMarkdown is not applied in the preview window. Fixes...
2023-07-15 Yegappan LakshmananPass buffer number as the argument to the autocmd handlers
2023-07-14 Yegappan LakshmananEnable line number in the symbol peek popup window
2023-07-14 Yegappan LakshmananDiagnostic balloon doesn't work properly
2023-07-12 Yegappan LakshmananMerge pull request #358 from vimpostor/diagsbufreload
2023-07-11 Magnus GroßDo not rely on vim's locale in tests
2023-07-11 Magnus GroßEnforce disabled autoHighlightDiags when aleSupport...
2023-07-11 Magnus GroßNever show diagnostics when they are disabled
2023-07-11 Yegappan LakshmananAdd the ":LspDiag" command and add sub-commands for...
2023-07-09 Yegappan LakshmananDiags are not highlighted after a buffer is reloaded
2023-07-08 Yegappan LakshmananFix test failure
2023-07-08 Yegappan LakshmananAdd support for enabling/disabling inlay hints
2023-07-06 Yegappan LakshmananTest fail with older Vim versions
2023-07-06 Yegappan LakshmananError loading the plugin if OptionsSet() function is...
2023-07-04 Yegappan LakshmananIgnore unsupported pyright language server notification...
2023-07-04 Yegappan LakshmananAdd basic support for InsertReplaceEdit in completion...
2023-07-04 Yegappan LakshmananDict key access optimizations
2023-07-04 Yegappan LakshmananUse the current encoding for the completion popup menu...
2023-07-01 Yegappan LakshmananMinor optimizations
2023-07-01 Yegappan LakshmananWhen applying text edits and restoring eol, ignore...
2023-06-30 Yegappan LakshmananDon't check the capabilities for language servers which...
2023-06-29 Yegappan LakshmananAdd an option (showDiagWithSign) to enable/disable...
2023-06-27 Yegappan LakshmananSelect the current symbol when opening the peek symbol...
2023-06-25 Yegappan LakshmananUse the FileType autocmd to start the LSP server for...
2023-06-25 Yegappan LakshmananWhen using multiple language servers, check for the...
2023-06-25 Yegappan LakshmananMerge pull request #347 from girishji/buffer-completion...
2023-06-25 Girish PalyaOptimize dict lookup
2023-06-25 Girish PalyaImproved
2023-06-25 Girish PalyaMake buffer completion responsive for large files
2023-06-24 Yegappan LakshmananMinor optimization
2023-06-24 Yegappan LakshmananAdd support for displaying symbols in the current file...
2023-06-18 Yegappan LakshmananMove snippet related code to a separate file
2023-06-18 Yegappan LakshmananSupport using a particular offset encoding in LSP messages
2023-06-18 Yegappan LakshmananSilence the messages when loading new buffers
2023-06-18 Yegappan LakshmananUpdate the check for the presence of a diags location...
2023-06-18 Yegappan LakshmananDecode symbol location only when needed
2023-06-18 Yegappan LakshmananCursor not positioned correctly when jumping to a symbo...
2023-06-18 Yegappan Lakshmanan:LspSymbolSeach command doesn't support command modifie...
2023-06-18 Yegappan LakshmananNot able to set language server trace level during...
2023-06-17 Yegappan LakshmananAdd a function to get all the diagnostics in a buffer
2023-06-17 Yegappan LakshmananUpdate diags location list when the diags for the buffe...
2023-06-17 Yegappan LakshmananFix hover test failure
2023-06-17 Yegappan LakshmananNot able to use :LspHover with 'keywordprg'
2023-06-17 Yegappan LakshmananMerge pull request #343 from Shane-XB-Qian/fix_test_con...
2023-06-17 shane.xb.qianfix: test conflict failure
2023-06-17 Yegappan LakshmananAdd support for UTF-8 and UTF-16 offset encoding
2023-06-10 Yegappan LakshmananMerge pull request #340 from Shane-XB-Qian/fix_super_is...
2023-06-10 shane.xb.qianfix: 'super' is a keyword cannot use
2023-06-09 Yegappan LakshmananMerge pull request #334 from vimpostor/ale
2023-06-09 Yegappan LakshmananMerge branch 'main' into ale
2023-06-07 Yegappan LakshmananSome lines in the plugin help text exceed 79 characters
2023-06-06 Yegappan LakshmananMerge pull request #336 from Shane-XB-Qian/fix_util_get...
2023-06-06 Yegappan LakshmananMerge pull request #335 from Shane-XB-Qian/fix_correct_...
2023-06-06 Yegappan LakshmananMerge pull request #337 from Shane-XB-Qian/fix_test_con...
2023-06-06 shane.xb.qianfix: test conflict failure
2023-06-06 shane.xb.qianfix: util.GetBufOneLine is a bit useless
2023-06-06 shane.xb.qianfix: correct test fs gitignore
2023-06-06 Yegappan LakshmananFix test failure
2023-06-06 Yegappan LakshmananFix test failures
2023-06-05 Yegappan LakshmananProperly support multibyte characters with composing...
2023-06-02 Magnus GroßAdd Ale integration support
2023-06-02 Magnus GroßUse getbufoneline() in GetLineByteFromPos
2023-06-01 Yegappan LakshmananMerge pull request #332 from girishji/vim-vsnip-support
2023-06-01 Girish PalyaUse string evaluation
2023-06-01 Girish PalyaCorrection
2023-06-01 Girish PalyaChange to '->' method call syntax
2023-06-01 Yegappan LakshmananMerge pull request #333 from girishji/buffer-compl
2023-06-01 Girish PalyaFix bug where buffer completion spams
2023-06-01 Girish PalyaEnchance documentation
2023-06-01 Girish PalyaEnhance documentation
2023-06-01 Girish PalyaFix merge issue
2023-06-01 Girish PalyaAdd support for hrsh7th/vim-vsnip snippets
2023-06-01 Yegappan LakshmananFix test failure
2023-06-01 Yegappan Lakshmanangetbufoneline() is supported only starting from Vim...
2023-06-01 Yegappan LakshmananMerge pull request #331 from vimpostor/completepopup
2023-06-01 Yegappan LakshmananMerge pull request #330 from vimpostor/getbufoneline
2023-06-01 Yegappan LakshmananMerge pull request #329 from vimpostor/continue-missing...
2023-06-01 Yegappan LakshmananMerge pull request #328 from inetic/cygpath-cache
2023-05-31 Magnus GroßUnify completepopup settings
2023-05-31 Magnus GroßUse getbufoneline() where applicable
2023-05-31 Magnus GroßSkip invalid servers instead of aborting in LspAddServer()
2023-05-29 Peter JankuliakMinor refactor
2023-05-28 Yegappan LakshmananUse method calling syntax
2023-05-28 Yegappan LakshmananMarkdown text in a completion popup window is not prope...
2023-05-28 Peter JankuliakCache full paths in LspFileToUri
2023-05-28 Peter JankuliakSpeed up cygwin path transformation.
2023-05-27 Yegappan LakshmananFix test failures
2023-05-27 Yegappan LakshmananIn the LSP client capabilities, use 'markdown' first...
next