aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | lsp/tests: Ensure client is stopped in basic_init tests (#13798)Mathias Fußenegger2021-01-27
|/ / / / /
* | | | | Merge pull request #13719 from chentau/lua_complBjörn Linse2021-01-27
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add completion to lua
| * | | | lintchentau2021-01-26
| | | | |
| * | | | lua: complete methods in metatablesBjörn Linse2021-01-26
| | | | |
| * | | | Don't show entire context when completingTony Chen2021-01-26
| | | | |
| * | | | feat: add completion to ':lua'TJ DeVries2021-01-26
|/ / / /
* | | | Merge pull request #13828 from vigoux/ts-bump-c-runtimeThomas Vigouroux2021-01-26
|\ \ \ \ | | | | | | | | | | deps(treesitter): bump C parser and runtime
| * | | | deps(treesitter): bump C parser and runtimeThomas Vigouroux2021-01-26
|/ / / / | | | | | | | | | | | | | | | | It's been a while since we bumped the C parser version, and a few ABI versions have been realised since.
* | | | Merge pull request #13820 from janlazo/vim-8.2.2392Jan Edmund Lazo2021-01-25
|\ \ \ \ | | | | | | | | | | vim-patch:8.2.{2392,2399,2402}
| * | | | vim-patch:8.2.2402: some filetypes not detectedJan Edmund Lazo2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Some filetypes not detected. Solution: Detect Ruby Signature and Puppet related files. (Doug Kearns) https://github.com/vim/vim/commit/8323cab31c3120a7f80cf3271a506a30ec04d99e
| * | | | vim-patch:8.2.2399: fold test fails in wide terminalJan Edmund Lazo2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Fold test fails in wide terminal. Solution: Adjust the test. (Dominique Pelle, closes vim/vim#7731, closes vim/vim#7739) https://github.com/vim/vim/commit/7cf0c114d690c91ac88c92a1a6f1b1935cb6410f
| * | | | vim-patch:8.2.2392: fennel filetype not recognizedJan Edmund Lazo2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Fennel filetype not recognized. Solution: Detect with pattern and hashbang. (Chinmay Dalal, closes vim/vim#7729) https://github.com/vim/vim/commit/402115f1c2b4d0704a822206f2e6e931e721c129
* | | | | lsp: match textDocument/didChange eol behavior (#13792)Michael Lingelbach2021-01-25
|/ / / / | | | | | | | | We should be consistent in sending the EOL character to servers(I think). Julia expects this to match on bufwrite, or it crashes when vim appends the newline during the write process.
* | | | Merge pull request #13807 from spywhere/min-size-auto-signMatthieu Coudron2021-01-23
|\ \ \ \ | | | | | | | | | | Auto sign column with minimum size support
| * | | | opt: add tests (#13783)Sirisak Lueangsaksri2021-01-20
| | | | |
| * | | | opt: address linting issues (#13783)Sirisak Lueangsaksri2021-01-20
| | | | |
| * | | | opt: update docs on signnumber (#13783)Sirisak Lueangsaksri2021-01-20
| | | | |
| * | | | opt: better handling number bounds (#13783)Sirisak Lueangsaksri2021-01-20
| | | | |
| * | | | opt: reduce hardcoded values (#13783)Sirisak Lueangsaksri2021-01-20
| | | | |
| * | | | opt: minimum sign size for auto (#13783)Sirisak Lueangsaksri2021-01-20
| | | | |
* | | | | Merge pull request #13819 from runiq/extmark_gravity_docsBjörn Linse2021-01-23
|\ \ \ \ \ | | | | | | | | | | | | Doc: Generate API docs for buf_set_extmark gravity
| * | | | | Doc: Generate API docs for buf_set_extmark gravityPatrice Peterson2021-01-23
|/ / / / / | | | | | | | | | | | | | | | Cf. #13679
* | | | | lsp: clear diagnostics on client shutdown (#13788)Michael Lingelbach2021-01-23
| | | | |
* | | | | Merge pull request #13818 from janlazo/vim-8.2.2379Jan Edmund Lazo2021-01-22
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:8.2.{2375,2379,2384,2385}
| * | | | | vim-patch:8.2.2385: "gj" and "gk" do not work correctly when inside a foldJan Edmund Lazo2021-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: "gj" and "gk" do not work correctly when inside a fold. Solution: Move check for folding. (closes vim/vim#7724, closes vim/vim#4095) https://github.com/vim/vim/commit/e71996bd0865659bde5450f466bc3e53e83431b2
| * | | | | vim-patch:8.2.2375: test for RGB color skipped in the terminalJan Edmund Lazo2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test for RGB color skipped in the terminal. Solution: Run the GUI if possible. https://github.com/vim/vim/commit/09fbedc8dc3adc0a7adf2093916911e633cfa626 Cherry-pick Test_highlight_RGB_color() from patch v8.2.1077 to port this patch.
| * | | | | vim-patch:8.2.2384: turtle filetype not recognizedJan Edmund Lazo2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Turtle filetype not recognized. Solution: Add a rule to detect turtle files. (closes vim/vim#7722) https://github.com/vim/vim/commit/5e6a7aa2b26077775906eb8411952dc6259694de
| * | | | | vim-patch:8.2.2379: do spell suggestions twice if 'spellsuggest' contains numberJan Edmund Lazo2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Finding spell suggestions twice if 'spellsuggest' contains number. Solution: Only do internal suggestions once. (closes vim/vim#7713) https://github.com/vim/vim/commit/77a849c4b3d73c228013a047913c90834a93b4f6
* | | | | | Merge pull request #13603 from matveyt/masterBjörn Linse2021-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Missing argument for package.loadlib()
| * | | | | | Missing argument for package.loadlib()matveyt2021-01-22
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow for foo.bar.baz module name Make luaopen_module() name compatible with Lua 5.1
* | | | | | Merge pull request #13813 from notomo/fix-nvim-echo-clearBjörn Linse2021-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | api(echo): should clear cmdline before echo
| * | | | | | api(echo): should clear cmdline before echonotomo2021-01-21
| | | | | | |
* | | | | | | Merge pull request #13679 from chentau/gravityBjörn Linse2021-01-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Extmarks api: allow for gravity
| * | | | | | change end_right_gravity error behaviorchentau2021-01-12
| | | | | | |
| * | | | | | forgot to update testschentau2021-01-05
| | | | | | |
| * | | | | | change gravity to be a boolean flag, and add corresponding flag for end ↵chentau2021-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | position of extmark
| * | | | | | allow for extmark gravity to be set through apichentau2021-01-03
| | | | | | |
* | | | | | | Update Ukrainian translation (#13785)Anatolii Sakhnik2021-01-21
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #13673 from notomo/add-nvim-echoBjörn Linse2021-01-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | api: nvim_echo
| * | | | | api: nvim_echonotomo2021-01-20
|/ / / / /
* | | | | Merge pull request #13794 from nvim-treesitter/fix-languagetree-containsThomas Vigouroux2021-01-20
|\ \ \ \ \ | | | | | | | | | | | | fix(languagetree): use tree nodes instead of regions in contains
| * | | | | fix(languagetree): use tree nodes instead of regions in containsSteven Sojka2021-01-20
|/ / / / /
* | | | | Merge pull request #13765 from jvgrootveld/ts-default-start-end-row-on-captureThomas Vigouroux2021-01-20
|\ \ \ \ \ | | | | | | | | | | | | treesitter: default start and end row when omitted
| * | | | | treesitter: Fix linter warning and add helper function to remove duplicated ↵“jvgrootveld”2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logic This function returns the start and stop value if set else the node's range is used When the node's range is used, the stop is incremented by 1 to make the search inclusive
| * | | | | treesitter: default start and end row when omitted“jvgrootveld”2021-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for default start and end row when omitted in the query:iter_captures and query:iter_matches functions. When the start and end row values are omitted, the values of the given node is used. The end row value is incremented by 1 to include the node end row in the match. Updated tests and docs accordingly.
* | | | | | lsp: remove duplicate settings validation (#13789)Michael Lingelbach2021-01-18
| | | | | |
* | | | | | lsp: validate and document server settings (#13698)Michael Lingelbach2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | * update lua documentation * run docgen
* | | | | | LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `workspace/configuration` handler could fail with the following error if `config.settings` is nil: runtime/lua/vim/lsp/util.lua:1432: attempt to index local 'settings' (a nil value)" This ensures that `config.settings` is always initialized to an empty table.
* | | | | | Merge pull request #13767 from srafi1/rm-restricted-mode-docsJan Edmund Lazo2021-01-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove -Z flag from --help message
| * | | | | | remove -Z line translationssrafi12021-01-15
| | | | | | |