39
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix background color of active tab for Yosemite
Nico Weber
as Nicolas Weber
More... over 10 years ago
Merge branch 'vim' More... almost 11 years ago
Update runtime files. Add vroom file support.
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-383 for changeset 2f02675bc4b0
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.383 Problem: Bad interaction between preview window and omnifunc. Solution: Avoid redrawing the status line. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-382 for changeset dbd7dc1ea2e6
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.382 Problem: Mapping characters may not work after typing Esc in Insert mode. Solution: Fix the noremap flags for inserted characters. (Jacob Niehus)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-381 for changeset 0a3d958e346e
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.381 Problem: Get u_undo error when backspacing in Insert mode deletes more than one line break. (Ayberk Ozgur) Solution: Also decrement Insstart.lnum.
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-380 for changeset 7cfbad4a78bf
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.380 Problem: Loading python may cause Vim to exit. Solution: Avoid loading the "site" module. (Taro Muraoka)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-379 for changeset 16cfdf28be40
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.379 Problem: Accessing freed memory after using setqflist(list, 'r'). (Lcd) Solution: Reset qf_index.
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-378 for changeset 75ae211df37d
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.378 Problem: Title of quickfist list is not kept for setqflist(list, 'r'). Solution: Keep the title. Add a test. (Lcd)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-377 for changeset 255561411d7a
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.377 Problem: When 'equalalways' is set a split may report "no room" even though there is plenty of room. Solution: Compute the available room properly. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-376 for changeset c3bb76e5b235
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.376 Problem: Popup menu flickers too much. Solution: Remove the forced redraw. (Hirohito Higashi)
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.375 Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-375 for changeset 5a5492d676ab
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-374 for changeset f59c4bf0ac3b
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.374 Problem: Character after "fb" command not mapped if it might be a composing character. Solution: Don't disable mapping when looking for a composing character. (Jacob Niehus)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Update runtime files. Make matchparen plugin backwards compatible. Add json filetype.
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.373 Problem: Compiler warning for unused argument and unused variable. Solution: Add UNUSED. Move variable inside #ifdef.
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-373 for changeset 353330c512a9
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.372 Problem: When 'winminheight' is zero there might not be one line for the current window. Solution: Change the size computations. (Yukihiro Nakadaira)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-372 for changeset a122efb555c4
tester_123
as Bram Moolenaar
More... almost 11 years ago
updated for version 7.4.371 Problem: When 'linebreak' is set control characters are not correctly displayed. (Kimmy Lindvall) Solution: Set n_extra. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... almost 11 years ago
Added tag v7-4-371 for changeset d44f298c43c7
tester_123
as Bram Moolenaar
More... almost 11 years ago