39
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-3-1188 for changeset 6f7ed9b799a3
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1188 Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1187 for changeset fefd8d33a7ea
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1187 Problem: "s:" is recognized but "<SID>" is not. (ZyX) Solution: Translate "<SID>" like "s:".
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1186 for changeset 7b8991e084f9
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1186 Problem: Python 3: test 87 may crash. Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1185 for changeset 6d935f45c489
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1185 Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam) Solution: Fix it, add a test.
tester_123
as Bram Moolenaar
More... about 12 years ago
Merge branch 'vim' More... about 12 years ago
updated for version 7.3.1184 Problem: Highlighting is sometimes wrong. (Axel Bender) Solution: Fetch regline again when returning from recursive regmatch.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1184 for changeset 9e36c6b1ebf4
tester_123
as Bram Moolenaar
More... about 12 years ago
Add missing files from 7.3.1183.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1183 for changeset 044d23a64c17
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1183 Problem: Python tests 86 and 87 fail. Solution: Add "empty" files. (ZyX)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1182 for changeset fa98c2b030ed
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1182 Problem: 'backupcopy' default on MS-Windows does not work for hard and soft links. Solution: Check for links. (David Pope, Ken Takata)
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1181 Problem: Wrong error message for 1.0[0]. Solution: Check for funcref and float separately. (Yasuhiro Matsumoto)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1181 for changeset b7bb20390111
tester_123
as Bram Moolenaar
More... about 12 years ago
Update runtime files.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1180 for changeset 04b8912a9c85
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1180 Problem: When current directory changes, path from cscope may no longer be valid. (AS Budden) Solution: Always store the absolute path. (Christian Brabandt)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1179 for changeset d84833983de7
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1179 Problem: When a global mapping starts with the same characters as a buffer-local mapping Vim waits for a character to be typed to find out whether the global mapping is to be used. (Andy Wokula) Solution: Use the local mapping without waiting. (Michael Henry)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1178 for changeset c4d4f0fc12b9
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1178 Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1177 Problem: Wasting memory on padding. Solution: Reorder struct fields. (Dominique Pelle)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1177 for changeset e79a20f07daa
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1176 Problem: Compiler warnings on 64 bit system. Solution: Add type casts. (Mike Williams)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1176 for changeset e48cabe98453
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1175 for changeset 84a8d1ba81c3
tester_123
as Bram Moolenaar
More... about 12 years ago