Bram Moolenaar
67eff292c1
Added tag v7-3-233 for changeset 69b90e43b728
2011-06-26 04:25:30 +02:00
Bram Moolenaar
ec0697b0e3
updated for version 7.3.233
...
Problem: ":scriptnames" and ":breaklist" show long file names.
Solution: Shorten to use "~/" when possible. (Jean-Rene David)
2011-06-26 04:25:30 +02:00
Bram Moolenaar
11eb0fb24f
Added tag v7-3-232 for changeset b67d3a44262a
2011-06-26 04:01:44 +02:00
Bram Moolenaar
7b9dc69134
updated for version 7.3.232
...
Problem: Python doesn't compile without +multi_byte
Solution: Use "latin1" when MULTI_BYTE is not defined.
2011-06-26 04:01:44 +02:00
Bram Moolenaar
525c7cc19d
Added tag v7-3-231 for changeset 455a4c85d04d
2011-06-26 03:18:52 +02:00
Bram Moolenaar
7ddf42ad0b
updated for version 7.3.231
...
Problem: Runtime file patches failed.
Solution: Redo the patches made against the patched files instead of the
files in the mercurial repository.
2011-06-26 03:18:52 +02:00
Bram Moolenaar
48146293e5
Added tag v7-3-230 for changeset 70c8f54e7efb
2011-06-20 05:02:58 +02:00
Bram Moolenaar
212d649448
updated for version 7.3.230
...
Problem: ":wundo" and ":rundo" don't unescape their argument. (Aaron
Thoma)
Solution: Use FILE1 instead of XFILE.
2011-06-20 05:02:58 +02:00
Bram Moolenaar
eaa07a0f77
Added tag v7-3-229 for changeset 07647a0545c9
2011-06-20 00:53:15 +02:00
Bram Moolenaar
8d420e99f9
updated for version 7.3.229
...
Problem: Using fork() makes gvim crash on Mac when build with
CoreFoundation.
Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)
2011-06-20 00:53:15 +02:00
Bram Moolenaar
adc2de3c57
Added tag v7-3-228 for changeset c6df8554b39d
2011-06-20 00:45:58 +02:00
Bram Moolenaar
78d3e4de40
updated for version 7.3.228
...
Problem: "2gj" does not always move to the correct position.
Solution: Get length of line after moving to a next line. (James Vega)
2011-06-20 00:45:58 +02:00
Bram Moolenaar
bc0c29b855
Added tag v7-3-227 for changeset b65a26a2aa09
2011-06-20 00:25:44 +02:00
Bram Moolenaar
3542a5913c
updated for version 7.3.227
...
Problem: Mac OS doesn't have the linewise clipboard fix.
Solution: Also change the Mac OS file. (Bjorn Winckler)
2011-06-20 00:25:44 +02:00
Bram Moolenaar
34f9b3bad3
Updated runtime files.
2011-06-19 05:09:16 +02:00
Bram Moolenaar
c2af502f12
Added tag v7-3-226 for changeset 8477b2cc2b81
2011-06-19 04:54:22 +02:00
Bram Moolenaar
2ef74554f8
updated for version 7.3.226
...
Problem: On a 64 bit system "syn sync fromstart" is very slow. (Bjorn
Steinbrink)
Solution: Store the state when starting to parse from the first line.
2011-06-19 04:54:21 +02:00
Bram Moolenaar
6508c2a7f6
Added tag v7-3-225 for changeset c249d9aa60f7
2011-06-19 04:32:15 +02:00
Bram Moolenaar
090c17770e
updated for version 7.3.225
...
Problem: Using "\n" in a substitute inside ":s" does not result in a line
break.
Solution: Change behavior inside vim_regexec_nl(). Add tests. (Motoya
Kurotsu)
2011-06-19 04:32:15 +02:00
Bram Moolenaar
13436fc5bf
Added tag v7-3-224 for changeset 69e0783ed0ef
2011-06-19 02:55:38 +02:00
Bram Moolenaar
886ca0fcec
updated for version 7.3.224
...
Problem: Can't pass dict to sort function.
Solution: Add the optional {dict} argument to sort(). (ZyX)
2011-06-19 02:55:37 +02:00
Bram Moolenaar
4ef9445fac
Added tag v7-3-223 for changeset 4e21fd3cfc30
2011-06-19 01:30:07 +02:00
Bram Moolenaar
62b5bb3170
updated for version 7.3.223
...
Problem: MingW cross compilation doesn't work with tiny features.
Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of
"#ifdef CLIPBOARD". Fix typo in makefile.
2011-06-19 01:30:07 +02:00
Bram Moolenaar
2ae4410a52
Added tag v7-3-222 for changeset c3b4b1c89d8e
2011-06-19 01:27:34 +02:00
Bram Moolenaar
8acc7dd1db
updated for version 7.3.222
...
Problem: Warning for building GvimExt.
Solution: Comment-out the DESCRIPTION line. (Mike Williams)
2011-06-19 01:27:34 +02:00
Bram Moolenaar
1d84eff3ab
Added tag v7-3-221 for changeset fd4224d9ee09
2011-06-19 01:14:29 +02:00
Bram Moolenaar
2d75e2db39
updated for version 7.3.221
...
Problem: Text from the clipboard is sometimes handled as linewise, but not
consistently.
Solution: Assume the text is linewise when it ends in a CR or NL.
2011-06-19 01:14:29 +02:00
Bram Moolenaar
5ed854778d
Added tag v7-3-220 for changeset fe9c7da98b5e
2011-06-19 00:27:51 +02:00
Bram Moolenaar
898929ac9a
updated for version 7.3.220
...
Problem: Python 3: vim.error is a 'str' instead of an 'Exception' object,
so 'except' or 'raise' it causes a 'SystemError' exception.
Buffer objects do not support slice assignment.
When exchanging text between Vim and Python, multibyte texts become
gabage or cause Unicode Expceptions, etc.
'py3file' tries to read in the file as Unicode, sometimes causes
UnicodeDecodeException
Solution: Fix the problems. (lilydjwg)
2011-06-19 00:27:51 +02:00
Bram Moolenaar
df9940b6c5
Add files added by recent patches.
2011-06-13 21:21:22 +02:00
Bram Moolenaar
a0d96436d1
Added tag v7-3-219 for changeset acda456c788a
2011-06-13 02:04:00 +02:00
Bram Moolenaar
d24c1ee84d
updated for version 7.3.219
...
Problem: Can't compile with GTK on Mac.
Solution: Add some #ifdef trickery. (Ben Schmidt)
2011-06-13 02:04:00 +02:00
Bram Moolenaar
7efd86c232
Added tag v7-3-218 for changeset cf89a1d3a0dd
2011-06-13 01:32:47 +02:00
Bram Moolenaar
23613af71b
updated for version 7.3.218
...
Problem: Tiny configuration problem with Python 3.
Solution: Add abiflags in one more place. (Andreas Behr)
2011-06-13 01:32:46 +02:00
Bram Moolenaar
c758715a78
Added tag v7-3-217 for changeset 15705b520c29
2011-06-13 01:19:56 +02:00
Bram Moolenaar
781cf038fc
updated for version 7.3.217
...
Problem: Inside an "if" a ":wincmd" causes problems.
Solution: When skipping commands let ":wincmd" skip over its argument.
2011-06-13 01:19:56 +02:00
Bram Moolenaar
75f6afeaf5
Added tag v7-3-216 for changeset eb6c70460702
2011-06-13 01:07:27 +02:00
Bram Moolenaar
962639c2e7
updated for version 7.3.216
...
Problem: When recovering a file a range of lines is missing. (Charles Jie)
Solution: Reset the index when advancing to the next pointer block. Add a
test to verify recovery works.
2011-06-13 01:07:27 +02:00
Bram Moolenaar
6abc294530
Added tag v7-3-215 for changeset b7523ef31e23
2011-06-12 22:13:41 +02:00
Bram Moolenaar
a8a0739e7f
updated for version 7.3.215
...
Problem: Wrong file names in previous patch. (Toothpik)
Solution: Include the option changes.
2011-06-12 22:13:40 +02:00
Bram Moolenaar
f5e23e0459
Added tag v7-3-214 for changeset d84a564f28c9
2011-06-12 22:03:23 +02:00
Bram Moolenaar
c6121d7844
updated for version 7.3.214
...
Problem: The text displayed by ":z-" isn't exactly like old Vi.
Solution: Add one to the start line number. (ChangZhuo Chen)
2011-06-12 22:03:23 +02:00
Bram Moolenaar
2e3ae28e82
Added tag v7-3-213 for changeset 493897f8bf90
2011-06-12 21:51:08 +02:00
Bram Moolenaar
1b7033a233
updated for version 7.3.213
...
Problem: Javascript object literal is not indented correctly.
Solution: Make a special case for when "J1" is in 'cino'. (Luc Deschenaux)
2011-06-12 21:51:08 +02:00
Bram Moolenaar
fc01343161
Added tag v7-3-212 for changeset 6bbdb9c7a425
2011-06-12 21:37:13 +02:00
Bram Moolenaar
af27967ecf
updated for version 7.3.212
...
Problem: With Python 3.2 ":py3" fails.
Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland
Puntaier) Check abiflags in configure. (Andreas Behr)
2011-06-12 21:37:13 +02:00
Bram Moolenaar
ec344f1b97
Added tag v7-3-211 for changeset c7d942260772
2011-06-12 21:25:00 +02:00
Bram Moolenaar
de6225ecfb
updated for version 7.3.211
...
Problem: Compiler warning.
Solution: Add type cast.
2011-06-12 21:25:00 +02:00
Bram Moolenaar
4479d11255
Added tag v7-3-210 for changeset eeb1ac4f66d1
2011-06-12 20:42:22 +02:00
Bram Moolenaar
6c4ad7b229
updated for version 7.3.210
...
Problem: Can't always find the file when using cscope.
Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
2011-06-12 20:42:22 +02:00