summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.715v7.3.715Bram Moolenaar2012-11-144-10/+40
| | | | | | | Problem: Crash when calling setloclist() in BufUnload autocmd. (Marcin Szamotulski) Solution: Set w_llist to NULL when it was freed. Also add a test. (Christian Brabandt)
* updated for version 7.3.714v7.3.714Bram Moolenaar2012-11-142-2/+4
| | | | | | Problem: Inconsistency: :set can be used in the sandbox, but :setlocal and :setglobal cannot. (Michael Henry) Solution: Fix the flags for :setlocal and :setglobal. (Christian Brabandt)
* updated for version 7.3.713v7.3.713Bram Moolenaar2012-11-143-0/+27
| | | | | Problem: printf() can only align to bytes, not characters. Solution: Add the "S" item. (Christian Brabandt)
* updated for version 7.3.712v7.3.712Bram Moolenaar2012-10-232-0/+5
| | | | | Problem: Nmake from VS2010 SP1 is not recognized. Solution: Add the version number. (Ken Takata)
* updated for version 7.3.711v7.3.711Bram Moolenaar2012-10-232-15/+17
| | | | | | Problem: vim.current.buffer is not available. (lilydjwg) Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String. (Ken Takata)
* updated for version 7.3.710v7.3.710Bram Moolenaar2012-10-232-1/+3
| | | | | Problem: Patch 7.3.704 breaks "fn". Solution: Add check for ca.cmdchar. (Christian Brabandt)
* updated for version 7.3.709v7.3.709Bram Moolenaar2012-10-212-1/+3
| | | | | Problem: Compiler warning for unused argument. Solution: Add UNUSED.
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.3.706v7.3.706Bram Moolenaar2012-10-212-1/+3
| | | | | Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
* updated for version 7.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.
* updated for version 7.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)
* updated for version 7.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
|
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.3.698v7.3.698Bram Moolenaar2012-10-213-4/+11
| | | | | Problem: Python 3 does not preserve state beween commands. Solution: Preserve the state. (Paul Ollis)
* updated for version 7.3.697v7.3.697Bram Moolenaar2012-10-212-11/+16
| | | | | Problem: Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.3.691v7.3.691Bram Moolenaar2012-10-142-2/+6
| | | | | Problem: State specific to the Python thread is discarded. Solution: Keep state between threads. (Paul)
* updated for version 7.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)
* updated for version 7.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)
* updated for version 7.3.688v7.3.688Bram Moolenaar2012-10-142-5/+27
| | | | | Problem: Python 3.3 is not supported. Solution: Add Python 3.3 support (Ken Takata)
* updated for version 7.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.
* updated for version 7.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.
* updated for version 7.3.685v7.3.685Bram Moolenaar2012-10-113-0/+7
| | | | | Problem: No test for what patch 7.3.673 fixes. Solution: Add a test. (Christian Brabandt)
* updated for version 7.3.684v7.3.684Bram Moolenaar2012-10-065-4/+9
| | | | | Problem: "make test" does not delete lua.vim. Solution: Add lua.vim to the clean target. (Simon Ruderich)
* Updated runtime files.Bram Moolenaar2012-10-0515-32/+610
|
* updated for version 7.3.683v7.3.683Bram Moolenaar2012-10-052-3/+8
| | | | | Problem: ":python" may crash when vimbindeval() returns None. Solution: Check for v_string to be NULL. (Yukihiro Nakadaira)
* updated for version 7.3.682v7.3.682Bram Moolenaar2012-10-042-2/+4
| | | | | Problem: Compiler complains about incompatible types. Solution: Remove type casts. (hint by Danek Duvall)
* updated for version 7.3.681v7.3.681Bram Moolenaar2012-10-032-3/+12
| | | | | Problem: List of distributed files picks up backup files. Solution: Make tutor patterns more specific.
* Update runtime files.Bram Moolenaar2012-10-0328-1518/+990
|
* updated for version 7.3.680v7.3.680Bram Moolenaar2012-10-032-0/+5
| | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
* updated for version 7.3.679v7.3.679Bram Moolenaar2012-10-033-18/+34
| | | | | Problem: Ruby detection uses Config, newer Ruby versions use RbConfig. Solution: Detect the need to use RbConfig. (Vit Ondruch)
* updated for version 7.3.678v7.3.678Bram Moolenaar2012-10-033-2/+4
| | | | | Problem: Ruby .so name may not be correct. Solution: Use the LIBRUBY_SO entry from the config. (Vit Ondruch)
* updated for version 7.3.677v7.3.677Bram Moolenaar2012-10-037-18/+17
| | | | | | Problem: buf_spname() is used inconsistently. Solution: Make the return type a char_u pointer. Check the size of the returned string.
* updated for version 7.3.676v7.3.676Bram Moolenaar2012-10-032-0/+8
| | | | | Problem: Ruby compilation on Windows 32 bit doesn't work. Solution: Only use some functions for 64 bit. (Ken Takata)
* updated for version 7.3.675v7.3.675Bram Moolenaar2012-10-032-1/+3
| | | | | Problem: Using uninitialized memory with very long file name. Solution: Put NUL after text when it is truncated. (ZyX)
* updated for version 7.3.674v7.3.674Bram Moolenaar2012-10-033-51/+63
| | | | | Problem: Can't compile with Lua/dyn on Cygwin. Solution: Adjust configure to use the right library name. (Ken Takata)
* updated for version 7.3.673v7.3.673Bram Moolenaar2012-10-032-2/+11
| | | | | | | Problem: Using "gN" while 'selection' is "exclusive" misses one character. (Ben Fritz) Solution: Check the direction when compensating for exclusive selection. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2012-09-2122-289/+2261
|
* updated for version 7.3.672v7.3.672Bram Moolenaar2012-09-218-5/+261
| | | | | Problem: Not possible to lock/unlock lists in Python interface. Solution: Add .locked and .scope attributes. (ZyX)
* updated for version 7.3.671v7.3.671Bram Moolenaar2012-09-214-71/+45
| | | | | Problem: More Python code can be shared between Python 2 and 3. Solution: Move code to if_py_both.h. (ZyX)
* updated for version 7.3.670v7.3.670Bram Moolenaar2012-09-212-2/+6
| | | | | Problem: Python: memory leaks when there are exceptions. Solution: Add DICTKEY_UNREF in the right places. (ZyX)