aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* | Merge pull request #12141 from vigoux/treesitter_fixMatthieu Coudron2020-04-18
|\ \
| * | treesitter: escape backslashes in queriesThomas Vigouroux2020-04-18
* | | vim-patch:8.2.0589: .bsd file type not recognizedJan Edmund Lazo2020-04-17
|/ /
* | doc:Fix incorrect nvim config paths in documentation (#12134)Micah Halter2020-04-16
* | lsp: provide a default for missing reference kind (#12127)George Zhao2020-04-16
* | win,runtime: Fix problem when win32yank was a symbolic link in WSL [skip ci] ...erw72020-04-15
* | vim-patch:8.2.0549: user systemd files not recognizedJan Edmund Lazo2020-04-13
* | vim-patch:8.2.0415: bsdl filetype is not detectedJan Edmund Lazo2020-04-13
* | netrw.vim: gx should ignore terminal buffers #12091Santos Gallegos2020-04-08
* | api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* | vim.uri: fix uri_to_fname (#12059)Hirokazu Hata2020-03-30
* | Merge pull request #11746 from Billy4195/add_wildmenu_keyMatthieu Coudron2020-03-28
|\ \
| * | doc: Fix wildmenu doc inconsistencies and typosZantox2020-03-28
| * | doc: C-Y and C-E in wildmenu completionBilly Su2020-02-18
* | | vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* | | Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse2020-03-16
|\ \ \
| * | | Use buffer version instead of changedtick for editsJesse Bakker2020-02-27
* | | | vim-patch:8.2.0360: yaml files are only recognized by the file extensionJan Edmund Lazo2020-03-07
| |_|/ |/| |
* | | lsp: make showMessage and logMessage callbacks different (#11942)Hirokazu Hata2020-03-02
* | | Merge pull request #11716 from teto/folds_auto_backupMatthieu Coudron2020-03-02
|\ \ \
| * | | updating docMatthieu Coudron2020-03-02
* | | | lua: add vim.tbl_len() #11889Hirokazu Hata2020-03-01
* | | | vim-patch:8.1.1466: not updating priority on existing signJan Edmund Lazo2020-03-01
* | | | vim-patch:8.1.0881: can execute shell commands in rvim through interfacesJan Edmund Lazo2020-03-01
* | | | vim-patch:8.1.1510: a plugin cannot easily expand a command like done internallyJan Edmund Lazo2020-03-01
* | | | man.vim: Handle `man` errors when looking for man-pathsRob Pilling2020-02-29
* | | | Merge #11805 'vim-patch:8.1.0619'Justin M. Keyes2020-02-29
|\ \ \ \
| * | | | vim-patch:8.1.0619: :echomsg and :echoerr do not handle List and DictJan Edmund Lazo2020-02-29
| |/ / /
* | | | lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* | | | lsp: add bufnr to callback function argumentsHirokazu Hata2020-02-28
|/ / /
* | | LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger2020-02-27
* | | LSP/references: Add context to locations returned by serverMathias Fussenegger2020-02-27
* | | Merge pull request #11880 from bfredl/tree-sitter-regexBjörn Linse2020-02-27
|\ \ \
| * | | lua: add regex support, and `@match` support in treesitter queriesBjörn Linse2020-02-26
| * | | treesitter: redraw on changed queryBjörn Linse2020-02-26
| |/ /
* | | Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2020-02-27
* | | LSP/hover: Do not throw away contents if first line is empty (#11939)Mathias Fußenegger2020-02-27
* | | add support to show diagnostics count in statusline (#11641)Alvaro Muñoz2020-02-26
* | | LSP: implement documentHighlight (#11638)Alvaro Muñoz2020-02-26
|/ /
* | lsp/completion: show duplicates in completion popup #11920Mathias Fußenegger2020-02-21
* | vim-patch:8.1.1122: char2nr() does not handle composing charactersJan Edmund Lazo2020-02-20
* | lsp: make functions private and use filter functionHirokazu Hata2020-02-19
* | lsp: respect the sort order if there is sortTextHirokazu Hata2020-02-19
* | lsp: fix textDocument/completion handlingHirokazu Hata2020-02-19
* | lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata2020-02-18
* | lsp/rpc.lua: fix `env` application functionJustin M. Keyes2020-02-16
* | LSP: fix validate_client_configJustin M. Keyes2020-02-16
* | checkhealth: allow 'sudo install' of 'Neovim::Ext' #11874Jan Edmund Lazo2020-02-15
* | Merge pull request #11864 from h-michael/deepcopyBjörn Linse2020-02-15
|\ \
| * | lua: if second argument is vim.empty_dict(), vim.tbl_extend uses empty_dict()...Hirokazu Hata2020-02-14