aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* fix(tui): remove dead code #15929erw72021-10-06
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* fix(tui): remove obsolete $NVIM detection #15791erw72021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* coverity/331377: os_fopen: Remove invalid iflags assertJames McCoy2021-05-06
* coverity/331399: Remove unused "term_name" member from PtyProcessJames McCoy2021-05-06
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* Add more info to debug messagesJames McCoy2021-04-08
* os/win: fix build failureJan Edmund Lazo2021-03-31
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* vim-patch:8.1.2326: cannot parse a date/time stringJan Edmund Lazo2021-03-27
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* fix(pty): Always use $TERM from the job's env dictJames McCoy2021-02-06
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* fix(pty_proc/macOS): Properly set the environment for the childJames McCoy2021-01-31
* Pass environment on to pty processes on WindowsJames McCoy2021-01-31
* Common handling of required/ignored env varsJames McCoy2021-01-31
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach2021-01-13
* Use uv_os_homedir and current directory as backup when $HOME is not set (#13657)ffanzhang2021-01-10
* input: consider "-- more --" state to be blocking, fixes #11899Björn Linse2021-01-04
* fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy2020-12-15
* Fix colors in terminal by maintaining COLORTERMThomas Fehér2020-11-26
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* vim-patch:8.2.0728: messages about a deadly signal are not left alignedJan Edmund Lazo2020-10-16
* vim-patch:8.2.1757: Mac: default locale is lacking the encoding (#12994)Jan Edmund Lazo2020-09-28
* win: avoid duplicate separators in $PATH #12869Justin M. Keyes2020-09-08
* Merge pull request #12804 from janlazo/vim-8.1.1725Jan Edmund Lazo2020-08-31
|\
| * vim-patch:8.1.1725: MS-Windows: E325 message may use incorrect date formatJan Edmund Lazo2020-08-30
* | docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
|/
* Merge remote-tracking branch 'upstream/master' into libcallnrJames McCoy2020-08-08
|\
| * Merge remote-tracking branch 'upstream/master' into fileinfo-garbageJames McCoy2020-07-31
| |\
| | * Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueueMatthieu Coudron2020-06-08
| | |\
| | | * [squash] fix comment [skip ci]erw72020-05-26
| | | * input: fix stack overflowerw72020-05-25