0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tag 0.11.1 More... over 7 years ago
Disable press and hold More... over 7 years ago
patch 8.0.0003 Problem: getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) Solution: Cast the pointer to long or int. (closes #1060)
tester_123
as Bram Moolenaar
More... over 7 years ago
Update vim to 8.0.0002 More... over 7 years ago
Update translations for intro page.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 8.0.0002 Problem: The netrw plugin does not work. Solution: Make it accept version 8.0.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 8.0.0001 Problem: Intro screen still mentions version7. (Paul) Solution: Change it to version8.
tester_123
as Bram Moolenaar
More... over 7 years ago
Vim 8.0 release
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2367 Problem: Test runner misses a comma. Solution: Add the comma.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2366 Problem: MS-Windows gvim.exe does not have DirectX support. Solution: Add the DIRECTX to the script.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2365 Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
tester_123
as Bram Moolenaar
More... over 7 years ago
A few more runtime updates.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2364 Problem: Sort test sometimes fails. Solution: Add it to the list of flaky tests.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2363 Problem: Superfluous function prototypes. Solution: Remove them.
tester_123
as Bram Moolenaar
More... over 7 years ago
Updated runtime files, Japanese translations.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2362 Problem: Illegal memory access with ":1@". (Dominique Pelle) Solution: Correct cursor column after setting the line number. Also avoid calling end_visual_mode() when not in Visual mode.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2361 Problem: Checking for last_timer_id to overflow is not reliable. (Ozaki Kiichi) Solution: Check for the number not going up.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2360 Problem: Invalid memory access when formatting. (Dominique Pelle) Solution: Make sure cursor line and column are associated.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2359 Problem: Memory leak in timer_start(). Solution: Check the right field to be NULL.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2358 Problem: Compiler warnings with Solaris Studio when using GTK3. Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2357 Problem: Attempt to read history entry while not initialized. Solution: Skip when the index is negative.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2356 Problem: Reading past end of line when using previous substitute pattern. (Dominique Pelle) Solution: Don't set "pat" only set "searchstr".
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2355 Problem: Regexp fails to match when using "\>\)\?". (Ramel) Solution: When a state is already in the list, but addstate_here() is used and the existing state comes later, add the new state anyway.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2354 Problem: The example that explains nested backreferences does not work properly with the new regexp engine. (Harm te Hennepe) Solution: Also save the end position when adding a state. (closes #990)
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2353 Problem: Not enough test coverage for Normal mode commands. Solution: Add more tests. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2352 Problem: Netbeans test fails in shadow directory. Solution: Also copy README.txt to the shadow directory.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2351 Problem: Netbeans test fails when run from unpacked MS-Windows sources. Solution: Open README.txt instead of Makefile.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2350 Problem: Test 86 and 87 fail with some version of Python. Solution: Unify "can't" and "cannot". Unify quotes.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2349 Problem: Valgrind reports using uninitialzed memory. (Dominique Pelle) Solution: Check the length before checking for a NUL.
tester_123
as Bram Moolenaar
More... over 7 years ago
patch 7.4.2348 Problem: Crash on exit when EXITFREE is defined. (Dominique Pelle) Solution: Don't access curwin when exiting.
tester_123
as Bram Moolenaar
More... over 7 years ago