1
0
forked from aniani/vim

Commit Graph

  • 310f2d59b2 updated for version 7.4.680 Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto) v7.4.680 Bram Moolenaar 2015-03-24 17:49:51 +01:00
  • 6383b92d8c updated for version 7.4.679 Problem: Color values greater than 255 cause problems on MS-Windows. Solution: Truncate to 255 colors. (Yasuhiro Matsumoto) v7.4.679 Bram Moolenaar 2015-03-24 17:12:19 +01:00
  • f11ce667b0 updated for version 7.4.678 Problem: When using --remote the directory may end up being wrong. Solution: Use localdir() to find out what to do. (Xaizek) v7.4.678 Bram Moolenaar 2015-03-24 16:48:58 +01:00
  • a161e26d55 updated for version 7.4.677 Problem: Configure fails when specifying a python-config-dir. (Lcd) Solution: Check if PYTHONFRAMEWORKPREFIX is set. v7.4.677 Bram Moolenaar 2015-03-24 15:14:27 +01:00
  • 6c927557e2 updated for version 7.4.676 Problem: On Mac, when not using the default Python framework configure doesn't do the right thing. Solution: Use a linker search path. (Kazunobu Kuriyama) v7.4.676 Bram Moolenaar 2015-03-24 12:21:33 +01:00
  • eab316bdf9 updated for version 7.4.675 Problem: When a FileReadPost autocommand moves the cursor inside a line it gets moved back. Solution: When checking whether an autocommand moved the cursor store the column as well. (Christian Brabandt) v7.4.675 Bram Moolenaar 2015-03-24 11:46:30 +01:00
  • 77b7710d4e updated for version 7.4.674 Problem: Missing changes in one file. Solution: Also change the win32 file. v7.4.674 Bram Moolenaar 2015-03-21 22:18:41 +01:00
  • e7154eb5c3 updated for version 7.4.673 Problem: The first syntax entry gets sequence number zero, which doesn't work. (Clinton McKay) Solution: Start at number one. (Bjorn Linse) v7.4.673 Bram Moolenaar 2015-03-21 21:46:13 +01:00
  • 5837f1f447 Update runtime files. Bram Moolenaar 2015-03-21 18:06:14 +01:00
  • b5971141df updated for version 7.4.672 Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories. v7.4.672 Bram Moolenaar 2015-03-21 17:32:19 +01:00
  • 4df702999d updated for version 7.4.671 Problem: Warning for shadowing a variable. Solution: Rename off to mb_off. (Kazunobu Kuriyama) v7.4.671 Bram Moolenaar 2015-03-21 14:20:16 +01:00
  • dcefba9934 updated for version 7.4.670 Problem: Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi) v7.4.670 Bram Moolenaar 2015-03-20 19:06:06 +01:00
  • 3b7b83649c updated for version 7.4.669 Problem: When netbeans is active the sign column always shows up. Solution: Only show the sign column once a sign has been added. (Xavier de Gaye) v7.4.669 Bram Moolenaar 2015-03-20 18:11:48 +01:00
  • 825e7ab423 updated for version 7.4.668 Problem: Can't use a glob pattern as a regexp pattern. Solution: Add glob2regpat(). (Christian Brabandt) v7.4.668 Bram Moolenaar 2015-03-20 17:36:42 +01:00
  • fbc25b20cb updated for version 7.4.667 Problem: 'colorcolumn' isn't drawn in a closed fold while 'cursorcolumn' is. (Carlos Pita) Solution: Make it consistent. (Christian Brabandt) v7.4.667 Bram Moolenaar 2015-03-20 17:16:27 +01:00
  • b1fc2bf29c updated for version 7.4.666 Problem: There is a chance that Vim may lock up. Solution: Handle timer events differently. (Aaron Burrow) v7.4.666 Bram Moolenaar 2015-03-20 16:26:54 +01:00
  • 76feaf1bfe updated for version 7.4.665 Problem: 'linebreak' does not work properly with multi-byte characters. Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro Matsumoto) v7.4.665 Bram Moolenaar 2015-03-20 15:58:52 +01:00
  • 6b31467aa7 updated for version 7.4.664 Problem: When 'compatible' is reset 'numberwidth' is set to 4, but the effect doesn't show until a change is made. Solution: Check if 'numberwidth' changed. (Christian Brabandt) v7.4.664 Bram Moolenaar 2015-03-20 15:42:10 +01:00
  • 404c942fb8 updated for version 7.4.663 Problem: When using netbeans a buffer is not found in another tab. Solution: When 'switchbuf' is set to "usetab" then switch to another tab when possible. (Xavier de Gaye) v7.4.663 Bram Moolenaar 2015-03-14 15:35:52 +01:00
  • 438b64ab71 updated for version 7.4.662 Problem: When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi) v7.4.662 Bram Moolenaar 2015-03-13 15:03:00 +01:00
  • 6c5bdb751c updated for version 7.4.661 Problem: Using "0 CTRL-D" in Insert mode may have CursorHoldI interfere. (Gary Johnson) Solution: Don't store K_CURSORHOLD as the last character. (Christian Brabandt) v7.4.661 Bram Moolenaar 2015-03-13 13:24:23 +01:00
  • c7dc1f4a53 updated for version 7.4.660 Problem: Using freed memory when g:colors_name is changed in the colors script. (oni-link) Solution: Make a copy of the variable value. v7.4.660 Bram Moolenaar 2015-03-13 12:53:37 +01:00
  • 488eb26ec7 updated for version 7.4.659 Problem: When 'ruler' is set the preferred column is reset. (Issue 339) Solution: Don't set curswant when redrawing the status lines. v7.4.659 Bram Moolenaar 2015-03-13 11:23:50 +01:00
  • 0f8dd840fc updated for version 7.4.658 Problem: 'formatexpr' is evaluated too often. Solution: Only invoke it when beyond the 'textwidth' column, as it is documented. (James McCoy) v7.4.658 Bram Moolenaar 2015-03-08 14:48:49 +01:00
  • ab11a5914b updated for version 7.4.657 Problem: Compiler warnings for pointer mismatch. Solution: Add a typecast. (John Marriott) v7.4.657 Bram Moolenaar 2015-03-06 22:00:11 +01:00
  • d8b77f7dc0 updated for version 7.4.656 Problem: Missing changes for glob() in one file. Solution: Add the missing changes. v7.4.656 Bram Moolenaar 2015-03-05 21:21:19 +01:00
  • b6c2735c56 updated for version 7.4.655 Problem: Text deleted by "dit" depends on indent of closing tag. (Jan Parthey) Solution: Do not adjust oap->end in do_pending_operator(). (Christian Brabandt) v7.4.655 Bram Moolenaar 2015-03-05 19:57:49 +01:00
  • a245bc79b4 updated for version 7.4.654 Problem: glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also for globpath(). v7.4.654 Bram Moolenaar 2015-03-05 19:35:25 +01:00
  • e421450a5e updated for version 7.4.653 Problem: Insert mode completion with complete() may have CTRL-L work like CTRL-P. Solution: Handle completion with complete() differently. (Yasuhiro Matsumoto, Christian Brabandt, Hirohito Higashi) v7.4.653 Bram Moolenaar 2015-03-05 18:08:43 +01:00
  • 4dcdf29910 updated for version 7.4.652 Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets) v7.4.652 Bram Moolenaar 2015-03-05 17:51:15 +01:00
  • 4f36dc3bf7 updated for version 7.4.651 Problem: Can't match "%>80v" properly for multi-byte characters. Solution: Multiply the character number by the maximum number of bytes in a character. (Yasuhiro Matsumoto) v7.4.651 Bram Moolenaar 2015-03-05 17:16:06 +01:00
  • 5d3fbf3bfe updated for version 7.4.650 Problem: Configure check may fail because the dl library is not used. Solution: Put "-ldl" in LIBS rather than LDFLAGS. (Oazki Kiichi) v7.4.650 Bram Moolenaar 2015-03-05 16:47:20 +01:00
  • cf48767cd1 updated for version 7.4.649 Problem: Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) Solution: Add (void). v7.4.649 Bram Moolenaar 2015-03-05 13:36:00 +01:00
  • f3c2afb77f Update a few runtime files. Bram Moolenaar 2015-03-02 23:16:07 +01:00
  • 2b8388bd01 Updated runtime files. Bram Moolenaar 2015-02-28 13:11:45 +01:00
  • bac203ea2d updated for version 7.4.648 Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata) v7.4.648 Bram Moolenaar 2015-02-27 22:12:34 +01:00
  • 13cf77ba17 updated for version 7.4.647 Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka) v7.4.647 Bram Moolenaar 2015-02-27 21:11:02 +01:00
  • e25bb90b2e updated for version 7.4.646 Problem: ":bufdo" may start at a deleted buffer. Solution: Find the first not deleted buffer. (Shane Harper) v7.4.646 Bram Moolenaar 2015-02-27 20:33:37 +01:00
  • 8da9bbfd02 updated for version 7.4.645 Problem: When splitting the window in a BufAdd autocommand while still in the first, empty buffer the window count is wrong. Solution: Do not reset b_nwindows to zero and don't increment it. v7.4.645 Bram Moolenaar 2015-02-27 19:34:56 +01:00
  • ba17ed6797 updated for version 7.4.644 Problem: Stratus VOS doesn't have sync(). Solution: Use fflush(). (Karli Aurelia) v7.4.644 Bram Moolenaar 2015-02-27 18:25:16 +01:00
  • c6b7217ff5 updated for version 7.4.643 Problem: Using the default file format for Mac files. (Issue 77) Solution: Reset the try_mac counter in the right place. (Oswald) v7.4.643 Bram Moolenaar 2015-02-27 17:48:09 +01:00
  • d45c07ac74 updated for version 7.4.642 Problem: When using "gf" escaped spaces are not handled. Solution: Recognize escaped spaces. v7.4.642 Bram Moolenaar 2015-02-27 17:19:10 +01:00
  • dfd7691bb8 updated for version 7.4.641 Problem: The tabline menu was using ":999tabnew" which is now invalid. Solution: Use ":$tabnew" instead. (Florian Degner) v7.4.641 Bram Moolenaar 2015-02-27 15:03:58 +01:00
  • c3bbad085c updated for version 7.4.640 Problem: After deleting characters in Insert mode such that lines are joined undo does not work properly. (issue 324) Solution: Use Insstart instead of Insstart_orig. (Christian Brabandt) v7.4.640 Bram Moolenaar 2015-02-17 17:50:26 +01:00
  • 8fc6bc7126 updated for version 7.4.639 Problem: Combination of linebreak and conceal doesn't work well. Solution: Fix the display problems. (Christian Brabandt) v7.4.639 Bram Moolenaar 2015-02-17 17:26:10 +01:00
  • 46538ee46c updated for version 7.4.638 Problem: Can't build with Lua 5.3 on Windows. Solution: use luaL_optinteger() instead of LuaL_optlong(). (Ken Takata) v7.4.638 Bram Moolenaar 2015-02-17 16:28:55 +01:00
  • 1e997827f1 updated for version 7.4.637 Problem: Incorrectly read the number of buffer for which an autocommand should be registered. Solution: Reverse check for "<buffer=abuf>". (Lech Lorens) v7.4.637 Bram Moolenaar 2015-02-17 16:04:57 +01:00
  • 35e7594dd4 Add missing test files from 7.4.634 to the repository. Bram Moolenaar 2015-02-17 15:47:46 +01:00
  • 4653911950 updated for version 7.4.636 Problem: A search with end offset gets stuck at end of file. (Gary Johnson) Solution: When a search doesn't move the cursor repeat it with a higher count. (Christian Brabandt) v7.4.636 Bram Moolenaar 2015-02-17 15:43:57 +01:00
  • 05eb612ff3 updated for version 7.4.635 Problem: If no NL or CR is found in the first block of a file then the 'fileformat' may be set to "mac". (Issue 77) Solution: Check if a CR was found. (eswald) v7.4.635 Bram Moolenaar 2015-02-17 14:15:19 +01:00
  • f65aad5554 updated for version 7.4.634 Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz) v7.4.634 Bram Moolenaar 2015-02-17 13:43:40 +01:00
  • be20f9fa5d updated for version 7.4.633 Problem: After 7.4.630 the problem persists. Solution: Also skip redo when calling a user function. v7.4.633 Bram Moolenaar 2015-02-17 12:44:09 +01:00
  • eaa330e8e9 updated for version 7.4.632 Problem: 7.4.592 breaks the netrw plugin, because the autocommands are skipped. Solution: Roll back the change. v7.4.632 Bram Moolenaar 2015-02-17 12:17:14 +01:00
  • 4a42710695 updated for version 7.4.631 Problem: The default conceal character is documented to be a space but it's initially a dash. (Christian Brabandt) Solution: Make the intial value a space. v7.4.631 Bram Moolenaar 2015-02-17 11:11:48 +01:00
  • c51b02d7d9 updated for version 7.4.630 Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto) v7.4.630 Bram Moolenaar 2015-02-17 10:58:25 +01:00
  • 98f52500b6 updated for version 7.4.629 Problem: Coverity warning for Out-of-bounds read. Solution: Increase MAXWLEN to 254. (Eliseo Martínez) v7.4.629 Bram Moolenaar 2015-02-10 20:03:45 +01:00
  • 8872ef1b4e updated for version 7.4.628 Problem: Compiler warning for variable might be clobbered by longjmp. Solution: Add volatile. (Michael Jarvis) v7.4.628 Bram Moolenaar 2015-02-10 19:27:05 +01:00
  • 494838a3fe updated for version 7.4.627 Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito) v7.4.627 Bram Moolenaar 2015-02-10 19:20:37 +01:00
  • eb2928595b updated for version 7.4.626 Problem: MSVC with W4 gives useless warnings. Solution: Disable more warnings. (Mike Williams) v7.4.626 Bram Moolenaar 2015-02-10 18:47:58 +01:00
  • 24a6ff88bc updated for version 7.4.625 Problem: Possible NULL pointer dereference. Solution: Check for NULL before using it. (Mike Williams) v7.4.625 Bram Moolenaar 2015-02-10 18:41:58 +01:00
  • 9abd5c6507 updated for version 7.4.624 Problem: May leak memory or crash when vim_realloc() returns NULL. Solution: Handle a NULL value properly. (Mike Williams) v7.4.624 Bram Moolenaar 2015-02-10 18:34:01 +01:00
  • a1d2c58985 updated for version 7.4.623 Problem: Crash with pattern: \(\)\{80000} (Dominique Pelle) Solution: When the max limit is large fall back to the old engine. v7.4.623 Bram Moolenaar 2015-02-10 18:18:17 +01:00
  • 168e04966c updated for version 7.4.622 Problem: Compiler warning for unused argument. Solution: Add UNUSED. v7.4.622 Bram Moolenaar 2015-02-05 20:29:59 +01:00
  • f554a3285e updated for version 7.4.621 Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully). v7.4.621 Bram Moolenaar 2015-02-04 23:08:01 +01:00
  • 934b136193 updated for version 7.4.620 Problem: Compiler warning for unitinialized variable. (Tony Mechelynck) Solution: Initialize "did_free". (Ben Fritz) v7.4.620 Bram Moolenaar 2015-02-04 23:06:45 +01:00
  • b84634de30 updated for version 7.4.619 Problem: luaV_setref() not returning the correct value. Solution: Return one. v7.4.619 Bram Moolenaar 2015-02-04 22:02:37 +01:00
  • 9d49da8cbb updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back. v7.4.618 Bram Moolenaar 2015-02-03 23:10:46 +01:00
  • 0122c4070f Update runtime files. Bram Moolenaar 2015-02-03 19:13:34 +01:00
  • c0a37b9db3 updated for version 7.4.617 Problem: Wrong ":argdo" range does not cause an error. Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat) v7.4.617 Bram Moolenaar 2015-02-03 19:10:53 +01:00
  • f2c03d7301 updated for version 7.4.616 Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt) v7.4.616 Bram Moolenaar 2015-02-03 18:36:44 +01:00
  • e71eea801e updated for version 7.4.615 Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani) v7.4.615 Bram Moolenaar 2015-02-03 17:10:06 +01:00
  • d7ce7a9ad2 updated for version 7.4.614 Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt) v7.4.614 Bram Moolenaar 2015-02-03 16:53:51 +01:00
  • 70781ee403 updated for version 7.4.613 Problem: The NFA engine does not implement the 'redrawtime' time limit. Solution: Implement the time limit. v7.4.613 Bram Moolenaar 2015-02-03 16:49:24 +01:00
  • e08dd4e49e updated for version 7.4.612 Problem: test_eval fails on Mac. Solution: Use the * register instead of the + register. (Jun Takimoto) v7.4.612 Bram Moolenaar 2015-02-03 16:07:47 +01:00
  • b641df4965 updated for version 7.4.611 Problem: Syntax error. Solution: Change statement to return. v7.4.611 Bram Moolenaar 2015-02-03 13:16:04 +01:00
  • 016154919e updated for version 7.4.610 Problem: Some function headers may be missing from generated .pro files. Solution: Add PROTO to the #ifdef. v7.4.610 Bram Moolenaar 2015-02-03 13:00:38 +01:00
  • 2459a5ecaa updated for version 7.4.609 Problem: For complicated list and dict use the garbage collector can run out of stack space. Solution: Use a stack of dicts and lists to be marked, thus making it iterative instead of recursive. (Ben Fritz) v7.4.609 Bram Moolenaar 2015-02-03 12:55:18 +01:00
  • 4ac163ae5f updated for version 7.4.608 Problem: test_eval fails when the clipboard feature is missing. Solution: Skip part of the test. Reduce the text used. v7.4.608 Bram Moolenaar 2015-01-27 22:52:15 +01:00
  • 73a156bf36 updated for version 7.4.607 Problem: Compiler warnings for unused variables. Solution: Move them inside #ifdef. (Kazunobu Kuriyama) v7.4.607 Bram Moolenaar 2015-01-27 21:39:05 +01:00
  • 7cc8ec4720 updated for version 7.4.606 Problem: May crash when using a small window. Solution: Avoid dividing by zero. (Christian Brabandt) v7.4.606 Bram Moolenaar 2015-01-27 20:59:31 +01:00
  • 3b3a9498d1 updated for version 7.4.605 Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski) v7.4.605 Bram Moolenaar 2015-01-27 18:44:16 +01:00
  • 6bf7c523ad updated for version 7.4.604 Problem: Running tests changes viminfo. Solution: Disable viminfo. v7.4.604 Bram Moolenaar 2015-01-27 17:12:00 +01:00
  • 1c93429c48 updated for version 7.4.603 Problem: 'foldcolumn' may be set such that it fills the whole window, not leaving space for text. Solution: Reduce the foldcolumn width when there is not sufficient room. (idea by Christian Brabandt) v7.4.603 Bram Moolenaar 2015-01-27 16:39:29 +01:00
  • 18400e6430 updated for version 7.4.602 Problem: ":set" does not accept hex numbers as documented. Solution: Use vim_str2nr(). (ZyX) v7.4.602 Bram Moolenaar 2015-01-27 15:58:40 +01:00
  • 0a988df731 updated for version 7.4.601 Problem: It is not possible to have feedkeys() insert characters. Solution: Add the 'i' flag. v7.4.601 Bram Moolenaar 2015-01-27 15:19:24 +01:00
  • 0cd040b96a updated for version 7.4.600 Problem: Memory wasted in struct because of aligning. Solution: Split pos in lnum and col. (Dominique Pelle) v7.4.600 Bram Moolenaar 2015-01-27 14:54:11 +01:00
  • aaf3047de2 updated for version 7.4.599 Problem: Out-of-memory error. Solution: Avoid trying to allocate a negative amount of memory, use size_t instead of int. (Dominique Pelle) v7.4.599 Bram Moolenaar 2015-01-27 14:40:00 +01:00
  • 5c27fd100a updated for version 7.4.598 Problem: ":tabdo windo echo 'hi'" causes "* register not to be changed. (Salman Halim) Solution: Change how clip_did_set_selection is used and add clipboard_needs_update and global_change_count. (Christian Brabandt) v7.4.598 Bram Moolenaar 2015-01-27 14:09:37 +01:00
  • 9a492d456d updated for version 7.4.597 Problem: Cannot change the result of systemlist(). Solution: Initialize v_lock. (Yukihiro Nakadaira) v7.4.597 Bram Moolenaar 2015-01-27 13:49:31 +01:00
  • 932d88662f updated for version 7.4.596 Problem: Tiny build doesn't compile. (Ike Devolder) Solution: Add #ifdef. v7.4.596 Bram Moolenaar 2015-01-27 13:33:23 +01:00
  • 322a24af83 updated for version 7.4.595 Problem: The test_command_count test fails when using Japanese. Solution: Force the language to C. (Hirohito Higashi) v7.4.595 Bram Moolenaar 2015-01-27 13:28:46 +01:00
  • 1dc92334eb updated for version 7.4.594 Problem: Using a block delete while 'breakindent' is set does not work properly. Solution: Use "line" instead of "prev_pend" as the first argument to lbr_chartabsize_adv(). (Hirohito Higashi) v7.4.594 Bram Moolenaar 2015-01-27 13:22:20 +01:00
  • e0ad365498 updated for version 7.4.593 Problem: Crash when searching for "x\{0,90000}". (Dominique Pelle) Solution: Bail out from the NFA engine when the max limit is much higher than the min limit. v7.4.593 Bram Moolenaar 2015-01-27 12:59:55 +01:00
  • df5caa08f6 updated for version 7.4.592 Problem: When doing ":e foobar" when already editing "foobar" and 'buftype' is "nofile" the buffer is cleared. (Xavier de Gaye) Solution: Do no clear the buffer. v7.4.592 Bram Moolenaar 2015-01-27 11:26:15 +01:00
  • 8a94d873aa Update runtime files. Bram Moolenaar 2015-01-25 13:02:57 +01:00
  • df82661c9c updated for version 7.4.591 Problem: test_listlbr_utf8 fails when the conceal feature is not available. Solution: Check for the conceal feature. (Kazunobu Kuriyama) v7.4.591 Bram Moolenaar 2015-01-22 22:41:56 +01:00
  • eea478f885 updated for version 7.4.590 Problem: Using ctrl_x_mode as if it contains flags. Solution: Don't use AND with CTRL_X_OMNI. (Hirohito Higashi) v7.4.590 Bram Moolenaar 2015-01-22 22:40:20 +01:00
  • 1ec4dd41de updated for version 7.4.589 Problem: In the MS-Windows console Vim can't handle greek characters when encoding is utf-8. Solution: Escape K_NUL. (Yasuhiro Matsumoto) v7.4.589 Bram Moolenaar 2015-01-20 19:39:35 +01:00
  • 4bde00c595 updated for version 7.4.588 Problem: ":0argedit foo" puts the new argument in the second place instead of the first. Solution: Adjust the range type. (Ingo Karkat) v7.4.588 Bram Moolenaar 2015-01-20 19:31:02 +01:00
  • 6a6028cf4b updated for version 7.4.587 Problem: Conceal does not work properly with 'linebreak'. (cs86661) Solution: Save and restore boguscols. (Christian Brabandt) v7.4.587 Bram Moolenaar 2015-01-20 19:01:35 +01:00