]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.882 v7.4.882
Bram Moolenaar [Fri, 25 Sep 2015 17:12:22 +0000 (19:12 +0200)]
patch 7.4.882
Problem:    When leaving the command line window with CTRL-C while a
            completion menu is displayed the menu isn't removed.
Solution:   Force a screen update. (Hirohito Higashi)

9 years agopatch 7.4.881 v7.4.881
Bram Moolenaar [Fri, 25 Sep 2015 15:56:50 +0000 (17:56 +0200)]
patch 7.4.881
Problem:    Test 49 fails.
Solution:   Add line number to check of call stack.

9 years agopatch 7.4.880 v7.4.880
Bram Moolenaar [Fri, 25 Sep 2015 15:50:22 +0000 (17:50 +0200)]
patch 7.4.880
Problem:    No build and coverage status.
Solution:   Add links to the README file. (Christian Brabandt)

9 years agopatch 7.4.879 v7.4.879
Bram Moolenaar [Fri, 25 Sep 2015 15:37:16 +0000 (17:37 +0200)]
patch 7.4.879
Problem:    Can't see line numbers in nested function calls.
Solution:   Add line number to the file name. (Alberto Fanjul)

9 years agopatch 7.4.878 v7.4.878
Bram Moolenaar [Fri, 25 Sep 2015 14:59:47 +0000 (16:59 +0200)]
patch 7.4.878
Problem:    Coverity error for clearing only one byte of struct.
Solution:   Clear the whole struct. (Dominique Pelle)

9 years agopatch 7.4.877 v7.4.877
Bram Moolenaar [Fri, 25 Sep 2015 14:38:01 +0000 (16:38 +0200)]
patch 7.4.877
Problem:    ":find" sometimes fails. (Excanoe)
Solution:   Compare current characters instead of previous ones.

9 years agopatch 7.4.876 v7.4.876
Bram Moolenaar [Fri, 25 Sep 2015 13:28:38 +0000 (15:28 +0200)]
patch 7.4.876
Problem:    Windows7: when using vim.exe with msys or msys2, conhost.exe
            (console window provider on Windows7) will freeze or crash.
Solution:   Make original screen buffer active, before executing external
            program.  And when the program is finished, revert to vim's one.
            (Taro Muraoka)

9 years agopatch 7.4.875 v7.4.875
Bram Moolenaar [Fri, 25 Sep 2015 13:00:56 +0000 (15:00 +0200)]
patch 7.4.875
Problem:    Not obvious how to contribute.
Solution:   Add a remark about CONTRIBUTING.md to README.md

9 years agopatch 7.4.874 v7.4.874
Bram Moolenaar [Fri, 25 Sep 2015 13:00:31 +0000 (15:00 +0200)]
patch 7.4.874
Problem:    MS-Windows: When Vim runs inside another application, the size
            isn't right.
Solution:   When in child mode compute the size differently. (Agorgianitis
            Loukas)

9 years agopatch 7.4.873 v7.4.873
Bram Moolenaar [Thu, 17 Sep 2015 21:20:42 +0000 (23:20 +0200)]
patch 7.4.873
Problem:    Compiler warning for unused variable. (Tony Mechelynck)
Solution:   Remove the variable.  Also fix int vs long_u mixup.

9 years agopatch 7.4.872 v7.4.872
Bram Moolenaar [Tue, 15 Sep 2015 17:18:18 +0000 (19:18 +0200)]
patch 7.4.872
Problem:    Not using CI services available.
Solution:   Add configuration files for travis and appveyor. (PR #401)

9 years agopatch 7.4.871 v7.4.871
Bram Moolenaar [Tue, 15 Sep 2015 17:05:59 +0000 (19:05 +0200)]
patch 7.4.871
Problem:    Vim leaks memory, when 'wildignore' filters out all matches.
Solution:   Free the files array when it becomes empty.

9 years agopatch 7.4.870 v7.4.870
Bram Moolenaar [Tue, 15 Sep 2015 16:29:39 +0000 (18:29 +0200)]
patch 7.4.870
Problem:    May get into an invalid state when using getchar() in an
            expression mapping.
Solution:   Anticipate mod_mask to change. (idea by Yukihiro Nakadaira)

9 years agopatch 7.4.869 v7.4.869
Bram Moolenaar [Tue, 15 Sep 2015 15:58:29 +0000 (17:58 +0200)]
patch 7.4.869
Problem:    MS-Windows: scrolling may cause text to disappear when using an
            Intel GPU.
Solution:   Call GetPixel(). (Yohei Endo)

9 years agopatch 7.4.868 v7.4.868
Bram Moolenaar [Tue, 15 Sep 2015 15:30:40 +0000 (17:30 +0200)]
patch 7.4.868
Problem:    'smarttab' is also effective when 'paste' is enabled. (Alexander
            Monakov)
Solution:   Disable 'smarttab' when 'paste' is set. (Christian Brabandt)
            Do the same for 'expandtab'.

9 years agopatch 7.4.867 v7.4.867
Bram Moolenaar [Tue, 15 Sep 2015 13:57:29 +0000 (15:57 +0200)]
patch 7.4.867
Problem:    Can't build on MS-Windows. (Taro Muraoka)
Solution:   Adjust #ifdef.

9 years agopatch 7.4.866 v7.4.866
Bram Moolenaar [Tue, 15 Sep 2015 12:12:05 +0000 (14:12 +0200)]
patch 7.4.866
Problem:    Crash when changing the 'tags' option from a remote command.
            (Benjamin Fritz)
Solution:   Instead of executing messages immediately, use a queue, like for
            netbeans. (James Kolb)

9 years agopatch 7.4.865 v7.4.865
Bram Moolenaar [Wed, 9 Sep 2015 20:35:29 +0000 (22:35 +0200)]
patch 7.4.865
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize.

9 years agopatch 7.4.864 v7.4.864
Bram Moolenaar [Wed, 9 Sep 2015 19:10:39 +0000 (21:10 +0200)]
patch 7.4.864
Problem:    Tiny build fails.
Solution:   Put qf_ items inside #ifdef.

9 years agopatch 7.4.863 v7.4.863
Bram Moolenaar [Wed, 9 Sep 2015 18:59:37 +0000 (20:59 +0200)]
patch 7.4.863
Problem:    plines_nofill() used without the diff feature.
Solution:   Define PLINES_NOFILL().

9 years agopatch 7.4.862 v7.4.862
Bram Moolenaar [Wed, 9 Sep 2015 18:27:02 +0000 (20:27 +0200)]
patch 7.4.862
Problem:    Still problems with pango_shape_full() not available.
Solution:   Change AC_TRY_COMPILE to AC_TRY_LINK.

9 years agoUpdate documentation and syntax files.
Bram Moolenaar [Tue, 8 Sep 2015 21:36:10 +0000 (23:36 +0200)]
Update documentation and syntax files.

9 years agopatch 7.4.861 v7.4.861
Bram Moolenaar [Tue, 8 Sep 2015 18:00:22 +0000 (20:00 +0200)]
patch 7.4.861
Problem:    pango_shape_full() is not always available.
Solution:   Add a configure check.

9 years agopatch 7.4.860 v7.4.860
Bram Moolenaar [Tue, 8 Sep 2015 17:13:51 +0000 (19:13 +0200)]
patch 7.4.860
Problem:    Filetype detection is outdated.
Solution:   Include all recent and not-so-recent changes.

9 years agopatch 7.4.859 v7.4.859
Bram Moolenaar [Tue, 8 Sep 2015 17:10:55 +0000 (19:10 +0200)]
patch 7.4.859
Problem:    Vim doesn't recognize all htmldjango files.
Solution:   Recognize a comment. (Daniel Hahler, PR #410)

9 years agopatch 7.4.858 v7.4.858
Bram Moolenaar [Tue, 8 Sep 2015 16:46:31 +0000 (18:46 +0200)]
patch 7.4.858
Problem:    It's a bit clumsy to execute a command on a list of matches.
Solution:   Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
            Lakshmanan)

9 years agopatch 7.4.857 v7.4.857
Bram Moolenaar [Tue, 8 Sep 2015 15:50:41 +0000 (17:50 +0200)]
patch 7.4.857
Problem:    Dragging the current tab with the mouse doesn't work properly.
Solution:   Take the current tabpage index into account. (Hirohito Higashi)

9 years agopatch 7.4.856 v7.4.856
Bram Moolenaar [Tue, 8 Sep 2015 15:31:59 +0000 (17:31 +0200)]
patch 7.4.856
Problem:    "zt" still doesn't work well with filler lines. (Gary Johnson)
Solution:   Check for filler lines above the cursor. (Christian Brabandt)

9 years agopatch 7.4.855 v7.4.855
Bram Moolenaar [Tue, 8 Sep 2015 14:31:06 +0000 (16:31 +0200)]
patch 7.4.855
Problem:    GTK: font glitches for combining characters
Solution:   Use pango_shape_full() instead of pango_shape(). (luchr, PR #393)

9 years agopatch 7.4.854 v7.4.854
Bram Moolenaar [Tue, 1 Sep 2015 19:25:44 +0000 (21:25 +0200)]
patch 7.4.854
Problem:    Missing information about runtime files.
Solution:   Add section about runtime files. (Christian Brabandt)

9 years agopatch 7.4.853 v7.4.853
Bram Moolenaar [Tue, 1 Sep 2015 18:53:24 +0000 (20:53 +0200)]
patch 7.4.853
Problem:    "zt" in diff mode does not always work properly. (Gary Johnson)
Solution:   Don't count filler lines twice. (Christian Brabandt)

9 years agopatch 7.4.852 v7.4.852
Bram Moolenaar [Tue, 1 Sep 2015 18:31:20 +0000 (20:31 +0200)]
patch 7.4.852
Problem:    On MS-Windows console Vim uses ANSI APIs for keyboard input and
            console output, it cannot input/output Unicode characters.
Solution:   Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)

9 years agopatch 7.4.851 v7.4.851
Bram Moolenaar [Tue, 1 Sep 2015 18:23:37 +0000 (20:23 +0200)]
patch 7.4.851
Problem:    Saving and restoring the console buffer does not work properly.
Solution:   Instead of ReadConsoleOutputA/WriteConsoleOutputA use
            CreateConsoleScreenBuffer and SetConsoleActiveScreenBuffer.
            (Ken Takata)

9 years agopatch 7.4.850 v7.4.850
Bram Moolenaar [Tue, 1 Sep 2015 17:50:09 +0000 (19:50 +0200)]
patch 7.4.850
Problem:    <Esc> does not show up.
Solution:   Use &gt; and &lt;. (Kazunobu Kuriyama)

9 years agopatch 7.4.849 v7.4.849
Bram Moolenaar [Tue, 1 Sep 2015 17:26:12 +0000 (19:26 +0200)]
patch 7.4.849
Problem:    Moving the cursor in Insert mode starts new undo sequence.
Solution:   Add CTRL-G U to keep the undo sequence for the following cursor
            movement command. (Christian Brabandt)

9 years agopatch 7.4.848 v7.4.848
Bram Moolenaar [Tue, 1 Sep 2015 16:51:39 +0000 (18:51 +0200)]
patch 7.4.848
Problem:    CTRL-A on hex number in Visual block mode is incorrect.
Solution:   Account for the "0x". (Hirohito Higashi)

9 years agopatch 7.4.847 v7.4.847
Bram Moolenaar [Tue, 1 Sep 2015 16:27:49 +0000 (18:27 +0200)]
patch 7.4.847
Problem:    "vi)d" may leave a character behind.
Solution:   Skip over multi-byte character. (Christian Brabandt)

9 years agopatch 7.4.846 v7.4.846
Bram Moolenaar [Tue, 1 Sep 2015 15:50:48 +0000 (17:50 +0200)]
patch 7.4.846
Problem:    Some GitHub users don't know how to use issues.
Solution:   Add a file that explains the basics of contributing.

9 years agopatch 7.4.845 v7.4.845
Bram Moolenaar [Tue, 1 Sep 2015 14:25:34 +0000 (16:25 +0200)]
patch 7.4.845
Problem:    Compiler warning for possible loss of data.
Solution:   Add a type cast. (Erich Ritz)

9 years agopatch 7.4.844 v7.4.844
Bram Moolenaar [Tue, 1 Sep 2015 14:05:00 +0000 (16:05 +0200)]
patch 7.4.844
Problem:    When '#' is in 'isident' the is# comparator doesn't work.
Solution:   Don't use vim_isIDc(). (Yasuhiro Matsumoto)

9 years agopatch 7.4.843 v7.4.843
Bram Moolenaar [Thu, 27 Aug 2015 20:30:47 +0000 (22:30 +0200)]
patch 7.4.843
Problem:    Still possible to go beyond the end of a string.
Solution:   Check for NUL also in second string. (Dominique Pelle)

9 years agopatch 7.4.842 v7.4.842
Bram Moolenaar [Thu, 27 Aug 2015 20:25:10 +0000 (22:25 +0200)]
patch 7.4.842
Problem:    Sending too many messages to close the balloon.
Solution:   Only send a WM_CLOSE message. (Jurgen Kramer)

9 years agopatch 7.4.841 v7.4.841
Bram Moolenaar [Wed, 26 Aug 2015 21:24:09 +0000 (23:24 +0200)]
patch 7.4.841
Problem:    Can't compile without the multi-byte feature. (John Marriott)
Solution:   Add more #ifdef's.

9 years agopatch 7.4.840 v7.4.840
Bram Moolenaar [Wed, 26 Aug 2015 21:12:38 +0000 (23:12 +0200)]
patch 7.4.840
Problem:    Tooltip window stays open.
Solution:   Send a WM_CLOSE message. (Jurgen Kramer)

9 years agopatch 7.4.839 v7.4.839
Bram Moolenaar [Wed, 26 Aug 2015 21:01:21 +0000 (23:01 +0200)]
patch 7.4.839
Problem:    Compiler warning on 64-bit system.
Solution:   Add cast to int. (Mike Williams)

9 years agopatch 7.4.838 v7.4.838
Bram Moolenaar [Tue, 25 Aug 2015 19:27:35 +0000 (21:27 +0200)]
patch 7.4.838
Problem:    Can't compile without the crypt feature. (John Marriott)
Solution:   Add #ifdef.

9 years agoUpdated runtime files and Italian messages.
Bram Moolenaar [Tue, 25 Aug 2015 17:52:04 +0000 (19:52 +0200)]
Updated runtime files and Italian messages.

9 years agopatch 7.4.837 v7.4.837
Bram Moolenaar [Tue, 25 Aug 2015 17:49:50 +0000 (19:49 +0200)]
patch 7.4.837
Problem:    Compiler warning with MSVC compiler when using +sniff.
Solution:   Use Sleep() instead of _sleep(). (Tux)

9 years agopatch 7.4.836 v7.4.836
Bram Moolenaar [Tue, 25 Aug 2015 14:49:01 +0000 (16:49 +0200)]
patch 7.4.836
Problem:    Accessing unitinialized memory.
Solution:   Add missing calls to init_tv(). (Dominique Pelle)

9 years agopatch 7.4.835 v7.4.835
Bram Moolenaar [Tue, 25 Aug 2015 14:31:40 +0000 (16:31 +0200)]
patch 7.4.835
Problem:    Comparing utf-8 sequences does not handle different byte sizes
            correctly.
Solution:   Get the byte size of each character. (Dominique Pelle)

9 years agopatch 7.4.834 v7.4.834
Bram Moolenaar [Tue, 25 Aug 2015 14:19:05 +0000 (16:19 +0200)]
patch 7.4.834
Problem:    gettabvar() doesn't work after Vim start. (Szymon Wrozynski)
Solution:   Handle first window in tab still being NULL. (Christian Brabandt)

9 years agopatch 7.4.833 v7.4.833
Bram Moolenaar [Tue, 25 Aug 2015 13:39:55 +0000 (15:39 +0200)]
patch 7.4.833
Problem:    More side effects of ":set all&" are missing. (Björn Linse)
Solution:   Call didset_options() and add didset_options2() to collect more
            side effects to take care of.  Still not everything...

9 years agopatch 7.4.832 v7.4.832
Bram Moolenaar [Tue, 25 Aug 2015 12:21:19 +0000 (14:21 +0200)]
patch 7.4.832
Problem:    $HOME in  is expanded too early.
Solution:   Skip over  when expanding environment names.

9 years agopatch 7.4.831 v7.4.831
Bram Moolenaar [Tue, 25 Aug 2015 11:57:04 +0000 (13:57 +0200)]
patch 7.4.831
Problem:    When expanding  on the command line and encountering an
            error, the command is executed anyway.
Solution:   Bail out when an error is detected.

9 years agopatch 7.4.830 v7.4.830
Bram Moolenaar [Tue, 25 Aug 2015 10:56:31 +0000 (12:56 +0200)]
patch 7.4.830
Problem:    Resetting 'encoding' when doing ":set all&" causes problems.
            (Bjorn Linse) Display is not updated.
Solution:   Do not reset 'encoding'. Do a full redraw.

9 years agopatch 7.4.829 v7.4.829
Bram Moolenaar [Tue, 25 Aug 2015 10:21:32 +0000 (12:21 +0200)]
patch 7.4.829
Problem:    Crash when clicking in beval balloon. (Travis Lebsock)
Solution:   Use PostMessage() instead of DestroyWindow(). (Raymond Ko, PR 298)

9 years agopatch 7.4.828 v7.4.828
Bram Moolenaar [Tue, 25 Aug 2015 09:58:36 +0000 (11:58 +0200)]
patch 7.4.828
Problem:    Crash when using "syn keyword x c". (Dominique Pelle)
Solution:   Initialize the keyword tabble. (Raymond Ko, PR 397)

9 years agopatch 7.4.827 v7.4.827
Bram Moolenaar [Tue, 18 Aug 2015 11:48:54 +0000 (13:48 +0200)]
patch 7.4.827
Problem:    Not all test targets are in the Makefile.
Solution:   Add the missing targets.

9 years agopatch 7.4.826 v7.4.826
Bram Moolenaar [Thu, 13 Aug 2015 21:28:43 +0000 (23:28 +0200)]
patch 7.4.826
Problem:    Compiler warnings and errors.
Solution:   Make it build properly without the multi-byte feature.

9 years agopatch 7.4.825 v7.4.825
Bram Moolenaar [Thu, 13 Aug 2015 20:53:29 +0000 (22:53 +0200)]
patch 7.4.825
Problem:    Invalid memory access for ":syn keyword x a[".
Solution:   Do not skip over the NUL. (Dominique Pelle)

9 years agopatch 7.4.824 v7.4.824
Bram Moolenaar [Wed, 12 Aug 2015 20:56:58 +0000 (22:56 +0200)]
patch 7.4.824
Problem:    Can't compile without the multi-byte feature. (John Marriott)
Solution:   Add #ifdef.

9 years agoUpdate runtime files.
Bram Moolenaar [Tue, 11 Aug 2015 18:34:49 +0000 (20:34 +0200)]
Update runtime files.

9 years agopatch 7.4.823 v7.4.823
Bram Moolenaar [Tue, 11 Aug 2015 17:36:42 +0000 (19:36 +0200)]
patch 7.4.823
Problem:    Cursor moves after CTRL-A on alphabetic character.
Solution:   (Hirohito Higashi, test by Christian Brabandt)

9 years agopatch 7.4.822 v7.4.822
Bram Moolenaar [Tue, 11 Aug 2015 17:14:00 +0000 (19:14 +0200)]
patch 7.4.822
Problem:    More problems reported by coverity.
Solution:   Avoid the warnings. (Christian Brabandt)

9 years agopatch 7.4.821 v7.4.821
Bram Moolenaar [Tue, 11 Aug 2015 16:53:03 +0000 (18:53 +0200)]
patch 7.4.821
Problem:    Coverity reports a few problems.
Solution:   Avoid the warnings. (Christian Brabandt)

9 years agopatch 7.4.820 v7.4.820
Bram Moolenaar [Tue, 11 Aug 2015 16:45:48 +0000 (18:45 +0200)]
patch 7.4.820
Problem:    Invalid memory access in file_pat_to_reg_pat.
Solution:   Avoid looking before the start of a string. (Dominique Pelle)

9 years agopatch 7.4.819 v7.4.819
Bram Moolenaar [Tue, 11 Aug 2015 16:33:48 +0000 (18:33 +0200)]
patch 7.4.819
Problem:    Beeping when running the tests.
Solution:   Fix 41 beeps. (Roland Eggner)

9 years agopatch 7.4.818 v7.4.818
Bram Moolenaar [Tue, 11 Aug 2015 15:46:36 +0000 (17:46 +0200)]
patch 7.4.818
Problem:    'linebreak' breaks c% if the last Visual selection was block.
            (Chris Morganiser, Issue 389)
Solution:   Handle Visual block mode differently. (Christian Brabandt)

9 years agopatch 7.4.817 v7.4.817
Bram Moolenaar [Tue, 11 Aug 2015 14:20:05 +0000 (16:20 +0200)]
patch 7.4.817
Problem:    Invalid memory access in file_pat_to_reg_pat().
Solution:   Use vim_isspace() instead of checking for a space only. (Dominique
            Pelle)

9 years agopatch 7.4.816 v7.4.816
Bram Moolenaar [Tue, 11 Aug 2015 13:54:52 +0000 (15:54 +0200)]
patch 7.4.816
Problem:    Invalid memory access when doing ":fun X(".
Solution:   Check for missing ')'. (Dominique Pelle)

9 years agopatch 7.4.815 v7.4.815
Bram Moolenaar [Tue, 11 Aug 2015 13:46:09 +0000 (15:46 +0200)]
patch 7.4.815
Problem:    Invalid memory access when doing ":call g:".
Solution:   Check for an empty name. (Dominique Pelle)

9 years agopatch 7.4.814 v7.4.814
Bram Moolenaar [Tue, 11 Aug 2015 13:27:13 +0000 (15:27 +0200)]
patch 7.4.814
Problem:    Illegal memory access with "sy match a fold".
Solution:   Check for empty string. (Dominique Pelle)

9 years agopatch 7.4.813 v7.4.813
Bram Moolenaar [Tue, 11 Aug 2015 12:26:19 +0000 (14:26 +0200)]
patch 7.4.813
Problem:    It is not possible to save and restore character search state.
Solution:   Add getcharsearch() and setcharsearch().  (James McCoy)

9 years agopatch 7.4.812 v7.4.812
Bram Moolenaar [Sat, 8 Aug 2015 16:23:46 +0000 (18:23 +0200)]
patch 7.4.812
Problem:    Gcc sanitizer complains about using a NULL pointer to memmove().
Solution:   Only call memmove when there is something to move. (Vittorio
            Zecca)

9 years agopatch 7.4.811 v7.4.811
Bram Moolenaar [Tue, 4 Aug 2015 20:02:51 +0000 (22:02 +0200)]
patch 7.4.811
Problem:    Invalid memory access when using "exe 'sc'".
Solution:   Avoid going over the end of the string. (Dominique Pelle)

9 years agopatch 7.4.810 v7.4.810
Bram Moolenaar [Tue, 4 Aug 2015 19:51:25 +0000 (21:51 +0200)]
patch 7.4.810
Problem:    With a sequence of commands using buffers in diff mode E749 is
            given. (itchyny)
Solution:   Skip unloaded buffer. (Hirohito Higashi)

9 years agopatch 7.4.809 v7.4.809
Bram Moolenaar [Tue, 4 Aug 2015 19:27:11 +0000 (21:27 +0200)]
patch 7.4.809
Problem:    Test is duplicated.
Solution:   Roll back 7.4.802.

9 years agopatch 7.4.808 v7.4.808
Bram Moolenaar [Tue, 4 Aug 2015 17:27:05 +0000 (19:27 +0200)]
patch 7.4.808
Problem:    On MS-Windows 8 IME input doen't work correctly.
Solution:   Read console input before calling MsgWaitForMultipleObjects().
            (vim-jp, Nobuhiro Takasaki)

9 years agopatch 7.4.807 v7.4.807
Bram Moolenaar [Tue, 4 Aug 2015 17:18:52 +0000 (19:18 +0200)]
patch 7.4.807
Problem:    After CTRL-V CTRL-A mode isn't updated. (Hirohito Higashi)
Solution:   Clear the command line or update the displayed command.

9 years agopatch 7.4.806 v7.4.806
Bram Moolenaar [Tue, 4 Aug 2015 16:23:22 +0000 (18:23 +0200)]
patch 7.4.806
Problem:    CTRL-A in Visual mode doesn't work properly with "alpha" in
            'nrformat'.
Solution:   Make it work. (Christian Brabandt)

9 years agopatch 7.4.805 v7.4.805
Bram Moolenaar [Tue, 4 Aug 2015 15:43:25 +0000 (17:43 +0200)]
patch 7.4.805
Problem:    The ruler shows "Bot" even when there are only filler lines
            missing. (Gary Johnson)
Solution:   Use "All" when the first line and one filler line are visible.

9 years agopatch 7.4.804 v7.4.804
Bram Moolenaar [Tue, 4 Aug 2015 15:29:07 +0000 (17:29 +0200)]
patch 7.4.804
Problem:    Xxd doesn't have a license notice.
Solution:   Add license as indicated by Juergen.

9 years agopatch 7.4.803 v7.4.803
Bram Moolenaar [Tue, 28 Jul 2015 19:17:36 +0000 (21:17 +0200)]
patch 7.4.803
Problem:    C indent does not support C11 raw strings. (Mark Lodato)
Solution:   Do not change indent inside the raw string.

9 years agopatch 7.4.802 v7.4.802
Bram Moolenaar [Tue, 28 Jul 2015 15:16:33 +0000 (17:16 +0200)]
patch 7.4.802
Problem:    Using "A" in Visual mode while 'linebreak' is set is not tested.
Solution:   Add a test for this, verifies the problem is fixed. (Ingo Karkat)

9 years agopatch 7.4.801 v7.4.801
Bram Moolenaar [Tue, 28 Jul 2015 12:42:45 +0000 (14:42 +0200)]
patch 7.4.801
Problem:    Test for ":diffoff" doesn't catch all potential problems.
Solution:   Add a :diffthis and a :diffoff command. (Olaf Dabrunz)

9 years agopatch 7.4.800 v7.4.800
Bram Moolenaar [Tue, 28 Jul 2015 12:25:48 +0000 (14:25 +0200)]
patch 7.4.800
Problem:    Using freed memory when triggering CmdUndefined autocommands.
Solution:   Set pointer to NULL. (Dominique Pelle)

9 years agopatch 7.4.799 v7.4.799
Bram Moolenaar [Tue, 28 Jul 2015 11:33:45 +0000 (13:33 +0200)]
patch 7.4.799
Problem:    Accessing memory before an allocated block.
Solution:   Check for not going before the start of a pattern. (Dominique
            Pelle)

9 years agopatch 7.4.798 v7.4.798
Bram Moolenaar [Tue, 28 Jul 2015 09:21:32 +0000 (11:21 +0200)]
patch 7.4.798
Problem:    Repeating a change in Visual mode does not work as expected.
            (Urtica Dioica)
Solution:   Make redo in Visual mode work better. (Christian Brabandt)

9 years agopatch 7.4.797 v7.4.797
Bram Moolenaar [Sat, 25 Jul 2015 20:53:00 +0000 (22:53 +0200)]
patch 7.4.797
Problem:    Crash when using more lines for the command line than
            'maxcombine'.
Solution:   Use the correct array index.  Also, do not try redrawing when
            exiting.  And use screen_Columns instead of Columns.

9 years agopatch 7.4.796 v7.4.796
Bram Moolenaar [Wed, 22 Jul 2015 20:46:13 +0000 (22:46 +0200)]
patch 7.4.796
Problem:    Warning from 64 bit compiler.
Solution:   Add type cast. (Mike Williams)

9 years agoCorrect optwin script, update PHP complete.
Bram Moolenaar [Wed, 22 Jul 2015 20:22:59 +0000 (22:22 +0200)]
Correct optwin script, update PHP complete.

9 years agopatch 7.4.795 v7.4.795
Bram Moolenaar [Wed, 22 Jul 2015 20:19:38 +0000 (22:19 +0200)]
patch 7.4.795
Problem:    The 'fixeol' option is not copied to a new window.
Solution:   Copy the option value. (Yasuhiro Matsumoto)

9 years agopatch 7.4.794 v7.4.794
Bram Moolenaar [Tue, 21 Jul 2015 18:22:12 +0000 (20:22 +0200)]
patch 7.4.794
Problem:    Visual Studio 2015 is not recognized.
Solution:   Add the version numbers to the makefile. (Taro Muraoka)

9 years agoUpdated and new runtime files.
Bram Moolenaar [Tue, 21 Jul 2015 17:19:13 +0000 (19:19 +0200)]
Updated and new runtime files.

9 years agopatch 7.4.793 v7.4.793
Bram Moolenaar [Tue, 21 Jul 2015 15:53:25 +0000 (17:53 +0200)]
patch 7.4.793
Problem:    Can't specify when not to ring the bell.
Solution:   Add the 'belloff' option. (Christian Brabandt)

9 years agopatch 7.4.792 v7.4.792
Bram Moolenaar [Tue, 21 Jul 2015 13:48:27 +0000 (15:48 +0200)]
patch 7.4.792
Problem:    Can only conceal text by defining syntax items.
Solution:   Use matchadd() to define concealing. (Christian Brabandt)

9 years agopatch 7.4.791 v7.4.791
Bram Moolenaar [Tue, 21 Jul 2015 13:03:06 +0000 (15:03 +0200)]
patch 7.4.791
Problem:    The buffer list can be very long.
Solution:   Add an argument to ":ls" to specify the type of buffer to list.
            (Marcin Szamotulski)

9 years agopatch 7.4.790 v7.4.790
Bram Moolenaar [Tue, 21 Jul 2015 08:57:44 +0000 (10:57 +0200)]
patch 7.4.790
Problem:    Test fails when the autochdir feature is not available.  Test
            output contains the test script.
Solution:   Check for the autochdir feature. (Kazunobu Kuriyama)  Only write
            the relevant test output.

9 years agopatch 7.4.789 v7.4.789
Bram Moolenaar [Sun, 19 Jul 2015 12:42:23 +0000 (14:42 +0200)]
patch 7.4.789
Problem:    Using freed memory and crash. (Dominique Pellej)
Solution:   Correct use of pointers. (Hirohito Higashi)

9 years agopatch 7.4.788 v7.4.788
Bram Moolenaar [Fri, 17 Jul 2015 21:08:29 +0000 (23:08 +0200)]
patch 7.4.788
Problem:    Can't build without the crypt feature. (John Marriott)
Solution:   Add #ifdef's.