aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* fix(input): use click number of last click for mouse drag (#20300)zeertzjq2022-09-24
* fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
* Merge pull request #20198 from zeertzjq/cursorholdbfredl2022-09-18
|\
| * fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* | vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
|/
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* feat(tui): support 'mousemoveevent'zeertzjq2022-09-04
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* vim-patch:9.0.0284: using static buffer for multiple completion functionszeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:8.2.4754: using cached values after unsetting some environment vari...zeertzjq2022-08-21
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.2.3623: "$*" is expanded to "nonomatch"zeertzjq2022-08-20
* revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
* build(windows): fix target check-single-includesdundargoc2022-08-13
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* refactor: replace char_u with charDundar Goc2022-07-31
* fix(windows):exepath, stdpath return wrong slashes #19111Enan Ajmain2022-07-17
* refactor: remove unnecessary volatile #19210erw72022-07-04
* refactor: replace char_uDundar Goc2022-07-02
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* fix(ci): noisy logs, unreliable test #19019Justin M. Keyes2022-06-18
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* ci: fix lint errors caused by missing includes (#18673)dundargoc2022-05-21
* fix(unittests): coredump when running unit tests #18663Jun-ichi TAKIMOTO2022-05-20
* fix(cid/348314): free user_copy, not userJames McCoy2022-05-20
* refactor(events): remove unnecessary fudging of updating_screenbfredl2022-05-18
* fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* fix(windows): stdpath("state") => "nvim-data" #18546dundargoc2022-05-12
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11