aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* vim-patch:9.0.0073: too many files recognized as bsdl (#19504)Christian Clason2022-07-26
* feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2022-07-25
* feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell2022-07-20
* docs: fix vim.filetype.add by avoiding quotes (#19433)Javier Lopez2022-07-19
* fix: add group in autocmd api #19412Raphael2022-07-17
* fix(lua): double entries in :lua completion #19410ii142022-07-17
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* fix(lsp): move augroup define to if statement (#19406)Raphael2022-07-17
* vim-patch:9.0.0055 (#19392)Gregory Anders2022-07-17
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* refactor: use `local api = vim.api`ii142022-07-15
* refactor: use npcall from vim.Fii142022-07-15
* refactor(lsp): make the use of local aliases more consistentii142022-07-15
* fix(treesitter): don't error when node argument of predicate is nil (#19355)Stephan Seitz2022-07-14
* fix(lsp): account for initializing servers in vim.lsp.start (#19329)Nicolas Hillegeer2022-07-12
* fix(lsp): don't attach a client in lsp.start() if there is none (#19328)Nicolas Hillegeer2022-07-11
* fix(lsp): abort pending changes after flush when debouncing (#19314)Rishikesh Vaishnav2022-07-11
* feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger2022-07-10
* fix(lsp): pcall nvim_del_augroup_by_name (#19302)Christian Clason2022-07-10
* vim-patch:9.0.0049: csv and tsv files are not recognized (#19300)Christian Clason2022-07-10
* refactor: remove functions marked for deprecation in 0.8 (#19299)Gregory Anders2022-07-09
* refactor(lua): replace vim.cmd use with API calls (#19283)Raphael2022-07-09
* feat(runtime)!: enable filetype.lua by default (#19216)Christian Clason2022-07-07
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* fix(filetype): remove call to vim.fn.resolve and pass filename to match functionsmjonas2022-07-06
* fix(filetype): fix filetype patternssmjonas2022-07-06
* vim-patch:9.0.0042: missing change for filetype detectionsmjonas2022-07-06
* vim-patch:9.0.0041: a couple of filetype patterns do not have "*" before "/etc"smjonas2022-07-06
* refactor(runtime): port scripts.vim to lua (#18710)Jonas Strittmatter2022-07-03
* vim-patch:9.0.0012: signature files not detected properly (#19172)Christian Clason2022-07-01
* fix(filetype): update call sites of vim.filetype.match (#19171)Gregory Anders2022-06-30
* fix(lsp): small bugs in snippet-parser #18998L3MON4D32022-06-29
* vim-patch:9.0.0006: not all Visual Basic files are recognized (#19153)Christian Clason2022-06-29
* vim-patch:9.0.0005: hare files are not recognized (#19151)Christian Clason2022-06-29
* fix(vim.ui.input): accept nil or empty "opts" #191090x74696d6d792022-06-28
* fix(filetype): check for non-nil match in detect.rules (#19129)Christian Clason2022-06-27
* refactor(filetype): allow vim.filetype.match to accept buf and filename (#19114)Gregory Anders2022-06-27
* refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...Gregory Anders2022-06-26
* fix(filetype.lua): always return a string in getlines function (#19080)Hazel Weakly2022-06-24
* refactor(runtime): refactor filetype.lua (#18813)Jonas Strittmatter2022-06-21
* refactor: use nvim_{get,set}_option_value for vim.{b,w}oGregory Anders2022-06-20
* fix(treesitter): new iter if foldedkevinhwang912022-06-16
* fix(lua): highlight.on_yank can close timer in twice #18976notomo2022-06-15
* docs: fix typos (#18866)dundargoc2022-06-15
* feat(lsp): sort codelens if multiple item per line (#18951)rhcher2022-06-13
* feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders2022-06-09
* fix(diagnostic): check for negative column value (#18868)mohsen2022-06-08
* refactor(runtime): port remaining patterns from filetype.vim to filetype.lua ...Jonas Strittmatter2022-06-06
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* perf(tests): don't invoke nvim_get_all_options_info until neededbfredl2022-06-05