Added tag v7-3-1188 for changeset 6f7ed9b799a3 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1188 Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1187 for changeset fefd8d33a7ea |
|
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:". |
|
More...
|
about 12 years ago
|
Added tag v7-3-1186 for changeset 7b8991e084f9 |
|
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) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1185 for changeset 6d935f45c489 |
|
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. |
|
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. |
|
More...
|
about 12 years ago
|
Added tag v7-3-1184 for changeset 9e36c6b1ebf4 |
|
More...
|
about 12 years ago
|
Add missing files from 7.3.1183. |
|
More...
|
about 12 years ago
|
Added tag v7-3-1183 for changeset 044d23a64c17 |
|
More...
|
about 12 years ago
|
updated for version 7.3.1183 Problem: Python tests 86 and 87 fail. Solution: Add "empty" files. (ZyX) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1182 for changeset fa98c2b030ed |
|
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) |
|
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) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1181 for changeset b7bb20390111 |
|
More...
|
about 12 years ago
|
Update runtime files. |
|
More...
|
about 12 years ago
|
Added tag v7-3-1180 for changeset 04b8912a9c85 |
|
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) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1179 for changeset d84833983de7 |
|
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) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1178 for changeset c4d4f0fc12b9 |
|
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) |
|
More...
|
about 12 years ago
|
updated for version 7.3.1177 Problem: Wasting memory on padding. Solution: Reorder struct fields. (Dominique Pelle) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1177 for changeset e79a20f07daa |
|
More...
|
about 12 years ago
|
updated for version 7.3.1176 Problem: Compiler warnings on 64 bit system. Solution: Add type casts. (Mike Williams) |
|
More...
|
about 12 years ago
|
Added tag v7-3-1176 for changeset e48cabe98453 |
|
More...
|
about 12 years ago
|
Added tag v7-3-1175 for changeset 84a8d1ba81c3 |
|
More...
|
about 12 years ago
|