aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Merge pull request #13692 from mjlbach/fix_cursor_respect_current_lineBjörn Linse2021-02-16
|\ \ \ \ \
| * | | | | tests: add test for cursor postion when deleting buffer linesMichael Lingelbach2021-01-31
| * | | | | fix_cursor: do not change line number when edit will not impact cursorMichael Lingelbach2021-01-31
* | | | | | Merge pull request #13949 from janlazo/runtime-netrwJan Edmund Lazo2021-02-16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | runtime/netrw: 207f009326c8f878defde0e594d7d9ed9860106eJan Edmund Lazo2021-02-16
| * | | | | runtime/netrw: 8024f936368336241406137a2fa78ed5ee9000a6Jan Edmund Lazo2021-02-16
| * | | | | runtime/netrw: 2963456ff2b740244b3a064785fe681b1998d75eJan Edmund Lazo2021-02-16
| * | | | | runtime/netrw: 469bdbde1e8ea8110705327ab193acca79296742Jan Edmund Lazo2021-02-15
| * | | | | runtime/netrw: 2ed639abdc4000436115f378e28320b7bee38a6eJan Edmund Lazo2021-02-15
| * | | | | runtime/netrw: 91359014b359cf816bf943fe2c7d492996263defJan Edmund Lazo2021-02-15
| * | | | | runtime/netrw: 09c6f265b21065ffa9437837b1d0955137175e45Jan Edmund Lazo2021-02-15
| * | | | | runtime/netrw: 574ee7bc1246070dba598f9561a2776aa1a10d07Jan Edmund Lazo2021-02-15
| * | | | | runtime/netrw: 5ef1c6a4838a9629b793f3ae676f72a764171b00Jan Edmund Lazo2021-02-15
|/ / / / /
* | | | | 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
* | | | | | Merge pull request #13935 from bfredl/undotimeBjörn Linse2021-02-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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
* | | | | man.vim: `:Man` should not change global value of 'tagfunc' option (#13926)最上川2021-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
|/ / / /
* | | | Merge pull request #13908 from janlazo/vim-8.2.2489Jan Edmund Lazo2021-02-10
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Merge pull request #13895 from bfredl/ar2Björn Linse2021-02-10
|\ \ \ \
| * | | | buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
| * | | | treesitter: propagate on_detach event properlyBjö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
* | | | | Merge pull request #13842 from vigoux/update-last-lineBjörn Linse2021-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