summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.230v7.3.230v7-3-230Bram Moolenaar2011-06-202-2/+4
| | | | | | Problem: ":wundo" and ":rundo" don't unescape their argument. (Aaron Thoma) Solution: Use FILE1 instead of XFILE.
* Added tag v7-3-229 for changeset 07647a0545c9Bram Moolenaar2011-06-200-0/+0
|
* updated for version 7.3.229v7.3.229v7-3-229Bram Moolenaar2011-06-202-1/+4
| | | | | | Problem: Using fork() makes gvim crash on Mac when build with CoreFoundation. Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)
* Added tag v7-3-228 for changeset c6df8554b39dBram Moolenaar2011-06-200-0/+0
|
* updated for version 7.3.228v7.3.228v7-3-228Bram Moolenaar2011-06-202-0/+3
| | | | | Problem: "2gj" does not always move to the correct position. Solution: Get length of line after moving to a next line. (James Vega)
* Added tag v7-3-227 for changeset b65a26a2aa09Bram Moolenaar2011-06-200-0/+0
|
* updated for version 7.3.227v7.3.227v7-3-227Bram Moolenaar2011-06-202-12/+6
| | | | | Problem: Mac OS doesn't have the linewise clipboard fix. Solution: Also change the Mac OS file. (Bjorn Winckler)
* Updated runtime files.Bram Moolenaar2011-06-1947-535/+938
|
* Added tag v7-3-226 for changeset 8477b2cc2b81Bram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.226v7.3.226v7-3-226Bram Moolenaar2011-06-192-1/+9
| | | | | | 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.
* Added tag v7-3-225 for changeset c249d9aa60f7Bram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.225v7.3.225v7-3-225Bram Moolenaar2011-06-1912-10/+273
| | | | | | | 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)
* Added tag v7-3-224 for changeset 69e0783ed0efBram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.224v7.3.224v7-3-224Bram Moolenaar2011-06-193-4/+24
| | | | | Problem: Can't pass dict to sort function. Solution: Add the optional {dict} argument to sort(). (ZyX)
* Added tag v7-3-223 for changeset 4e21fd3cfc30Bram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.223v7.3.223v7-3-223Bram Moolenaar2011-06-193-153/+155
| | | | | | 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.
* Added tag v7-3-222 for changeset c3b4b1c89d8eBram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.222v7.3.222v7-3-222Bram Moolenaar2011-06-193-2/+4
| | | | | Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
* Added tag v7-3-221 for changeset fd4224d9ee09Bram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.221v7.3.221v7-3-221Bram Moolenaar2011-06-198-18/+22
| | | | | | 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.
* Added tag v7-3-220 for changeset fe9c7da98b5eBram Moolenaar2011-06-190-0/+0
|
* updated for version 7.3.220v7.3.220v7-3-220Bram Moolenaar2011-06-194-270/+339
| | | | | | | | | | | 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)
* Add files added by recent patches.Bram Moolenaar2011-06-133-0/+56
|
* Added tag v7-3-219 for changeset acda456c788aBram Moolenaar2011-06-130-0/+0
|
* updated for version 7.3.219v7.3.219v7-3-219Bram Moolenaar2011-06-134-2/+8
| | | | | Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
* Added tag v7-3-218 for changeset cf89a1d3a0ddBram Moolenaar2011-06-130-0/+0
|
* updated for version 7.3.218v7.3.218v7-3-218Bram Moolenaar2011-06-133-4/+4
| | | | | Problem: Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr)
* Added tag v7-3-217 for changeset 15705b520c29Bram Moolenaar2011-06-130-0/+0
|
* updated for version 7.3.217v7.3.217v7-3-217Bram Moolenaar2011-06-132-1/+4
| | | | | Problem: Inside an "if" a ":wincmd" causes problems. Solution: When skipping commands let ":wincmd" skip over its argument.
* Added tag v7-3-216 for changeset eb6c70460702Bram Moolenaar2011-06-130-0/+0
|
* updated for version 7.3.216v7.3.216v7-3-216Bram Moolenaar2011-06-138-8/+12
| | | | | | 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.
* Added tag v7-3-215 for changeset b7523ef31e23Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.215v7.3.215v7-3-215Bram Moolenaar2011-06-123-0/+10
| | | | | Problem: Wrong file names in previous patch. (Toothpik) Solution: Include the option changes.
* Added tag v7-3-214 for changeset d84a564f28c9Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.214v7.3.214v7-3-214Bram Moolenaar2011-06-122-2/+4
| | | | | Problem: The text displayed by ":z-" isn't exactly like old Vi. Solution: Add one to the start line number. (ChangZhuo Chen)
* Added tag v7-3-213 for changeset 493897f8bf90Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.213v7.3.213v7-3-213Bram Moolenaar2011-06-124-2/+43
| | | | | Problem: Javascript object literal is not indented correctly. Solution: Make a special case for when "J1" is in 'cino'. (Luc Deschenaux)
* Added tag v7-3-212 for changeset 6bbdb9c7a425Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.212v7.3.212v7-3-212Bram Moolenaar2011-06-124-11/+48
| | | | | | Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr)
* Added tag v7-3-211 for changeset c7d942260772Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.211v7.3.211v7-3-211Bram Moolenaar2011-06-122-1/+3
| | | | | Problem: Compiler warning. Solution: Add type cast.
* Added tag v7-3-210 for changeset eeb1ac4f66d1Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.210v7.3.210v7-3-210Bram Moolenaar2011-06-124-16/+56
| | | | | Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
* Added tag v7-3-209 for changeset 82cd9f1e8d6bBram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.209v7.3.209v7-3-209Bram Moolenaar2011-06-123-3/+7
| | | | | Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
* Added tag v7-3-208 for changeset 205adc87d579Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.208v7.3.208v7-3-208Bram Moolenaar2011-06-122-1/+3
| | | | | Problem: Early terminated if statement. Solution: Remove the semicolon. (Lech Lorens)
* Added tag v7-3-207 for changeset d1445b72ddb7Bram Moolenaar2011-06-120-0/+0
|
* updated for version 7.3.207v7.3.207v7-3-207Bram Moolenaar2011-06-122-2/+4
| | | | | Problem: Can't compile with MSVC with pentium4 and 64 bit. Solution: Only use SSE2 for 32 bit. (Mike Williams)
* Added tag v7-3-206 for changeset 46544d3ae7ecBram Moolenaar2011-05-250-0/+0
|