aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* fix(tui): reset active attr ID when OSC 8 sequence is terminated (#29960)Gregory Anders2024-08-02
* fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq2024-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
* vim-patch:9.1.0647: [security] use-after-free in tagstack_clear_entryzeertzjq2024-08-02
* vim-patch:9.1.0650: Coverity warning in cstrncmp() (#29944)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
* 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
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* vim-patch:9.1.0411: too long functions in eval.c (#29925)zeertzjq2024-07-31
* vim-patch:partial:9.1.0445: Coverity warning after 9.1.0440zeertzjq2024-07-31
* vim-patch:9.1.0415: Some functions are not testedzeertzjq2024-07-31
* vim-patch:partial:9.1.0411: too long functions in eval.czeertzjq2024-07-31
* vim-patch:8.2.4115: cannot use a method with a complex expressionzeertzjq2024-07-31
* vim-patch:8.2.3264: Vim9: assign test failszeertzjq2024-07-31
* vim-patch:9.2.1731: Vim9: cannot use += to append to empty NULL listzeertzjq2024-07-31
* vim-patch:9.1.0645: regex: wrong match when searching multi-byte char case-in...zeertzjq2024-07-31
* vim-patch:9.0.0105: illegal memory access when pattern starts with illegal bytezeertzjq2024-07-31
* vim-patch:9.1.0644: Unnecessary STRLEN() when applying mapping (#29921)zeertzjq2024-07-31
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txtzeertzjq2024-07-30
* vim-patch:9.0.0331: cannot use items() on a stringzeertzjq2024-07-30
* vim-patch:partial:9.0.0327: items() does not work on a listzeertzjq2024-07-30
* refactor(mappings): elide description copy (#29910)zeertzjq2024-07-30
* vim-patch:9.1.0642: Check that mapping rhs starts with lhs fails if not simpl...zeertzjq2024-07-30
* vim-patch:9.1.0638: E1510 may happen when formatting a message for smsg() (#2...zeertzjq2024-07-29
* vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29...zeertzjq2024-07-29
* Merge pull request #29876 from glepnir/vim-patchzeertzjq2024-07-27
|\
| * vim-patch:9.1.0629: Rename of pum hl_group is incompletezeertzjq2024-07-27
| * vim-patch:9.1.0619: tests: test_popup failsglepnir2024-07-27
| * vim-patch:9.1.0618: cannot mark deprecated attributes in completion menuglepnir2024-07-27
* | refactor(decor): decor_virt_lines()Lewis Russell2024-07-27
|/
* fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq2024-07-26
* fix(decor): don't draw invalidated virtual lines (#29858)luukvbaal2024-07-26
* vim-patch:9.1.0615: Unnecessary STRLEN() in make_percent_swname()zeertzjq2024-07-26
* vim-patch:8.2.3543: swapname has double slash when 'directory' ends in itzeertzjq2024-07-26
* vim-patch:9.1.0617: Cursor moves beyond first line of folded end of buffer (#...luukvbaal2024-07-26
* vim-patch:ddbb6fe: runtime(vim): Update base-syntax, improve :set highlightin...zeertzjq2024-07-25
* fix(tui): set id parameter in OSC 8 sequences (#29840)Gregory Anders2024-07-24
* docs: update version.c (#29760)github-actions[bot]2024-07-23
* feat(tui): parse CSI subparams in termkey (#29805)Gregory Anders2024-07-21
* Merge pull request #29650 from ruuzia/fix_expression_parser_crashbfredl2024-07-21
|\
| * fix: assert failure in VimL expression parserRustum Zia2024-07-17