]> granicus.if.org Git - vim/log
vim
14 years agoupdated for version 7.3.058 v7.3.058
Bram Moolenaar [Tue, 16 Nov 2010 13:46:19 +0000 (14:46 +0100)]
updated for version 7.3.058
Problem:    Error "code converter not found" when loading Ruby script.
Solution:   Load Gem module. (Yasuhiro Matsumoto)

14 years agoupdated for version 7.3.057 v7.3.057
Bram Moolenaar [Tue, 16 Nov 2010 13:06:08 +0000 (14:06 +0100)]
updated for version 7.3.057
Problem:    Segfault with command line abbreviation. (Randy Morris)
Solution:   Don't retrigger the abbreviation when abandoning the command line.
            Continue editing the command line after the error.

14 years agoupdated for version 7.3.056 v7.3.056
Bram Moolenaar [Tue, 16 Nov 2010 10:32:01 +0000 (11:32 +0100)]
updated for version 7.3.056
Problem:    "getline" argument in do_cmdline() shadows global.
Solution:   Rename the argument.
Files:      src/ex_docmd.c

14 years agoupdated for version 7.3.055 v7.3.055
Bram Moolenaar [Wed, 10 Nov 2010 19:41:57 +0000 (20:41 +0100)]
updated for version 7.3.055
Problem:    Recursively nested lists and dictionaries cause a near-endless
            loop when comparing them with a copy. (ZyX)
Solution:   Limit recursiveness in a way that non-recursive structures can
            still be nested very deep.
Files:      src/eval.c, src/testdir/test55.in, src/testdir/test55.ok

14 years agoupdated for version 7.3.054 v7.3.054
Bram Moolenaar [Wed, 10 Nov 2010 18:00:01 +0000 (19:00 +0100)]
updated for version 7.3.054
Problem:    Can define a user command for :Print, but it doesn't work. (Aaron
            Thoma)
Solution:   Let user command :Print overrule the builtin command (Christian
            Brabandt)  Disallow :X and :Next as a user defined command.

14 years agoupdated for version 7.3.053 v7.3.053
Bram Moolenaar [Wed, 10 Nov 2010 16:11:33 +0000 (17:11 +0100)]
updated for version 7.3.053
Problem:    complete() function doesn't reset complete direction.  Can't use
            an empty string in the list of matches.
Solution:   Set compl_direction to FORWARD.  Add "empty" key to allow empty
            words. (Kikuchan)

14 years agoupdated for version 7.3.052 v7.3.052
Bram Moolenaar [Wed, 10 Nov 2010 15:54:20 +0000 (16:54 +0100)]
updated for version 7.3.052
Problem:    When 'completefunc' opens a new window all kinds of errors follow.
            (Xavier Deguillard)
Solution:   When 'completefunc' goes to another window or buffer and when it
            deletes text abort completion.  Add a test for 'completefunc'.

14 years agoupdated for version 7.3.051 v7.3.051
Bram Moolenaar [Wed, 10 Nov 2010 14:37:05 +0000 (15:37 +0100)]
updated for version 7.3.051
Problem:    Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty.
Solution:   Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)

14 years agoupdated for version 7.3.050 v7.3.050
Bram Moolenaar [Wed, 3 Nov 2010 21:32:24 +0000 (22:32 +0100)]
updated for version 7.3.050
Problem:    The link script is clumsy.
Solution:   Use the --as-needed linker option if available. (Kirill A.
            Shutemov)

14 years agoupdated for version 7.3.049 v7.3.049
Bram Moolenaar [Wed, 3 Nov 2010 20:59:30 +0000 (21:59 +0100)]
updated for version 7.3.049
Problem:    PLT has rebranded their Scheme to Racket.
Solution:   Add support for Racket 5.x. (Sergey Khorev)

14 years agoupdated for version 7.3.048 v7.3.048
Bram Moolenaar [Wed, 3 Nov 2010 18:32:42 +0000 (19:32 +0100)]
updated for version 7.3.048
Problem:    ":earlier 1f" doesn't work after loading undo file.
Solution:   Set b_u_save_nr_cur when loading an undo file. (Christian
            Brabandt)
            Fix only showing time in ":undolist"

14 years agoupdated for version 7.3.047 v7.3.047
Bram Moolenaar [Wed, 27 Oct 2010 16:36:36 +0000 (18:36 +0200)]
updated for version 7.3.047
Problem:    Missing makefile updates for test 75.
Solution:   Update the makefiles.

14 years agoUpdated runtile files.
Bram Moolenaar [Wed, 27 Oct 2010 16:34:44 +0000 (18:34 +0200)]
Updated runtile files.

14 years agoupdated for version 7.3.046 v7.3.046
Bram Moolenaar [Wed, 27 Oct 2010 15:40:59 +0000 (17:40 +0200)]
updated for version 7.3.046
Problem:    Can't build Ruby on MS-Windows.
Solution:   Add #ifdef, don't use WIN3264 before including vim.h.

14 years agoupdated for version 7.3.045 v7.3.045
Bram Moolenaar [Wed, 27 Oct 2010 15:39:05 +0000 (17:39 +0200)]
updated for version 7.3.045
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize the variable always.

14 years agoupdated for version 7.3.044 v7.3.044
Bram Moolenaar [Wed, 27 Oct 2010 15:11:15 +0000 (17:11 +0200)]
updated for version 7.3.044
Problem:    The preview window opened by the popup menu is larger than
            specified with 'previewheight'. (Benjamin Haskell)
Solution:   Use 'previewheight' if it's set and smaller.

14 years agoupdated for version 7.3.043 v7.3.043
Bram Moolenaar [Wed, 27 Oct 2010 14:49:47 +0000 (16:49 +0200)]
updated for version 7.3.043
Problem:    Can't load Ruby dynamically on Unix.
Solution:   Adjust the configure script. (James Vega)

14 years agoupdated for version 7.3.042 v7.3.042
Bram Moolenaar [Wed, 27 Oct 2010 14:18:00 +0000 (16:18 +0200)]
updated for version 7.3.042
Problem:    No spell highlighting when re-using an empty buffer.
Solution:   Clear the spell checking info only when clearing the options for a
            buffer. (James Vega)

14 years agoupdated for version 7.3.041 v7.3.041
Bram Moolenaar [Wed, 27 Oct 2010 14:01:27 +0000 (16:01 +0200)]
updated for version 7.3.041
Problem:    Compiler warning for accessing mediumVersion. (Tony Mechelynck)
Solution:   Use the pointer instead of the array itself. (Dominique Pelle)

14 years agoupdated for version 7.3.040 v7.3.040
Bram Moolenaar [Wed, 27 Oct 2010 11:37:44 +0000 (13:37 +0200)]
updated for version 7.3.040
Problem:    Comparing strings while ignoring case goes beyond end of the
            string when there are illegal bytes. (Dominique Pelle)
Solution:   Explicitly check for illegal bytes.

14 years agoupdated for version 7.3.039 v7.3.039
Bram Moolenaar [Wed, 27 Oct 2010 10:58:23 +0000 (12:58 +0200)]
updated for version 7.3.039
Problem:    Crash when using skk.vim plugin.
Solution:   Get length of expression evaluation result only after checking for
            NULL.  (Noriaki Yagi, Dominique Pelle)

14 years agoupdated for version 7.3.038 v7.3.038
Bram Moolenaar [Wed, 27 Oct 2010 10:33:17 +0000 (12:33 +0200)]
updated for version 7.3.038
Problem:    v:windowid isn't set on MS-Windows.
Solution:   Set it to the window handle. (Chris Sutcliffe)

14 years agoupdated for version 7.3.037 v7.3.037
Bram Moolenaar [Wed, 27 Oct 2010 10:18:00 +0000 (12:18 +0200)]
updated for version 7.3.037
Problem:    Compiler warnings for loss of data. (Mike Williams)
Solution:   Add type casts.

14 years agoupdated for version 7.3.036 v7.3.036
Bram Moolenaar [Wed, 27 Oct 2010 10:15:33 +0000 (12:15 +0200)]
updated for version 7.3.036
Problem:    Win32 GUI: When building without menus, the font for dialogs and
            tab page headers also changes.
Solution:   Define USE_SYSMENU_FONT always. (Harig G.)

14 years agoupdated for version 7.3.035 v7.3.035
Bram Moolenaar [Sun, 24 Oct 2010 12:33:43 +0000 (14:33 +0200)]
updated for version 7.3.035
Problem:    Stray semicolon after if statement. (Hari G)
Solution:   Remove the semicolon.

14 years agoupdated for version 7.3.034 v7.3.034
Bram Moolenaar [Sat, 23 Oct 2010 12:02:54 +0000 (14:02 +0200)]
updated for version 7.3.034
Problem:    Win32: may be loading .dll from the wrong directory.
Solution:   Go to the Vim executable directory when opening a library.

14 years agoupdated for version 7.3.033 v7.3.033
Bram Moolenaar [Fri, 22 Oct 2010 20:13:52 +0000 (22:13 +0200)]
updated for version 7.3.033
Problem:    Can't build without FEAT_LOCALMAP.
Solution:   Add an #ifdef. (John Marriott)

14 years agoupdated for version 7.3.032 v7.3.032
Bram Moolenaar [Wed, 20 Oct 2010 19:23:33 +0000 (21:23 +0200)]
updated for version 7.3.032
Problem:    maparg() doesn't return the flags, such as <buffer>, <script>,
            <silent>.  These are needed to save and restore a mapping.
Solution:   Improve maparg(). (also by Christian Brabandt)

14 years agoupdated for version 7.3.031 v7.3.031
Bram Moolenaar [Wed, 20 Oct 2010 17:17:48 +0000 (19:17 +0200)]
updated for version 7.3.031
Problem:    Can't pass the X window ID to another application.
Solution:   Add v:windowid. (Christian J. Robinson, Lech Lorens)

14 years agoUpdated runtime files and translations.
Bram Moolenaar [Wed, 20 Oct 2010 16:45:33 +0000 (18:45 +0200)]
Updated runtime files and translations.

14 years agoupdated for version 7.3.030 v7.3.030
Bram Moolenaar [Wed, 20 Oct 2010 15:44:42 +0000 (17:44 +0200)]
updated for version 7.3.030
Problem:    Cannot store Dict and List in viminfo file.
Solution:   Add support for this. (Christian Brabandt)

14 years agoupdated for version 7.3.029 v7.3.029
Bram Moolenaar [Fri, 15 Oct 2010 18:20:05 +0000 (20:20 +0200)]
updated for version 7.3.029
Problem:    ":sort n" sorts lines without a number as number zero. (Beeyawned)
Solution:   Make lines without a number sort before lines with a number.  Also
            fix sorting negative numbers.

14 years agoupdated for version 7.3.028 v7.3.028
Bram Moolenaar [Thu, 14 Oct 2010 19:29:37 +0000 (21:29 +0200)]
updated for version 7.3.028
Problem:    Signs don't show up. (Charles Campbell)
Solution:   Don't use negative numbers.  Also assign a number to signs that
            have a name of all digits to avoid using a sign number twice.

14 years agoupdated for version 7.3.027 v7.3.027
Bram Moolenaar [Wed, 13 Oct 2010 18:37:41 +0000 (20:37 +0200)]
updated for version 7.3.027
Problem:    Opening a file on a network share is very slow.
Solution:   When fixing file name case append "\*" to directory, server and
            network share names. (David Anderson, John Beckett)

14 years agoupdated for version 7.3.026 v7.3.026
Bram Moolenaar [Wed, 13 Oct 2010 16:06:47 +0000 (18:06 +0200)]
updated for version 7.3.026
Problem:    CTRL-] in a help file doesn't always work. (Tony Mechelynck)
Solution:   Don't escape special characters. (Carlo Teubner)

14 years agoupdated for version 7.3.025 v7.3.025
Bram Moolenaar [Wed, 13 Oct 2010 15:50:07 +0000 (17:50 +0200)]
updated for version 7.3.025
Problem:    ":mksession" does not square brackets escape file name properly.
Solution:   Improve escapging of file names. (partly by Peter Odding)

14 years agoupdated for version 7.3.024 v7.3.024
Bram Moolenaar [Wed, 13 Oct 2010 14:44:23 +0000 (16:44 +0200)]
updated for version 7.3.024
Problem:    Named signs do not use a negative number as intended.
Solution:   Fix the numbering of named signs. (Xavier de Gaye)

14 years agoupdated for version 7.3.023 v7.3.023
Bram Moolenaar [Wed, 13 Oct 2010 14:22:09 +0000 (16:22 +0200)]
updated for version 7.3.023
Problem:    External program may hang when it tries to write to the tty.
Solution:   Don't close the slave tty until after the child exits. (Nikola
            Knezevic)

14 years agoupdated for version 7.3.022 v7.3.022
Bram Moolenaar [Wed, 13 Oct 2010 12:05:35 +0000 (14:05 +0200)]
updated for version 7.3.022
Problem:    When opening a new window the 'spellcapcheck' option is cleared.
Solution:   Copy the correct option value. (Christian Brabandt)

14 years agoupdated for version 7.3.021 v7.3.021
Bram Moolenaar [Sun, 10 Oct 2010 15:08:43 +0000 (17:08 +0200)]
updated for version 7.3.021
Problem:    Conflict for defining Boolean in Mac header files.
Solution:   Define NO_X11_INCLUDES. (Rainer Muller)

14 years agoupdated for version 7.3.020 v7.3.020
Bram Moolenaar [Sat, 9 Oct 2010 15:23:31 +0000 (17:23 +0200)]
updated for version 7.3.020
Problem:    Cursor position wrong when joining multiple lines and
            'formatoptions' contains "a". (Moshe Kamensky)
Solution:   Adjust cursor position for skipped indent. (Carlo Teubner)

14 years agoRuntime file updates.
Bram Moolenaar [Thu, 30 Sep 2010 19:47:56 +0000 (21:47 +0200)]
Runtime file updates.

14 years agoupdated for version 7.3.019 v7.3.019
Bram Moolenaar [Thu, 30 Sep 2010 19:03:26 +0000 (21:03 +0200)]
updated for version 7.3.019
Problem:    ":nbstart" can fail silently.
Solution:   Give an error when netbeans is not supported by the GUI. (Xavier
            de Gaye)

14 years agoupdated for version 7.3.018 v7.3.018
Bram Moolenaar [Wed, 29 Sep 2010 16:42:28 +0000 (18:42 +0200)]
updated for version 7.3.018
Problem:    Missing argument to windres in MingW makefiles.
Solution:   Add the argument that was wrapped in the patch. (Jon Maken)

14 years agoupdated for version 7.3.017 v7.3.017
Bram Moolenaar [Wed, 29 Sep 2010 16:32:52 +0000 (18:32 +0200)]
updated for version 7.3.017
Problem:    smatch reports errors.
Solution:   Fix the reported errors. (Dominique Pelle)

14 years agoupdated for version 7.3.016 v7.3.016
Bram Moolenaar [Wed, 29 Sep 2010 15:27:01 +0000 (17:27 +0200)]
updated for version 7.3.016
Problem:    Netbeans doesn't work under Athena.
Solution:   Support Athena, just like Motif. (Xavier de Gaye)

14 years agoupdated for version 7.3.015 v7.3.015
Bram Moolenaar [Wed, 29 Sep 2010 14:55:49 +0000 (16:55 +0200)]
updated for version 7.3.015
Problem:    Test is using error message that no longer exists.
Solution:   Change E106 to E121. (Dominique Pelle)

14 years agoupdated for version 7.3.014 v7.3.014
Bram Moolenaar [Wed, 29 Sep 2010 13:50:30 +0000 (15:50 +0200)]
updated for version 7.3.014
Problem:    Ending a line in a backslash inside an ":append" or ":insert"
            command in Ex mode doesn't work properly. (Ray Frush)
Solution:   Halve the number of backslashes, only insert a NUL after an odd
            number of backslashes.

14 years agoupdated for version 7.3.013 v7.3.013
Bram Moolenaar [Wed, 29 Sep 2010 11:02:53 +0000 (13:02 +0200)]
updated for version 7.3.013
Problem:    Dynamic loading with Ruby doesn't work for 1.9.2.
Solution:   Handle rb_str2cstr differently.  Also support dynamic loading on
            Unix. (Jon Maken)

14 years agoupdated for version 7.3.012 v7.3.012
Bram Moolenaar [Wed, 29 Sep 2010 10:38:00 +0000 (12:38 +0200)]
updated for version 7.3.012
Problem:    Problems building with MingW.
Solution:   Adjust the MingW makefiles. (Jon)

14 years agoUpdated runtime files.
Bram Moolenaar [Tue, 21 Sep 2010 20:34:02 +0000 (22:34 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.011 v7.3.011
Bram Moolenaar [Tue, 21 Sep 2010 20:09:37 +0000 (22:09 +0200)]
updated for version 7.3.011
Problem:    X11 clipboard doesn't work in Athena/Motif GUI.  First selection
            after a shell command doesn't work.
Solution:   When using the GUI use XtLastTimestampProcessed() instead of
            changing a property.  (partly by Toni Ronkko)
            When executing a shell command disown the selection.

14 years agoupdated for version 7.3.010 v7.3.010
Bram Moolenaar [Tue, 21 Sep 2010 15:34:31 +0000 (17:34 +0200)]
updated for version 7.3.010
Problem:    Mac GUI: Missing break statements.
Solution:   Add the break statements. (Dominique Pelle)

14 years agoupdated for version 7.3.009 v7.3.009
Bram Moolenaar [Tue, 21 Sep 2010 15:29:23 +0000 (17:29 +0200)]
updated for version 7.3.009
Problem:    Win32: Crash on Windows when using a bad argument for strftime().
            (Christian Brabandt)
Solution:   Use the bad_param_handler(). (Mike Williams)

14 years agoupdated for version 7.3.008 v7.3.008
Bram Moolenaar [Tue, 21 Sep 2010 14:56:35 +0000 (16:56 +0200)]
updated for version 7.3.008
Problem:    'cursorbind' is kept in places where 'scrollbind' is reset.
Solution:   Reset 'cursorbind'.

14 years agoupdated for version 7.3.007 v7.3.007
Bram Moolenaar [Tue, 21 Sep 2010 14:49:37 +0000 (16:49 +0200)]
updated for version 7.3.007
Problem:    Python code defines global "buffer".  Re-implements a grow-array.
Solution:   Use a grow-array instead of coding the same functionality.  Handle
            out-of-memory situation properly.

14 years agoUpdated runtime files.
Bram Moolenaar [Sun, 19 Sep 2010 17:01:21 +0000 (19:01 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.006 v7.3.006
Bram Moolenaar [Sat, 18 Sep 2010 11:36:49 +0000 (13:36 +0200)]
updated for version 7.3.006
Problem:    Can't build some multi-byte code with C89.
Solution:   Move code to after declarations. (Joachim Schmitz)

14 years agoupdated for version 7.3.005 v7.3.005
Bram Moolenaar [Tue, 14 Sep 2010 10:47:37 +0000 (12:47 +0200)]
updated for version 7.3.005
Problem:    Crash when using undotree(). (Christian Brabandt)
Solution:   Increase the list reference count.  Add a test for undotree()
            (Lech Lorens)

14 years agoupdated for version 7.3.004 v7.3.004
Bram Moolenaar [Tue, 14 Sep 2010 08:55:47 +0000 (10:55 +0200)]
updated for version 7.3.004
Problem:    Crash when using very long regexp. (Peter Odding)
Solution:   Reset reg_toolong. (Carlo Teubner)

14 years agoFold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Bram Moolenaar [Fri, 20 Aug 2010 09:11:57 +0000 (11:11 +0200)]
Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Mechelynck)

14 years agoupdated for version 7.3.003 v7.3.003
Bram Moolenaar [Tue, 17 Aug 2010 18:26:59 +0000 (20:26 +0200)]
updated for version 7.3.003
Problem:    Crash with specific BufWritePost autocmd. (Peter Odding)
Solution:   Don't free the quickfix title twice. (Lech Lorens)

14 years agoupdated for version 7.3.002 v7.3.002
Bram Moolenaar [Mon, 16 Aug 2010 20:34:29 +0000 (22:34 +0200)]
updated for version 7.3.002
Problem:    ":find" completion doesn't work when halfway an environment
            variable. (Dominique Pelle)
Solution:   Only use in-path completion when expanding file names. (Nazri
            Ramliy)

14 years agoupdated for version 7.3.002 v7.3.001
Bram Moolenaar [Mon, 16 Aug 2010 19:53:27 +0000 (21:53 +0200)]
updated for version 7.3.002
Problem:    ":find" completion doesn't work when halfway an environment
            variable. (Dominique Pelle)
Solution:   Only use in-path completion when expanding file names. (Nazri
            Ramliy)

14 years agoLast changes for the 7.3 release! v7.3
Bram Moolenaar [Sun, 15 Aug 2010 13:24:20 +0000 (15:24 +0200)]
Last changes for the 7.3 release!

14 years agoFix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)
Bram Moolenaar [Sun, 15 Aug 2010 11:53:58 +0000 (13:53 +0200)]
Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)

14 years agoMake the references to features in the help more consistent. (Sylvain Hitier)
Bram Moolenaar [Sun, 15 Aug 2010 11:50:43 +0000 (13:50 +0200)]
Make the references to features in the help more consistent. (Sylvain Hitier)

14 years agoDocs fix for tabpagewinnr(). (Sylvain Hitier)
Bram Moolenaar [Sun, 15 Aug 2010 11:30:34 +0000 (13:30 +0200)]
Docs fix for tabpagewinnr(). (Sylvain Hitier)

14 years agoTwo fixes for :find completion and more testing. (Nazri Ramliy)
Bram Moolenaar [Sun, 15 Aug 2010 11:29:11 +0000 (13:29 +0200)]
Two fixes for :find completion and more testing. (Nazri Ramliy)

14 years agoDo include Mac clipboard code for MacVim.
Bram Moolenaar [Sun, 15 Aug 2010 10:57:37 +0000 (12:57 +0200)]
Do include Mac clipboard code for MacVim.

14 years agoRuntime file updates.
Bram Moolenaar [Sat, 14 Aug 2010 19:57:32 +0000 (21:57 +0200)]
Runtime file updates.

14 years agoFix building the Mac version with GUI.
Bram Moolenaar [Sat, 14 Aug 2010 19:56:42 +0000 (21:56 +0200)]
Fix building the Mac version with GUI.

14 years agoREADME and help file updates.
Bram Moolenaar [Sat, 14 Aug 2010 15:46:20 +0000 (17:46 +0200)]
README and help file updates.

14 years agoFix: in compatible mode, in an empty buffer, ":r file" triggered an error
Bram Moolenaar [Sat, 14 Aug 2010 12:32:54 +0000 (14:32 +0200)]
Fix: in compatible mode, in an empty buffer, ":r file" triggered an error
message.

14 years agoFix: strcat() on overlapping string. (Dominique Pelle)
Bram Moolenaar [Sat, 14 Aug 2010 11:34:39 +0000 (13:34 +0200)]
Fix: strcat() on overlapping string. (Dominique Pelle)

14 years agoVersion 7.3f -> 7.3g
Bram Moolenaar [Sat, 14 Aug 2010 11:33:56 +0000 (13:33 +0200)]
Version 7.3f -> 7.3g

14 years agoPreparations for 7.3f release.
Bram Moolenaar [Fri, 13 Aug 2010 20:05:54 +0000 (22:05 +0200)]
Preparations for 7.3f release.

14 years agoCleanup in :find completion code. Make it work for "./subdir" in 'path'.
Bram Moolenaar [Fri, 13 Aug 2010 19:16:49 +0000 (21:16 +0200)]
Cleanup in :find completion code.  Make it work for "./subdir" in 'path'.

14 years agoUse mkdir() instead of !mkdir in test 73, it's more reliable.
Bram Moolenaar [Fri, 13 Aug 2010 17:13:18 +0000 (19:13 +0200)]
Use mkdir() instead of !mkdir in test 73, it's more reliable.

14 years agoNow really fix using expressions in the command line (hopefully).
Bram Moolenaar [Fri, 13 Aug 2010 17:12:07 +0000 (19:12 +0200)]
Now really fix using expressions in the command line (hopefully).

14 years agoFix illegal memory access when using expressions in the command line.
Bram Moolenaar [Fri, 13 Aug 2010 14:51:26 +0000 (16:51 +0200)]
Fix illegal memory access when using expressions in the command line.

14 years agoUpdate message for :python/:py3 usage with approximate translations.
Bram Moolenaar [Fri, 13 Aug 2010 14:24:30 +0000 (16:24 +0200)]
Update message for :python/:py3 usage with approximate translations.

14 years agoAdd a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
Bram Moolenaar [Fri, 13 Aug 2010 14:22:57 +0000 (16:22 +0200)]
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)

14 years agoConceal feature caused the 'cursorline' highlighting to stop early.
Bram Moolenaar [Fri, 13 Aug 2010 13:24:39 +0000 (15:24 +0200)]
Conceal feature caused the 'cursorline' highlighting to stop early.

14 years agoFix for Yaml syntax file. (Nikolai Weibull)
Bram Moolenaar [Fri, 13 Aug 2010 12:58:53 +0000 (14:58 +0200)]
Fix for Yaml syntax file. (Nikolai Weibull)

14 years agoRuntime file updates.
Bram Moolenaar [Fri, 13 Aug 2010 12:38:12 +0000 (14:38 +0200)]
Runtime file updates.

14 years agoFix #ifdef for GDK_SUPER_MASK.
Bram Moolenaar [Fri, 13 Aug 2010 11:57:13 +0000 (13:57 +0200)]
Fix #ifdef for GDK_SUPER_MASK.

14 years agoMore fixes for :find completion. (mostly by Nazri Ramliy)
Bram Moolenaar [Fri, 13 Aug 2010 11:36:15 +0000 (13:36 +0200)]
More fixes for :find completion. (mostly by Nazri Ramliy)

14 years agoUpdate to Perl runtime files. (Andy Lester)
Bram Moolenaar [Fri, 13 Aug 2010 10:09:22 +0000 (12:09 +0200)]
Update to Perl runtime files. (Andy Lester)

14 years agoUpdated Italian menus. (Vlad Sandrini)
Bram Moolenaar [Fri, 13 Aug 2010 09:57:42 +0000 (11:57 +0200)]
Updated Italian menus. (Vlad Sandrini)

14 years agoUpdates for :TOhtml. (Benjamin Fritz)
Bram Moolenaar [Fri, 13 Aug 2010 09:30:02 +0000 (11:30 +0200)]
Updates for :TOhtml. (Benjamin Fritz)

14 years agoAvoid warnings from the clang compiler. (Dominique Pelle)
Bram Moolenaar [Fri, 13 Aug 2010 09:18:02 +0000 (11:18 +0200)]
Avoid warnings from the clang compiler. (Dominique Pelle)

14 years agoUpdated Finnish translations. (Flammie Pirinen)
Bram Moolenaar [Thu, 12 Aug 2010 20:19:09 +0000 (22:19 +0200)]
Updated Finnish translations. (Flammie Pirinen)

14 years agoFix: Lua interface tried to load the library when closing a buffer or window.
Bram Moolenaar [Thu, 12 Aug 2010 20:14:01 +0000 (22:14 +0200)]
Fix: Lua interface tried to load the library when closing a buffer or window.

14 years agoImprovements for :find completion.
Bram Moolenaar [Thu, 12 Aug 2010 19:50:51 +0000 (21:50 +0200)]
Improvements for :find completion.

14 years agoInclude wchar.h in charset.c for towupper().
Bram Moolenaar [Thu, 12 Aug 2010 18:17:02 +0000 (20:17 +0200)]
Include wchar.h in charset.c for towupper().

14 years agoRuntime file updates.
Bram Moolenaar [Wed, 11 Aug 2010 21:37:32 +0000 (23:37 +0200)]
Runtime file updates.

14 years agoUpdated translations. Added Portuguese tutor.
Bram Moolenaar [Wed, 11 Aug 2010 21:11:47 +0000 (23:11 +0200)]
Updated translations.  Added Portuguese tutor.

14 years agoFixes for :find completion.
Bram Moolenaar [Wed, 11 Aug 2010 20:05:57 +0000 (22:05 +0200)]
Fixes for :find completion.

14 years agoImproved pt_PT spell file generation.
Bram Moolenaar [Tue, 10 Aug 2010 20:53:02 +0000 (22:53 +0200)]
Improved pt_PT spell file generation.