aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | build: always create build/lib/nvim so the install command doesn't failBjörn Linse2020-02-09
| * | vim-patch:8.2.0235: draw error when an empty group is removed from 'statusline'Björn Linse2020-02-09
| * | build: allow to skip treesitter C parser installMatthieu Coudron2020-02-07
| * | tests: bail out on libdir just like $VIMRUNTIME, it cannot be calculatedBjörn Linse2020-02-07
| * | treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse2020-02-07
| * | build: include tree-sitter-c parser in bundled buildBjörn Linse2020-02-07
| * | env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
| * | api: add nvim_get_runtime_file for finding runtime filesBjörn Linse2020-02-07
| * | lintJustin M. Keyes2020-02-02
| * | refactor: rename mch_exit => os_exitJustin M. Keyes2020-02-02
| * | refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
| * | Merge pull request #11801 from bfredl/incsubcrashBjörn Linse2020-02-02
| |\ \
| | * | extmarks: fix crash due to invalid column values in inccommand previewBjörn Linse2020-02-02
| * | | vim-patch:8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workJan Edmund Lazo2020-02-02
| * | | vim-patch:8.1.0140: recording into a register has focus eventsJan Edmund Lazo2020-02-01
| * | | vim-patch:8.2.0161: not recognizing .gv file as dot filetypeJan Edmund Lazo2020-02-01
| * | | vim-patch:8.2.0190: detect Kotlin files [ci skip] #11796Alkeryn2020-02-01
| |/ /
| * | doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
| * | vim-patch:8.2.0016: test name used twice, option not restored properlyJan Edmund Lazo2020-01-30
| * | vim-patch:8.2.0014: test69 and test95 are old styleJan Edmund Lazo2020-01-30
| * | Fix shift change callbacks reading bad cursor (#11782)Axel Forsman2020-01-30
| * | vim-patch:8.2.0177: memory leak in get_tags()Jan Edmund Lazo2020-01-29
| * | vim-patch:8.2.0077: settagstack() cannot truncate at current indexJan Edmund Lazo2020-01-29
| * | vim-patch:8.1.0446: options test fails in the GUIJan Edmund Lazo2020-01-29
| * | vim-patch:8.1.0445: setting 'term' does not store location for termcap optionsJan Edmund Lazo2020-01-29
| * | vim-patch:8.2.0171: fix use of uninitialized buffer #11786Jan Edmund Lazo2020-01-28
| * | options: winhighlight: fix incorrect string equality testBjörn Linse2020-01-28
| * | lintJustin M. Keyes2020-01-28
| * | refactor: move session functions to ex_session.cJustin M. Keyes2020-01-28
| * | Merge #11772 from janlazo/vim-8.2.0152Justin M. Keyes2020-01-26
| |\ \
| | * | vim-patch:8.2.0158: triggering CompleteDone earlier is not backwards compatibleJan Edmund Lazo2020-01-26
| | * | vim-patch:8.2.0152: restoring ctrl_x_mode is not neededJan Edmund Lazo2020-01-26
| * | | mksession: always unix slashes "/" for filepathsJustin M. Keyes2020-01-26
| * | | cleanup/ex_docmd.c: remove most put_eol() callsJustin M. Keyes2020-01-26
| * | | lintJustin M. Keyes2020-01-26
| * | | cleanup/ex_docmd.c: remove most put_line() callsJustin M. Keyes2020-01-26
| * | | mksession: always write LF "\n" line-endingsJustin M. Keyes2020-01-26
| * | | mksession: avoid ":file …" when restoring non-terminal bufsJustin M. Keyes2020-01-26
| * | | mksession: simplify generated commandsJustin M. Keyes2020-01-26
| * | | mksession: restore same :term buf in split windowsAlexandre Dubray2020-01-26
| |/ /
| * | Merge #11763 'spell: remove non-UTF8 dead code'Justin M. Keyes2020-01-26
| |\ \
| | * | spell: towupper(),towlower() are not calledJan Edmund Lazo2020-01-26
| | * | spellfile: set_spell_chartab() is dead codeJan Edmund Lazo2020-01-26
| | * | spell_defs: remove enc_utf8 redundant checksJan Edmund Lazo2020-01-26
| | * | spell: remove enc_utf8 dead codeJan Edmund Lazo2020-01-26
| | * | spell: zero-init structs to fix garbage ptrsJan Edmund Lazo2020-01-26
| * | | vim-patch:8.1.1144: too strict checking of the 'spellfile' optionJan Edmund Lazo2020-01-26
| * | | vim-patch:8.1.1143: may pass weird strings to file name expansionJan Edmund Lazo2020-01-26
| |/ /
| * | Merge pull request #11755 from bfredl/qf_msgBjörn Linse2020-01-26
| |\ \
| | * | screen: add missing redraws after a messageBjörn Linse2020-01-26