aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * Merge pull request #21704 from bfredl/nofreebfredl2023-01-09
| |\
| | * fix(rpc): don't free args on error in rpc_send_eventbfredl2023-01-09
| * | refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
| |/
| * Merge pull request #21702 from glepnir/fix_2bfredl2023-01-09
| |\
| | * fix: use enum typeRaphael2023-01-09
| | * fix: formatRaphael2023-01-09
| | * fix(ui): convert title_pos string in nvim_win_get_configRaphael2023-01-09
| * | Merge pull request #21675 from bfredl/nonstdiobfredl2023-01-09
| |\ \
| | * | fix(embed): handle stdio in server properlybfredl2023-01-09
| | |/
| * / refactor: replace char_u with chardundargoc2023-01-09
| |/
| * vim-patch:9.0.1158: code is indented more than necessary (#21697)zeertzjq2023-01-09
| * build: remove workaround for ancient clang versionsdundargoc2023-01-08
| * feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-07
| * fix(coverity/433537): don't call kv_concat_len() when read_size is 0 (#21664)zeertzjq2023-01-07
| * fix(tui): do not invoke loop recursively for pad()bfredl2023-01-06
| * refactor: extract code to open stdin for readingJustin M. Keyes2023-01-05
| * refactor(lua): move _G.arg init to nlua_init()Justin M. Keyes2023-01-05
| * feat(message): avoid spam on failed os_msgJustin M. Keyes2023-01-05
| * feat(lua): execute stdin ("-") as LuaJustin M. Keyes2023-01-05
| * feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
| * feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05
| * feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
| * fix(ui): fix fragile UI_CALL macro invocation (#21656)bfredl2023-01-05
| * refactor(ui): devirtualize the ui layerbfredl2023-01-05
| * fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq2023-01-05
| * fix(tui): make a copy of data->params before unibi_format() (#21643)zeertzjq2023-01-05
| * docs: fix typos (#21427)dundargoc2023-01-04
| * fix(clipboard): show provider warning when not during batch changes #21451zeertzjq2023-01-03
| * Merge pull request #21633 from gpanders/editorconfigGregory Anders2023-01-03
| |\
| | * feat(editorconfig): add editorconfig syntax fileGregory Anders2023-01-03
| * | Merge pull request #21631 from bfredl/request_memorybfredl2023-01-03
| |\ \
| | * | refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
| | |/
| * | Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
| |\ \ | | |/ | |/|
| | * fix: issues with command line if ui elements are externalizedLuuk van Baal2022-12-31
| | * fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal2022-12-31
| * | vim-patch:9.0.1137: some conditions are always false (#21628)zeertzjq2023-01-03
| * | feat!: remove hardcopyLewis Russell2023-01-03
| * | fix(exit): the TUI should not ui_flush() itself (#21625)zeertzjq2023-01-03
| * | vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
| * | refactor: eliminate os_unix.c #21621Justin M. Keyes2023-01-02
| * | vim-patch:9.0.1129: sporadic Test_range() failure (#21619)zeertzjq2023-01-02
| * | vim-patch:8.2.0711: temp directory might be cleared (#21614)zeertzjq2023-01-02
| * | fix(tui): do not set ui_client_termname if it is already set (#21607)zeertzjq2023-01-01
| * | docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
| * | Merge pull request #21597 from gi1242/tex-ft-detectionzeertzjq2023-01-01
| |\ \
| | * | vim-patch:9.0.1120: tex filetype detection not sufficiently testedChristian Clason2022-12-31
| * | | Merge pull request #18375 from bfredl/tui_reworkbfredl2022-12-31
| |\ \ \
| | * | | feat(tui): graduate the +tui featurebfredl2022-12-31
| | * | | fix(tui): more work in the TUIbfredl2022-12-31
| | * | | feat(tui): run TUI as external processhlpr982022-12-31
| | |/ /