aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* refactor(vim.opt): remove enumsLewis Russell2022-09-08
* refactor(vim.opt): remove del argLewis Russell2022-09-08
* vim-patch:9.0.0417: Jsonnet files are not recognized (#20119)Christian Clason2022-09-08
* Merge pull request #19958 from dundargoc/build/cmake/cleanupChristian Clason2022-09-08
|\
| * build: remove unnecessary build functionsdundargoc2022-09-08
| * build: replace deprecated CMAKE_COMPILER_IS_GNUCC variableDundar Göc2022-09-08
| * build: remove unnecessary policy related codedundargoc2022-09-08
| * build: remove ARGS from add_custom_commanddundargoc2022-09-08
|/
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* Merge pull request #20093 from neovim/upstream-ts-utilChristian Clason2022-09-08
|\
| * refactor(treesitter): get_{nodes,captures}_at_{position,cursor}Christian Clason2022-09-06
| * feat(treesitter): upstream get_node_at_cursor()Quentin Rasmont2022-09-06
* | fix(treesitter): use the right loading order for base queries (#20117)bfredl2022-09-08
* | feat(treesitter)!: do not merge queries by default (#20105)Thomas Vigouroux2022-09-08
* | Merge pull request #20115 from glepnir/fix_docThomas Vigouroux2022-09-08
|\ \
| * | fix(docs): remove duplicate wordRaphael2022-09-08
|/ /
* | Merge pull request #20114 from zeertzjq/ts-docsThomas Vigouroux2022-09-08
|\ \
| * | docs(treesitter): fix doxygenzeertzjq2022-09-08
|/ /
* | Merge pull request #20112 from zeertzjq/vim-9.0.0410zeertzjq2022-09-08
|\ \
| * | vim-patch:9.0.0412: compiler warning for unused argumentzeertzjq2022-09-08
| * | vim-patch:9.0.0410: struct member cts_lnum is unusedzeertzjq2022-09-08
|/ /
* | Merge pull request #20110 from ii14/vim-7c7e1e9b98d4zeertzjq2022-09-08
|\ \
| * | vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expressionii142022-09-08
| * | vim-patch:8.2.3702: first key in dict is seen as curly expression and failszeertzjq2022-09-08
|/ /
* | vim-patch:9.0.0403: 'equalalways' may be off when 'laststatus' is zero (#20109)luukvbaal2022-09-07
* | fix(options): mark `winhighlight` as list style (#19477)ii142022-09-07
* | vim-patch:9.0.0402: javascript module files are not recoginzed (#20108)Christian Clason2022-09-07
* | Merge pull request #20100 from bfredl/luafuncbfredl2022-09-07
|\ \
| * | refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* | | Use weak tables in tree-sitter code (#17117)Thomas Vigouroux2022-09-07
* | | fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)Sean Dewar2022-09-06
* | | Merge pull request #20102 from e-kwsm/treesitter-c99bfredl2022-09-07
|\ \ \
| * | | build(treesitter): set CMAKE_C_STANDARD to C99Eisuke Kawashima2022-09-07
|/ / /
* | | Merge pull request #17329 from cryptomilk/asn-vterm-0-2Christian Clason2022-09-06
|\ \ \ | |/ / |/| |
| * | fix(terminal): adopt altscreen test for libvterm 0.2 changesAndreas Schneider2022-09-06
| * | build(deps): use libvterm 0.3-rc1Andreas Schneider2022-09-06
| * | feat(term): add support for libvterm >= 0.2Andreas Schneider2022-09-06
| * | refactor(term): use const for title and add len to buf_set_term_title()Andreas Schneider2022-09-06
* | | Merge pull request #20031 from dundargoc/refactor/char_u/8bfredl2022-09-06
|\ \ \
| * | | refactor: replace char_u with charDundar Göc2022-09-06
* | | | fix(ts): do not clobber spelloptions (#20095)Lewis Russell2022-09-06
* | | | Merge pull request #20097 from clason/ts-syntax-offbfredl2022-09-06
|\ \ \ \
| * | | | fix(treesitter): don't support legacy syntax in start()Christian Clason2022-09-06
|/ / / /
* / / / build: consistently set build type regardless of generator or platform #19760dundargoc2022-09-06
|/ / /
* | | fix(cmdheight=0): various issues part3 #19816Shougo2022-09-06
* | | refactor: migrate comment style 2 #20080dundargoc2022-09-06
|/ /
* | Merge pull request #19419 from vigoux/extmark_spellLewis Russell2022-09-06
|\ \
| * | feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
|/ /
* | Merge pull request #20039 from zeertzjq/cmod-tabbfredl2022-09-06
|\ \ | |/ |/|
| * fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02