aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * docs(filetype): consolidate comments in dev_vimpatch.txtChristian Clason2024-08-03
| * docs(filetype): add note about prefering explicit lists over patternEvgeni Chasnovski2024-08-03
| * refactor(filetype): use extension match instead of pattern if possibleEvgeni Chasnovski2024-08-03
| * refactor(filetype): use file name match instead of pattern if possibleEvgeni Chasnovski2024-08-03
| * fix(lsp): redundant spaces in lsp log (#29970)Jaehwang Jung2024-08-03
| * feat(lsp): announce codeLens resolveSupport (#29956)Mathias Fußenegger2024-08-03
| * Merge pull request #29967 from zeertzjq/vim-9.1.0648zeertzjq2024-08-03
| |\
| | * vim-patch:9.1.0653: Patch v9.1.0648 not completely rightzeertzjq2024-08-03
| | * vim-patch:9.1.0648: [security] double-free in dialog_changed()zeertzjq2024-08-03
| |/
| * refactor: move some functions out of eval.c (#29964)zeertzjq2024-08-02
| * vim-patch:9.1.0655: filetype: goaccess config file not recognizedChristian Clason2024-08-03
| * vim-patch:c527d90: runtime(netrw): honor `g:netrw_alt{o,v}` for `:{S,H,V}expl...Christian Clason2024-08-03
| * test: allow exec_lua to handle functionsLewis Russell2024-08-02
| * fix(tui): reset active attr ID when OSC 8 sequence is terminated (#29960)Gregory Anders2024-08-02
| * refactor(lsp): remove freeze() from gen_lsp (#29955)Mathias Fußenegger2024-08-02
| * refactor(lsp): add test case for default diagnostic severityMathias Fussenegger2024-08-02
| * fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq2024-08-02
| * Merge pull request #29951 from zeertzjq/vim-9.0.0632zeertzjq2024-08-02
| |\
| | * refactor(eval): treat v:lua call as simple functionzeertzjq2024-08-02
| | * vim-patch:9.1.0649: Wrong comment for "len" argument of call_simple_func()zeertzjq2024-08-02
| | * vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
| | * vim-patch:9.0.0632: calling a function from an "expr" option has overheadzeertzjq2024-08-02
| |/
| * vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...zeertzjq2024-08-02
| * vim-patch:9.1.0652: too many strlen() calls in syntax.c (#29949)zeertzjq2024-08-02
| * vim-patch:9.1.0651: ex: trailing dot is optional for :g and :insert/:append (...zeertzjq2024-08-02
| * Merge pull request #29945 from zeertzjq/vim-9.1.0647zeertzjq2024-08-02
| |\
| | * vim-patch:9.1.0647: [security] use-after-free in tagstack_clear_entryzeertzjq2024-08-02
| | * vim-patch:9.0.2158: [security]: use-after-free in check_argument_typezeertzjq2024-08-02
| | * vim-patch:9.0.2149: [security]: use-after-free in exec_instructions()zeertzjq2024-08-02
| |/
| * vim-patch:9.1.0650: Coverity warning in cstrncmp() (#29944)zeertzjq2024-08-01
| * fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
| * fix(watch): exclude .git when using inotifywait (#29914)Manuel2024-08-01
| * build(vim-patch.sh): use 7 hex digits for runtime patch file name (#29940)zeertzjq2024-08-01
| * vim-patch:30a8ad6: runtime(java): Document "g:java_space_errors" and "g:java_...Christian Clason2024-08-01
| * vim-patch:77b87c3: runtime(java): Cluster optional group definitions and thei...Christian Clason2024-08-01
| * vim-patch:9aabcef: runtime(java): Tidy up the syntax fileChristian Clason2024-08-01
| * vim-patch:3749dff: runtime(java): Tidy up the documentation for "ft-java-syntax"Christian Clason2024-08-01
| * vim-patch:5b07213: runtime(doc): re-format tag example lines, mention ctags -...zeertzjq2024-08-01
| * vim-patch:8.2.4275: cannot use an autoload function from a package under star...zeertzjq2024-08-01
| * vim-patch:partial:f10911e: Update runtime files (#29936)zeertzjq2024-08-01
| * Merge pull request #29935 from zeertzjq/vim-9.1.0450zeertzjq2024-08-01
| |\
| | * vim-patch:partial:9.1.0462: eval5() and eval7 are too complexzeertzjq2024-08-01
| | * vim-patch:partial:9.1.0450: evalc. code too complexzeertzjq2024-08-01
| |/
| * vim-patch:d88ebcb: runtime(colors): update habamax scheme - tweak diff/search...Christian Clason2024-08-01
| * vim-patch:fcc5346: runtime(colors): update included colorschemesChristian Clason2024-08-01
| * vim-patch:5753d99: runtime(nohlsearch): add missing loaded_hlsearch guardChristian Clason2024-07-31
| * vim-patch:56e8ed6: runtime(kivy): Updated maintainer info for syntax scriptChristian Clason2024-07-31
| * fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2024-07-31
| * feat(lsp): lsp.completion support set deprecated (#29882)glepnir2024-07-31
| * fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31