summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.710v7.3.710v7-3-710Bram Moolenaar2012-10-232-1/+3
| | | | | Problem: Patch 7.3.704 breaks "fn". Solution: Add check for ca.cmdchar. (Christian Brabandt)
* Added tag v7-3-709 for changeset fb7dec372910Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.709v7.3.709v7-3-709Bram Moolenaar2012-10-212-1/+3
| | | | | Problem: Compiler warning for unused argument. Solution: Add UNUSED.
* Added tag v7-3-708 for changeset 64427849c158Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.708v7.3.708v7-3-708Bram Moolenaar2012-10-214-3/+23
| | | | | Problem: Filler lines above the first line may be hidden when opening Vim. Solution: Change how topfill is computed. (Christian Brabandt)
* Added tag v7-3-707 for changeset d24d309c365fBram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.707v7.3.707v7-3-707Bram Moolenaar2012-10-213-16/+31
| | | | | | Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
* Added tag v7-3-706 for changeset d0ae72c2f5f9Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.706v7.3.706v7-3-706Bram Moolenaar2012-10-212-1/+3
| | | | | Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
* Added tag v7-3-705 for changeset 0aa74f2f50a8Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.705v7.3.705v7-3-705Bram Moolenaar2012-10-211-15/+23
| | | | | Problem: Mouse features are not sorted properly. (Tony Mechelynck) Solution: Put the mouse features in alphabetical order.
* Added tag v7-3-704 for changeset be8ad9c9b973Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.704v7.3.704v7-3-704Bram Moolenaar2012-10-212-2/+9
| | | | | Problem: Repeating "cgn" does not always work correctly. Solution: Also fetch the operator character. (Christian Brabandt)
* Added tag v7-3-703 for changeset f69321485951Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.703v7.3.703v7-3-703Bram Moolenaar2012-10-212-14/+22
| | | | | Problem: When 'undofile' is reset the hash is computed unnecessarily. Solution: Only compute the hash when the option was set. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2012-10-2114-125/+258
|
* Added tag v7-3-702 for changeset 916b5c11a13eBram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.702v7.3.702v7-3-702Bram Moolenaar2012-10-212-0/+6
| | | | | Problem: Nmake from VS6 service pack 6 is not recognized. Solution: Detect the version number. (Jiri Sedlak)
* Added tag v7-3-701 for changeset 48af86560945Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.701v7.3.701v7-3-701Bram Moolenaar2012-10-212-4/+14
| | | | | | Problem: MS-Windows: Crash with stack overflow when setting 'encoding'. Solution: Handle that loading the iconv library may be called recursively. (Jiri Sedlak)
* Added tag v7-3-700 for changeset c656847932d3Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.700v7.3.700v7-3-700Bram Moolenaar2012-10-213-0/+10
| | | | | Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
* Added tag v7-3-699 for changeset 4ffb6f9b58e0Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.699v7.3.699v7-3-699Bram Moolenaar2012-10-212-14/+14
| | | | | | | Problem: When 'ttymouse' is set to "sgr" manually, it is overruled by automatic detection. Solution: Do not use automatic detection when 'ttymouse' was set manually. (Hayaki Saito)
* Added tag v7-3-698 for changeset b5b892472ecbBram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.698v7.3.698v7-3-698Bram Moolenaar2012-10-213-4/+11
| | | | | Problem: Python 3 does not preserve state beween commands. Solution: Preserve the state. (Paul Ollis)
* Added tag v7-3-697 for changeset 7c72b5f7ada1Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.697v7.3.697v7-3-697Bram Moolenaar2012-10-212-11/+16
| | | | | Problem: Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata)
* Added tag v7-3-696 for changeset 447c688b82ebBram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.696v7.3.696v7-3-696Bram Moolenaar2012-10-212-2/+9
| | | | | | Problem: Message about added spell language can be wrong. Solution: Give correct message. Add g:menutrans_set_lang_to to allow for translation. (Jiri Sedlak)
* Added tag v7-3-695 for changeset cd6c420e31d6Bram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.695v7.3.695v7-3-695Bram Moolenaar2012-10-213-6/+10
| | | | | Problem: Balloon cannot show multi-byte text. Solution: Properly deal with multi-byte characters. (Dominique Pelle)
* Added tag v7-3-694 for changeset 8235ccf121bbBram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.694v7.3.694v7-3-694Bram Moolenaar2012-10-213-4/+37
| | | | | | Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so easy to use in indent files. Solution: Add the shiftwidth() function. (so8res)
* Added tag v7-3-693 for changeset fd96b3cc88edBram Moolenaar2012-10-210-0/+0
|
* updated for version 7.3.693v7.3.693v7-3-693Bram Moolenaar2012-10-214-11/+19
| | | | | | Problem: Can't make 'softtabstop' follow 'shiftwidth'. Solution: When 'softtabstop' is negative use the value of 'shiftwidth'. (so8res)
* Added tag v7-3-692 for changeset 337a4368fd2bBram Moolenaar2012-10-180-0/+0
|
* updated for version 7.3.692v7.3.692v7-3-692Bram Moolenaar2012-10-182-1/+3
| | | | | | Problem: Can't build GTK version with GTK 2.0. Solution: Put GtkFileFilter declaration in the right place. (Yegappan Lakshmanan)
* Added tag v7-3-691 for changeset 7f10daa706bbBram Moolenaar2012-10-140-0/+0
|
* updated for version 7.3.691v7.3.691v7-3-691Bram Moolenaar2012-10-142-2/+6
| | | | | Problem: State specific to the Python thread is discarded. Solution: Keep state between threads. (Paul)
* Added tag v7-3-690 for changeset caa0ca9ad06cBram Moolenaar2012-10-140-0/+0
|
* updated for version 7.3.690v7.3.690v7-3-690Bram Moolenaar2012-10-142-7/+6
| | | | | | Problem: When the current directory name is exactly the maximum path length Vim may crash. Solution: Only add "/" when there is room. (Danek Duvall)
* Added tag v7-3-689 for changeset 3c072c1cb873Bram Moolenaar2012-10-140-0/+0
|
* updated for version 7.3.689v7.3.689v7-3-689Bram Moolenaar2012-10-143-2/+6
| | | | | Problem: MzScheme and Lua may use a NULL string. Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira)
* Added tag v7-3-688 for changeset 2696da84d370Bram Moolenaar2012-10-140-0/+0
|
* updated for version 7.3.688v7.3.688v7-3-688Bram Moolenaar2012-10-142-5/+27
| | | | | Problem: Python 3.3 is not supported. Solution: Add Python 3.3 support (Ken Takata)
* Added tag v7-3-687 for changeset 0545dab1517fBram Moolenaar2012-10-110-0/+0
|
* updated for version 7.3.687v7.3.687v7-3-687Bram Moolenaar2012-10-112-0/+3
| | | | | Problem: Test 16 fails when $DISPLAY is not set. Solution: Skip the test when $DISPLAY is not set.
* Added tag v7-3-686 for changeset ba9c9d0c4ff4Bram Moolenaar2012-10-110-0/+0
|
* updated for version 7.3.686v7.3.686v7-3-686Bram Moolenaar2012-10-112-3/+6
| | | | | | | Problem: Using CTRL-\ e mappings is useful also when entering an expression, but it doesn't work. (Marcin Szamotulski) Solution: Allow using CTRL-\ e when entering an expression if it was not typed.