aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #13930 from janlazo/vim-8.2.1902Jan Edmund Lazo2021-02-14
|\
| * vim-patch:8.2.0925: getcompletion() does not return command line argumentsJan Edmund Lazo2021-02-14
| * vim-patch:8.2.0064: diffmode completion doesn't use per-window settingJan Edmund Lazo2021-02-13
| * vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
| * vim-patch:8.2.1056: wrong display when mixing match conceal and syntax concealJan Edmund Lazo2021-02-13
| * vim-patch:8.2.1058: multiline conceal causes display errorsJan Edmund Lazo2021-02-13
| * vim-patch:8.2.1904: still using default option values after using ":badd +1"Jan Edmund Lazo2021-02-13
| * vim-patch:8.2.1903: buffer test fails with normal featuresJan Edmund Lazo2021-02-13
| * vim-patch:8.2.0576: some errors are not covered by testsJan Edmund Lazo2021-02-13
| * vim-patch:8.2.1902: default option values changed with :badd for existing bufferJan Edmund Lazo2021-02-13
* | buffer_updates: autoload episode III: revenge of the treesBjörn Linse2021-02-14
|/
* vim-patch:8.2.2499: "vim -g --version" does not redirect output (#13922)Jan Edmund Lazo2021-02-13
* Merge pull request #13491 from seandewar/vim-8.2.1967Jan Edmund Lazo2021-02-11
|\
| * vim-patch:8.2.2467: script generated by :mkview changes alternate fileSean Dewar2021-02-11
| * vim-patch:8.2.2058: using mkview/loadview changes the jumplistSean Dewar2021-02-11
| * vim-patch:8.2.1967: the session file does not restore the alternate fileSean Dewar2021-02-11
* | cmake: Remove duplicate compile flags argument (#13920)Florian Walch2021-02-11
|/
* vim-patch:8.2.2490: 'wrap' option is always reset when starting diff modeJan Edmund Lazo2021-02-10
* vim-patch:8.2.2496: insufficien testing for text jumping fixJan Edmund Lazo2021-02-10
* vim-patch:8.2.2495: text jumps up and down when moving the cursorJan Edmund Lazo2021-02-10
* vim-patch:8.2.2492: command line buffer name cannot be translatedJan Edmund Lazo2021-02-10
* vim-patch:8.1.0341: :argadd in empty buffer changes the buffer nameJan Edmund Lazo2021-02-10
* vim-patch:8.2.2489: current buffer is wrong after deletebufline() failsJan Edmund Lazo2021-02-10
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* Merge pull request #13903 from glacambre/fix_prompt_for_numberBjörn Linse2021-02-10
|\
| * Clear prompt_for_number messagesglacambre2021-02-10
* | fix(notify): Expected 3 arguments error (#13905)notomo2021-02-09
* | vim-patch:8.2.2259: Test_Executable() fails when using chroot (#13907)Jan Edmund Lazo2021-02-08
* | fix(buf_updates): send updates when putting past last lineThomas Vigouroux2021-02-08
* | Merge pull request #13899 from chentau/set_text_fixBjörn Linse2021-02-08
|\ \ | |/ |/|
| * correctly mark changed regions for set_textchentau2021-02-07
* | Merge pull request #13843 from teto/notif_providerMatthieu Coudron2021-02-08
|\ \
| * | api: add nvim_notifyMatthieu Coudron2021-02-02
| * | feat: adds vim.notifyMatthieu Coudron2021-01-31
* | | option: use char* for get_option_value() paramJan Edmund Lazo2021-02-07
* | | menu: use char* for set_context_in_menu_cmd() paramJan Edmund Lazo2021-02-07
* | | eval: use char* for set_var_lval() paramJan Edmund Lazo2021-02-07
* | | eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* | | option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* | | eval: ll_range,ll_empty2 members are boolJan Edmund Lazo2021-02-06
* | | vim-patch:8.1.2285: padding in structures wastes memoryJan Edmund Lazo2021-02-06
| |/ |/|
* | vim-patch:8.2.2469: confusing error if :winsize has a wrong argument (#13889)Jan Edmund Lazo2021-02-06
* | fix(pty): Always use $TERM from the job's env dictJames McCoy2021-02-06
* | Merge pull request #13702 from erw7/fix-build_stl_str_hlerw72021-02-06
|\ \
| * | buffer.c: remove useless 'for' loops.erw72021-01-09
| * | buffer.c: fix problem of memory allocationerw72021-01-05
* | | Merge pull request #12080 from erw7/feature-bracketed-paste-on-termerw72021-02-06
|\ \ \
| * | | Change default for tpf optionerw72021-02-04
| * | | Add termpastefilter optionerw72021-02-04
| * | | Change to filter control characters when pasting a terminal windowerw72021-02-04