aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | build: rework formatting to use add_glob_targetdundargoc2023-12-04
| * | | | | | | refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq2023-12-04
| * | | | | | | refactor(completion): use an inline function to free cptext (#26380)Raphael2023-12-04
| * | | | | | | vim-patch:9.0.2145: wrong scrolling in insert mode with smoothscroll (#26375)zeertzjq2023-12-04
| * | | | | | | Merge pull request #26334 from echasnovski/default-colorschemezeertzjq2023-12-03
| |\ \ \ \ \ \ \
| | * | | | | | | feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
| | |/ / / / / /
| * / / / / / / refactor: remove unused file ringbuf.hdundargoc2023-12-02
| |/ / / / / /
| * | | | | | vim-patch:9.0.2143: [security]: buffer-overflow in ex_substitutezeertzjq2023-12-02
| * | | | | | vim-patch:9.0.2142: [security]: stack-buffer-overflow in option callback func...zeertzjq2023-12-02
| * | | | | | vim-patch:9.0.2141: [security]: buffer-overflow in suggest_trie_walkzeertzjq2023-12-02
| * | | | | | vim-patch:9.0.2140: [security]: use-after-free in win-enterzeertzjq2023-12-02
| * | | | | | revert: "memory: Free buffers after freeing variables" (#26356)zeertzjq2023-12-02
| * | | | | | refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
| * | | | | | refactor: remove kbtree.hdundargoc2023-12-01
| * | | | | | refactor: remove SIZEOF_INT checkdundargoc2023-12-01
| * | | | | | refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq2023-12-01
| * | | | | | refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
| * | | | | | fix(api): use a conditional stack for nvim_cmd (#26341)zeertzjq2023-12-01
| * | | | | | refactor(IWYU): fix includes for highlight_group.h (#26340)zeertzjq2023-12-01
| * | | | | | refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq2023-12-01
| * | | | | | fix(termkey): include IO header on WindowsGregory Anders2023-11-30
| * | | | | | fix(termkey): accept BEL (0x07) as OSC terminatorGregory Anders2023-11-30
| * | | | | | fix(termkey): do not sign extend mode valueGregory Anders2023-11-30
| * | | | | | build: vendor libtermkeydundargoc2023-11-30
| * | | | | | refactor: explicitly abort on OOM condition (#26330)Gregory Anders2023-11-30
| * | | | | | refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
| * | | | | | fix(tui): grow termkey's internal buffer for large escape sequences (#26309)Gregory Anders2023-11-30
| * | | | | | refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
| * | | | | | Merge pull request #23657 from luukvbaal/extmarkbfredl2023-11-30
| |\ \ \ \ \ \
| | * | | | | | fix(extmark): restore extmarks when completing original textLuuk van Baal2023-11-29
| | | |_|_|/ / | | |/| | | |
| * | | | | | refactor: move extern variables out of _defs.h files (#26320)zeertzjq2023-11-30
| * | | | | | refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
| * | | | | | build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
| * | | | | | fix(terminal): make backslashes in 'shell' work on WindowsLuki4462023-11-30
| |/ / / / /
* | | | | | Merge remote-tracking branch 'upstream/master' into aucmd_textputpostaucmd_textputpostJosh Rahm2023-11-30
|\| | | | |
| * | | | | refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
| * | | | | refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
| * | | | | perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
| * | | | | Merge pull request #26292 from luukvbaal/decorbfredl2023-11-29
| |\ \ \ \ \
| | * | | | | fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29
| * | | | | | vim-patch:9.0.2134: ml_get error when scrolling (#26264)zeertzjq2023-11-29
| * | | | | | refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
| |/ / / / /
| * | | | | vim-patch:9.0.2136: MSVC errorformat can be improved (#26283)zeertzjq2023-11-29
| * | | | | vim-patch:9.0.2135: No test for mode() when executing Ex commands (#26282)zeertzjq2023-11-29
| * | | | | refactor: fix headers with IWYUdundargoc2023-11-28
| * | | | | refactor(decor): remove sign conditions that are always trueLuuk van Baal2023-11-28
| * | | | | fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
| * | | | | refactor: iwyu (#26269)zeertzjq2023-11-28
| * | | | | Merge pull request #26249 from bfredl/concealcharbfredl2023-11-28
| |\ \ \ \ \
| | * | | | | feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28