neovim/runtime
Mathias Fußenegger abcbc5a9f3
lsp: Fix text payload in didSave notification (#13363)
According to the specification[1] the payload must look like this:

    interface DidSaveTextDocumentParams {
    	/**
    	 * The document that was saved.
    	 */
    	textDocument: TextDocumentIdentifier;

    	/**
    	 * Optional the content when saved. Depends on the includeText value
    	 * when the save notification was requested.
    	 */
    	text?: string;
    }

`text` must be on the same level as `textDocument´.

Where `TextDocumentIdentifier` is:

    interface TextDocumentIdentifier {
	/**
	 * The text document's URI.
	 */
	uri: DocumentUri;
    }

[1]: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didSave
2020-12-20 18:12:39 +01:00
..
autoload healthcheck: fix health check issue with shada file (#13291) 2020-12-13 21:49:29 -05:00
colors
compiler xmllint.vim: patch runtime/compiler to 1c6737b20a5 2020-11-22 22:36:17 +01:00
doc doc: Fix vim.lsp.diagnostic.get_next (#13495) 2020-12-20 16:17:11 +01:00
ftplugin runtime/javascript: 207f009326c8f878defde0e594d7d9ed9860106e 2020-12-12 11:40:25 -05:00
indent xml.vim: patch runtime/indent to 4ceaa3a6e0b8cb299 2020-11-22 22:42:02 +01:00
keymap runtime: russian-jcukenwintype.vim keymap #11461 2019-11-27 22:57:11 -08:00
lua lsp: Fix text payload in didSave notification (#13363) 2020-12-20 18:12:39 +01:00
macros
pack/dist/opt Sync cfilter 1.1 from vim 2020-09-21 11:29:02 +03:00
plugin runtime: Fix man.vim count handling. 2020-11-29 19:56:15 -04:00
print
queries/c treesitter: runtime queries 2020-10-11 21:18:28 +02:00
spell
syntax runtime/php: 1c6737b20a5cf71751b180461cea22fc76d8870c 2020-12-19 12:39:10 -05:00
tools fixup! vim-patch:68e6560b84f1 2020-08-15 10:57:17 -04:00
tutor doc: fix typos 2019-11-27 22:47:25 -08:00
bugreport.vim vim-patch:314dd79cac2a 2019-07-29 20:50:07 +02:00
CMakeLists.txt
delmenu.vim
filetype.vim vim-patch:8.2.2106: TOML files are not recognized 2020-12-07 18:03:29 +00:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim vim-patch:8.1.2408: syntax menu and build instructions outdated 2019-12-07 17:39:43 -05:00
menu.vim vim-patch:314dd79cac2a 2019-07-29 20:50:07 +02:00
mswin.vim vim-patch:d47d52232bf2 2019-07-29 20:50:07 +02:00
nvim.appdata.xml release.sh [ci skip] 2019-11-24 17:53:33 -08:00
nvim.desktop
nvim.png
optwin.vim vim-patch:8.1.1228: not possible to process tags with a function 2019-10-22 20:13:02 +01:00
rgb.txt
scripts.vim vim-patch:8.2.0930: script filetype detection trips over env -S argument 2020-06-18 18:01:42 -04:00
synmenu.vim vim-patch:8.1.2408: syntax menu and build instructions outdated 2019-12-07 17:39:43 -05:00