aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.0582: Printed line doesn't overwrite colon when pressing Enter ...zeertzjq2024-07-14
* vim-patch:9.1.0574: ex: wrong handling of commands after barzeertzjq2024-07-14
* vim-patch:9.1.0573: ex: no implicit print for single addresseszeertzjq2024-07-14
* vim-patch:9.1.0580: :lmap mapping for keypad key not applied when typed in Se...zeertzjq2024-07-14
* vim-patch:9.1.0575: Wrong comments in alt_tabpage() (#29692)zeertzjq2024-07-14
* vim-patch:8.2.3716: Vim9: range without a command is not compiledzeertzjq2024-07-14
* vim-patch:9.1.0579: Ex command is still executed after giving E1247zeertzjq2024-07-14
* vim-patch:8.2.4065: computation overflow with large cound for :yankzeertzjq2024-07-14
* Merge pull request #29315 from bfredl/staticinlinebfredl2024-07-13
|\
| * refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* | fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
|/
* vim-patch:9.1.0572: cannot specify tab page closing behaviour (#29682)zeertzjq2024-07-13
* fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq2024-07-13
* vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673)zeertzjq2024-07-12
* vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq2024-07-12
* vim-patch:9.1.0567: Cannot use relative paths as findfile() stop directorieszeertzjq2024-07-12
* vim-patch:9.1.0566: Stop dir in findfile() doesn't work properly w/o trailing...zeertzjq2024-07-12
* vim-patch:9.1.0565: Stop directory doesn't work properly in 'tags'zeertzjq2024-07-12
* vim-patch:8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../...zeertzjq2024-07-12
* vim-patch:9.1.0557: moving in the buffer list doesn't work as documented (#29...zeertzjq2024-07-11
* vim-patch:9.1.0556: :bwipe doesn't remove file from jumplist of other tabpage...zeertzjq2024-07-11
* refactor: remove CH_FOLD macrodundargoc2024-07-10
* vim-patch:9.1.{0503,0549} (#29643)zeertzjq2024-07-10
* vim-patch:9.1.0554: :bw leaves jumplist and tagstack data around (#29639)zeertzjq2024-07-10
* vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)zeertzjq2024-07-10
* fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)zeertzjq2024-07-08
* vim-patch:9.1.0543: Behavior of CursorMovedC is strange (#29608)zeertzjq2024-07-08
* vim-patch:9.1.0540: Unused assignment in sign_define_cmd()zeertzjq2024-07-08
* build: remove -O2 from gen_cflagsLewis Russell2024-07-07
* vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq2024-07-07
* vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq2024-07-07
* vim-patch:9.1.0534: completion wrong with fuzzy when cycling back to original...zeertzjq2024-07-06
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* refactor(eval): use uv_random() for init_srand() (#29575)zeertzjq2024-07-05
* vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq2024-07-05
* vim-patch:9.1.0526: Unwanted cursor movement with pagescroll at start of buff...luukvbaal2024-07-05
* vim-patch:9.1.0525: Right release selects immediately when pum is truncated. ...zeertzjq2024-07-05
* fix(mouse): don't treat click on hsep as click on statusline (#29565)zeertzjq2024-07-05
* vim-patch:9.1.0529: silent! causes following try/catch to not work (#29567)zeertzjq2024-07-05
* vim-patch:9.1.0528: spell completion message still wrong in translations (#29...zeertzjq2024-07-05
* docs: misc (#29410)dundargoc2024-07-05
* build(macos): disable deduplication in link stepChristian Clason2024-07-04
* refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq2024-07-04
* feat(win32): embed executable iconalex-tdrn2024-07-02
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* refactor: remove special handling for lowercase German sharp sdundargoc2024-06-29
* Merge pull request #29467 from bfredl/shadapack2bfredl2024-06-29
|\
| * refactor(shada): don't use msgpack_packer for shadabfredl2024-06-27
* | refactor: remove special-case conversion for german sharp sdundargoc2024-06-29
* | refactor: replace utf_convert with utf8proc conversion functionsdundargoc2024-06-28