summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2012-11-23updated for version 7.3.726v7.3.726Bram Moolenaar
Problem: Typos and duplicate info in README. Solution: Fix the text.
2012-11-20updated for version 7.3.725v7.3.725Bram Moolenaar
Problem: :aboveleft and :belowright have no effect on :copen. Solution: Check for cmdmod.split. (Christian Brabandt)
2012-11-20updated for version 7.3.724v7.3.724Bram Moolenaar
Problem: Building with Ruby and Tcl on MS-Windows does not work. Solution: Remove Ruby and Tcl from the big MS-Windows build.
2012-11-20updated for version 7.3.723v7.3.723Bram Moolenaar
Problem: Various tiny problems. Solution: Various tiny fixes.
2012-11-20updated for version 7.3.722v7.3.722Bram Moolenaar
Problem: Perl flags may contain "-g", which breaks "make proto". Solution: Filter out the "-g" flag for cproto. (Ken Takata)
2012-11-20updated for version 7.3.721v7.3.721Bram Moolenaar
Problem: Ruby interface defines local functions globally. Solution: Make the functions static.
2012-11-20updated for version 7.3.720v7.3.720Bram Moolenaar
Problem: Proto files are outdated. Solution: Update the newly generated proto files.
2012-11-20updated for version 7.3.719v7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2012-11-20updated for version 7.3.718v7.3.718Bram Moolenaar
Problem: When re-using the current buffer the buffer-local options stay. Solution: Re-initialize the buffer-local options. (Christian Brabandt)
2012-11-20updated for version 7.3.717v7.3.717Bram Moolenaar
Problem: When changing the font size, only MS-Windows limits the window size. Solution: Also limit the window size on other systems. (Roland Puntaier)
2012-11-20updated for version 7.3.716v7.3.716Bram Moolenaar
Problem: Error on exit when using Python 3. Solution: Remove PythonIO_Fini(). (Roland Puntaier)
2012-11-15Updated runtime files.Bram Moolenaar
2012-11-14updated for version 7.3.715v7.3.715Bram Moolenaar
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)
2012-11-14updated for version 7.3.714v7.3.714Bram Moolenaar
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)
2012-11-14updated for version 7.3.713v7.3.713Bram Moolenaar
Problem: printf() can only align to bytes, not characters. Solution: Add the "S" item. (Christian Brabandt)
2012-10-23updated for version 7.3.712v7.3.712Bram Moolenaar
Problem: Nmake from VS2010 SP1 is not recognized. Solution: Add the version number. (Ken Takata)
2012-10-23updated for version 7.3.711v7.3.711Bram Moolenaar
Problem: vim.current.buffer is not available. (lilydjwg) Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String. (Ken Takata)
2012-10-23updated for version 7.3.710v7.3.710Bram Moolenaar
Problem: Patch 7.3.704 breaks "fn". Solution: Add check for ca.cmdchar. (Christian Brabandt)
2012-10-21updated for version 7.3.709v7.3.709Bram Moolenaar
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
2012-10-21updated for version 7.3.708v7.3.708Bram Moolenaar
Problem: Filler lines above the first line may be hidden when opening Vim. Solution: Change how topfill is computed. (Christian Brabandt)
2012-10-21updated for version 7.3.707v7.3.707Bram Moolenaar
Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
2012-10-21updated for version 7.3.706v7.3.706Bram Moolenaar
Problem: Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder)
2012-10-21updated for version 7.3.705v7.3.705Bram Moolenaar
Problem: Mouse features are not sorted properly. (Tony Mechelynck) Solution: Put the mouse features in alphabetical order.
2012-10-21updated for version 7.3.704v7.3.704Bram Moolenaar
Problem: Repeating "cgn" does not always work correctly. Solution: Also fetch the operator character. (Christian Brabandt)
2012-10-21updated for version 7.3.703v7.3.703Bram Moolenaar
Problem: When 'undofile' is reset the hash is computed unnecessarily. Solution: Only compute the hash when the option was set. (Christian Brabandt)
2012-10-21updated for version 7.3.702v7.3.702Bram Moolenaar
Problem: Nmake from VS6 service pack 6 is not recognized. Solution: Detect the version number. (Jiri Sedlak)
2012-10-21updated for version 7.3.701v7.3.701Bram Moolenaar
Problem: MS-Windows: Crash with stack overflow when setting 'encoding'. Solution: Handle that loading the iconv library may be called recursively. (Jiri Sedlak)
2012-10-21updated for version 7.3.700v7.3.700Bram Moolenaar
Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
2012-10-21updated for version 7.3.699v7.3.699Bram Moolenaar
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)
2012-10-21updated for version 7.3.698v7.3.698Bram Moolenaar
Problem: Python 3 does not preserve state beween commands. Solution: Preserve the state. (Paul Ollis)
2012-10-21updated for version 7.3.697v7.3.697Bram Moolenaar
Problem: Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata)
2012-10-21updated for version 7.3.696v7.3.696Bram Moolenaar
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)
2012-10-21updated for version 7.3.695v7.3.695Bram Moolenaar
Problem: Balloon cannot show multi-byte text. Solution: Properly deal with multi-byte characters. (Dominique Pelle)
2012-10-21updated for version 7.3.694v7.3.694Bram Moolenaar
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)
2012-10-21updated for version 7.3.693v7.3.693Bram Moolenaar
Problem: Can't make 'softtabstop' follow 'shiftwidth'. Solution: When 'softtabstop' is negative use the value of 'shiftwidth'. (so8res)
2012-10-18updated for version 7.3.692v7.3.692Bram Moolenaar
Problem: Can't build GTK version with GTK 2.0. Solution: Put GtkFileFilter declaration in the right place. (Yegappan Lakshmanan)
2012-10-14updated for version 7.3.691v7.3.691Bram Moolenaar
Problem: State specific to the Python thread is discarded. Solution: Keep state between threads. (Paul)
2012-10-14updated for version 7.3.690v7.3.690Bram Moolenaar
Problem: When the current directory name is exactly the maximum path length Vim may crash. Solution: Only add "/" when there is room. (Danek Duvall)
2012-10-14updated for version 7.3.689v7.3.689Bram Moolenaar
Problem: MzScheme and Lua may use a NULL string. Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira)
2012-10-14updated for version 7.3.688v7.3.688Bram Moolenaar
Problem: Python 3.3 is not supported. Solution: Add Python 3.3 support (Ken Takata)
2012-10-11updated for version 7.3.687v7.3.687Bram Moolenaar
Problem: Test 16 fails when $DISPLAY is not set. Solution: Skip the test when $DISPLAY is not set.
2012-10-11updated for version 7.3.686v7.3.686Bram Moolenaar
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.
2012-10-11updated for version 7.3.685v7.3.685Bram Moolenaar
Problem: No test for what patch 7.3.673 fixes. Solution: Add a test. (Christian Brabandt)
2012-10-06updated for version 7.3.684v7.3.684Bram Moolenaar
Problem: "make test" does not delete lua.vim. Solution: Add lua.vim to the clean target. (Simon Ruderich)
2012-10-05updated for version 7.3.683v7.3.683Bram Moolenaar
Problem: ":python" may crash when vimbindeval() returns None. Solution: Check for v_string to be NULL. (Yukihiro Nakadaira)
2012-10-04updated for version 7.3.682v7.3.682Bram Moolenaar
Problem: Compiler complains about incompatible types. Solution: Remove type casts. (hint by Danek Duvall)
2012-10-03updated for version 7.3.681v7.3.681Bram Moolenaar
Problem: List of distributed files picks up backup files. Solution: Make tutor patterns more specific.
2012-10-03Update runtime files.Bram Moolenaar
2012-10-03updated for version 7.3.680v7.3.680Bram Moolenaar
Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
2012-10-03updated for version 7.3.679v7.3.679Bram Moolenaar
Problem: Ruby detection uses Config, newer Ruby versions use RbConfig. Solution: Detect the need to use RbConfig. (Vit Ondruch)