summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4b.004v7.4b.004Bram Moolenaar2013-08-014-4/+30
| | | | | Problem: Regexp crash on pattern "@\%[\w\-]*". (Axel Kielhorn) Solution: Add \%(\) around \%[] internally.
* updated for version 7.4b.003v7.4b.003Bram Moolenaar2013-08-012-21/+23
| | | | | Problem: Regexp code is not nicely aligned. Solution: Adjust white space. (Ken Takata)
* updated for version 7.4b.002v7.4b.002Bram Moolenaar2013-08-014-22/+53
| | | | | | | Problem: Crash searching for \%(\%(\|\d\|-\|\.\)*\|\*\). (Marcin Szamotulski) Also for \(\)*. Solution: Do add a state for opening parenthesis, so that we can check if it was added before at the same position.
* updated for version 7.4b.001v7.4b.001Bram Moolenaar2013-08-012-5/+9
| | | | | Problem: Win32: dialog may extend off-screen. Solution: Reduce the size, use correct borders. (Andrei Olsen)
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-28158-583/+817
|
* updated for version 7.4a.047v7.4a.047Bram Moolenaar2013-07-285-3/+6
| | | | | Problem: Some comments are not so nice. Solution: Change the comments.
* Updated runtime files.Bram Moolenaar2013-07-286-47/+74
|
* updated for version 7.4a.046v7.4a.046Bram Moolenaar2013-07-282-0/+4
| | | | | Problem: Can't build without mbyte feature. Solution: Add #ifdefs.
* updated for version 7.4a.045v7.4a.045Bram Moolenaar2013-07-284-78/+339
| | | | | | Problem: Configure does not always find the right library for Lua. Missing support for LuaJit. Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
* Updated runtime files.Bram Moolenaar2013-07-2423-272/+597
|
* updated for version 7.4a.044v7.4a.044Bram Moolenaar2013-07-242-1/+12
| | | | | | Problem: Test 96 sometimes fails. Solution: Clear window from b_wininfo in win_free(). (Suggestion by Yukihiro Nakadaira)
* updated for version 7.4a.043v7.4a.043Bram Moolenaar2013-07-242-40/+74
| | | | | | Problem: More ml_get errors when adding or deleting lines from Python. (Vlad Irnov) Solution: Switch to a window with the buffer when possible.
* updated for version 7.4a.042v7.4a.042Bram Moolenaar2013-07-244-1/+31
| | | | | | Problem: Crash when BufUnload autocommands close all buffers. (Andrew Pimlott) Solution: Set curwin->w_buffer to curbuf to avoid NULL.
* updated for version 7.4a.041v7.4a.041Bram Moolenaar2013-07-246-30/+77
| | | | | | Problem: When using ":new ++ff=unix" and "dos" is first in 'fileformats' then 'ff' is set to "dos" instead of "unix". (Ingo Karkat) Solution: Create set_file_options() and invoke it from do_ecmd().
* updated for version 7.4a.040v7.4a.040Bram Moolenaar2013-07-242-9/+9
| | | | | Problem: Win32: using uninitialized variable. Solution: (Yukihiro Nakadaira)
* updated for version 7.4a.039v7.4a.039Bram Moolenaar2013-07-214-1/+14
| | | | | | Problem: New regexp engine doesn't match pattern. (Ingo Karkat) Solution: When adding a state also check for different PIM if the list of states has any state with a PIM.
* updated for version 7.4a.038v7.4a.038Bram Moolenaar2013-07-214-10/+25
| | | | | | Problem: When using MSVC 2012 there are various issues, including GUI size computations. Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
* updated for version 7.4a.037v7.4a.037Bram Moolenaar2013-07-213-0/+30
| | | | | | Problem: Win32: When mouse is hidden and in the toolbar, moving it won't make it appear. (Sami Salonen) Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)
* updated for version 7.4a.036v7.4a.036Bram Moolenaar2013-07-217-5/+30
| | | | | | Problem: "\p" in a regexp does not match double-width characters. (Yukihiro Nakadaira) Solution: Don't count display cells, use vim_isprintc().
* Updated runtime files.Bram Moolenaar2013-07-1713-107/+253
|
* updated for version 7.4a.035v7.4a.035Bram Moolenaar2013-07-173-0/+6
| | | | | Problem: Fix in patch 7.4a.032 is not tested. Solution: Add test.
* updated for version 7.4a.034v7.4a.034Bram Moolenaar2013-07-172-5/+7
| | | | | | Problem: The tabline may flicker when opening a new tab after 7.3.759 on Win32. Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
* updated for version 7.4a.033v7.4a.033Bram Moolenaar2013-07-173-29/+25
| | | | | | Problem: Test 98 always passes. Solution: Include test98a.in in test98.in, execute the crucial command in one line. (Yukihiro Nakadaira)
* updated for version 7.4a.032v7.4a.032Bram Moolenaar2013-07-172-5/+34
| | | | | | Problem: New regexp engine: Does not match shorter alternative. (Ingo Karkat) Solution: Do not drop a new state when the PIM info is different.
* updated for version 7.4a.031v7.4a.031Bram Moolenaar2013-07-173-3/+13
| | | | | Problem: Compiler warnings. (Charles Campbell) Solution: Initialize variables even when not needed.
* updated for version 7.4a.030v7.4a.030Bram Moolenaar2013-07-172-6/+26
| | | | | Problem: Missing find_win_for_buf(). (toothpik) Solution: Add missing changes.
* updated for version 7.4a.029v7.4a.029Bram Moolenaar2013-07-173-8/+109
| | | | | Problem: Can't build with MzScheme on Ubuntu 13.04. Solution: Add configure check for the "ffi" library.
* updated for version 7.4a.028v7.4a.028Bram Moolenaar2013-07-173-0/+9
| | | | | Problem: Crash when spell checking in new buffer. Solution: Set the b_p_key field. (Mike Williams)
* updated for version 7.4a.027v7.4a.027Bram Moolenaar2013-07-174-12/+33
| | | | | | | | Problem: When Python adds lines to another buffer the cursor position is wrong, it might be below the last line causing ml_get errors. (Vlad Irnov) Solution: Temporarily change the current window, so that marks are corrected properly.
* updated for version 7.4a.026v7.4a.026Bram Moolenaar2013-07-172-2/+13
| | | | | Problem: ":diffoff" does not remove folds. (Ramel) Solution: Do not restore 'foldenable' when 'foldmethod' is "manual".
* updated for version 7.4a.025v7.4a.025Bram Moolenaar2013-07-172-0/+5
| | | | | Problem: Get the press-Enter prompt even after using :redraw. Solution: Clear need_wait_return when executing :redraw.
* updated for version 7.4a.024v7.4a.024Bram Moolenaar2013-07-142-4/+5
| | | | | Problem: X11 GUI: Checking icon height twice. Solution: Check height and width. (Dominique Pelle)
* updated for version 7.4a.023v7.4a.023Bram Moolenaar2013-07-142-1/+3
| | | | | Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it.
* updated for version 7.4a.022v7.4a.022Bram Moolenaar2013-07-142-1/+3
| | | | | Problem: Using "d2g$" does not delete the last character. (ZyX) Solution: Set the "inclusive" flag properly.
* updated for version 7.4a.021v7.4a.021Bram Moolenaar2013-07-142-1/+4
| | | | | Problem: Using feedkeys() doesn't always work. Solution: Omit feedkeys(). (Ken Takata)
* updated for version 7.4a.020v7.4a.020Bram Moolenaar2013-07-142-2/+3
| | | | | Problem: Superfluous mb_ptr_adv(). Solution: Remove the call. (Dominique Pelle)
* updated for version 7.4a.019v7.4a.019Bram Moolenaar2013-07-143-7/+9
| | | | | | Problem: Invalid closing parenthesis in test 62. Command truncated at double quote. Solution: Remove the parenthesis. Change double quote to ''. (ZyX)
* updated for version 7.4a.018v7.4a.018Bram Moolenaar2013-07-133-3/+6
| | | | | Problem: Compiler warning for code unreachable. (Charles Campbell) Solution: Use "while" instead of endless loop. Change break to continue.
* updated for version 7.4a.017v7.4a.017Bram Moolenaar2013-07-132-0/+6
| | | | | | Problem: When 'foldmethod' is "indent", using ">>" on a line just above a fold makes the cursor line folded. (Evan Laforge) Solution: Call foldOpenCursor(). (Christian Brabandt)
* updated for version 7.4a.016v7.4a.016Bram Moolenaar2013-07-132-5/+7
| | | | | Problem: Features enabled in Makefile. Solution: Undo accidental changes.
* updated for version 7.4a.015v7.4a.015Bram Moolenaar2013-07-138-0/+1019
| | | | | | Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
* updated for version 7.4a.014v7.4a.014Bram Moolenaar2013-07-134-8/+25
| | | | | Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
* updated for version 7.4a.013v7.4a.013Bram Moolenaar2013-07-134-5/+22
| | | | | | | Problem: Setting/resetting 'lbr' in the main help file changes alignment after a Tab. (Dimitar Dimitrov) Solution: Also use the code for conceal mode where n_extra is computed for 'lbr'.
* updated for version 7.4a.012v7.4a.012Bram Moolenaar2013-07-122-1/+5
| | | | | Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
* updated for version 7.4a.011v7.4a.011Bram Moolenaar2013-07-123-8/+4
| | | | | Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
* updated for version 7.4a.010v7.4a.010Bram Moolenaar2013-07-093-0/+98
| | | | | | Problem: Test 86 and 97 fail when building with Python or Python 3 and using a static library. Solution: Add configure check to add -fPIE compiler flag.
* updated for version 7.4a.009v7.4a.009Bram Moolenaar2013-07-093-5/+6
| | | | | Problem: Compiler warnings for function prototypes. Solution: Add "void". Move list_features() prototype. (Ken Takata)
* updated for version 7.4a.008v7.4a.008Bram Moolenaar2013-07-092-1/+4
| | | | | | | Problem: Python 3 doesn't handle multibyte characters prooperly when 'encoding' is not utf-8. Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken Takata)
* updated for version 7.4a.007v7.4a.007Bram Moolenaar2013-07-092-1/+7
| | | | | | Problem: After "g$" with 'virtualedit' set, "k" moves to a different column. (Dimitar Dimitrov) Solution: Set w_curswant. (Christian Brabandt)
* Updated runtime files. Fix NL translations.Bram Moolenaar2013-07-0920-4116/+3299
|