1
0
forked from aniani/vim

Commit Graph

  • 158864120d updated for version 7.4.221 Problem: Quickfix doesn't resize on ":copen 20". (issue 199) Solution: Resize the window when requested. (Christian Brabandt) v7.4.221 Bram Moolenaar 2014-03-27 17:02:27 +01:00
  • c666b5b467 updated for version 7.4.220 Problem: Test 105 does not work in a shadow dir. (James McCoy) Solution: Omit "src/" from the checked path. v7.4.220 Bram Moolenaar 2014-03-27 12:40:30 +01:00
  • b679875b29 updated for version 7.4.219 Problem: When 'relativenumber' or 'cursorline' are set the window is redrawn much to often. (Patrick Hemmer, Dominique Pelle) Solution: Check the VALID_CROW flag instead of VALID_WROW. v7.4.219 Bram Moolenaar 2014-03-27 12:11:48 +01:00
  • 327aa02dda updated for version 7.4.218 Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD) v7.4.218 Bram Moolenaar 2014-03-25 18:24:23 +01:00
  • 1a3eb8e1b5 updated for version 7.4.217 Problem: When src/auto/configure was updated, "make clean" would run configure pointlessly. Solution: Do not run configure for "make clean" and "make distclean" when the make program supports $MAKECMDGOALS. (Ken Takata) v7.4.217 Bram Moolenaar 2014-03-25 15:34:48 +01:00
  • c410530637 updated for version 7.4.216 Problem: Compiler warnings. (Tony Mechelynck) Solution: Initialize variables, add #ifdef. v7.4.216 Bram Moolenaar 2014-03-25 13:46:26 +01:00
  • 7b44934037 updated for version 7.4.215 Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) Solution: Do not reload the current buffer on a split command. v7.4.215 Bram Moolenaar 2014-03-25 13:03:48 +01:00
  • 03305f396f updated for version 7.4.214 Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz) v7.4.214 Bram Moolenaar 2014-03-24 19:44:09 +01:00
  • 5803ae6c07 updated for version 7.4.213 Problem: It's not possible to open a new buffer without creating a swap file. Solution: Add the ":noswapfile" modifier. (Christian Brabandt) v7.4.213 Bram Moolenaar 2014-03-23 16:04:02 +01:00
  • f7ff6e85e8 updated for version 7.4.212 Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL. v7.4.212 Bram Moolenaar 2014-03-23 15:13:05 +01:00
  • a687837516 Updated runtime files. Bram Moolenaar 2014-03-22 21:02:50 +01:00
  • ed287f9a4e updated for version 7.4.211 Problem: ":lu" is an abbreviation for ":lua", but it should be ":lunmap". (ZyX) Solution: Move "lunmap" to above "lua". v7.4.211 Bram Moolenaar 2014-03-22 13:30:01 +01:00
  • 4c9a949d00 updated for version 7.4.210 Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt) v7.4.210 Bram Moolenaar 2014-03-19 18:57:54 +01:00
  • 529d2d6369 updated for version 7.4.209 Problem: When repeating a filter command "%" and "#" are expanded. Solution: Escape the command when storing for redo. (Christian Brabandt) v7.4.209 Bram Moolenaar 2014-03-19 17:41:23 +01:00
  • 2fb9fa19e2 updated for version 7.4.208 Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester) v7.4.208 Bram Moolenaar 2014-03-19 17:32:51 +01:00
  • 9c8c8c5d30 updated for version 7.4.207 Problem: The cursor report sequence is sometimes not recognized and results in entering replace mode. Solution: Also check for the cursor report when not asked for. v7.4.207 Bram Moolenaar 2014-03-19 14:01:57 +01:00
  • a0844a1170 updated for version 7.4.206 Problem: Compiler warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams) v7.4.206 Bram Moolenaar 2014-03-19 12:37:22 +01:00
  • f0bdd2f28d updated for version 7.4.205 Problem: ":mksession" writes command to move to second argument while it does not exist. When it does exist the order might be wrong. Solution: Use ":argadd" for each argument instead of using ":args" with a list of names. (Nobuhiro Takasaki) v7.4.205 Bram Moolenaar 2014-03-12 21:28:26 +01:00
  • 1d9ff43f58 updated for version 7.4.204 Problem: A mapping where the second byte is 0x80 doesn't work. Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro Takasaki) v7.4.204 Bram Moolenaar 2014-03-12 20:17:51 +01:00
  • 8eded09bf7 updated for version 7.4.203 Problem: Parsing 'errorformat' is not correct. Solution: Reset "multiignore" at the start of a multi-line message. (Lcd) v7.4.203 Bram Moolenaar 2014-03-12 19:41:55 +01:00
  • b1692e2b8f updated for version 7.4.202 Problem: MS-Windows: non-ASCII font names don't work. Solution: Convert between the current code page and 'encoding'. (Ken Takata) v7.4.202 Bram Moolenaar 2014-03-12 19:24:37 +01:00
  • af6c131bf7 updated for version 7.4.201 Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) v7.4.201 Bram Moolenaar 2014-03-12 18:55:58 +01:00
  • 24ff9e33a9 updated for version 7.4.200 Problem: Too many #ifdefs in the code. Solution: Enable FEAT_VISUAL always, await any complaints v7.4.200 Bram Moolenaar 2014-03-12 17:56:48 +01:00
  • 27bed20452 updated for version 7.4.199 Problem: (issue 197) ]P doesn't paste over Visual selection. Solution: Handle Visual mode specifically. (Christian Brabandt) v7.4.199 Bram Moolenaar 2014-03-12 17:42:04 +01:00
  • d8619997c4 updated for version 7.4.198 Problem: Can't build Vim with Perl when -Dusethreads is not specified for building Perl, and building Vim with --enable-perlinterp=dynamic. Solution: Adjust #ifdefs. (Yasuhiro Matsumoto) v7.4.198 Bram Moolenaar 2014-03-12 17:08:05 +01:00
  • 206f011829 updated for version 7.4.197 Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy) v7.4.197 Bram Moolenaar 2014-03-12 16:51:55 +01:00
  • f7dc2b5517 updated for version 7.4.196 Problem: Tests fail on Solaris 9 and 10. Solution: Use "test -f" instead of "test -e". (Laurent Blume) v7.4.196 Bram Moolenaar 2014-03-12 15:50:22 +01:00
  • 038e5d4766 updated for version 7.4.195 Problem: Python tests fail. Solution: Change "then" to "than" in more places. (Dominique Pelle, Taro Muraoka) v7.4.195 Bram Moolenaar 2014-03-12 15:26:40 +01:00
  • 4064e24a0f updated for version 7.4.194 Problem: Can't build for Android. Solution: Add #if condition. (Fredrik Fornwall) v7.4.194 Bram Moolenaar 2014-03-12 14:54:34 +01:00
  • 0858917e43 Updated runtime files. Bram Moolenaar 2014-03-08 18:38:28 +01:00
  • 4de6a212f9 updated for version 7.4.193 Problem: Typos in messages. Solution: "then" -> "than". (Dominique Pelle) v7.4.193 Bram Moolenaar 2014-03-08 16:13:44 +01:00
  • 47b8342abd updated for version 7.4.192 Problem: Memory leak when giving E853. Solution: Free the argument. (Dominique Pelle) v7.4.192 Bram Moolenaar 2014-02-24 03:32:00 +01:00
  • 251835e14f Update runtime files. Add Euphoria syntax files. Bram Moolenaar 2014-02-24 02:51:51 +01:00
  • 26df092843 updated for version 7.4.191 Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier. v7.4.191 Bram Moolenaar 2014-02-23 23:39:13 +01:00
  • 581966e832 updated for version 7.4.190 Problem: Compiler warning for using %lld for off_t. Solution: Add type cast. v7.4.190 Bram Moolenaar 2014-02-23 22:58:17 +01:00
  • f30caaf08d updated for version 7.4.189 Problem: Compiler warning for unused argument. Solution: Add UNUSED. v7.4.189 Bram Moolenaar 2014-02-23 22:54:58 +01:00
  • a2aa31a926 updated for version 7.4.188 Problem: SIZEOF_LONG clashes with similar defines in header files. Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT. v7.4.188 Bram Moolenaar 2014-02-23 22:52:40 +01:00
  • 7d311c52ce updated for version 7.4.187 Problem: Delete that crosses line break splits multi-byte character. Solution: Advance a character instead of a byte. (Cade Foster) v7.4.187 Bram Moolenaar 2014-02-22 23:49:35 +01:00
  • b1d90a3d77 updated for version 7.4.186 Problem: Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) Solution: Remember the original insert start position. (Christian Brabandt, Dominique Pelle) v7.4.186 Bram Moolenaar 2014-02-22 23:03:55 +01:00
  • 631abc35df updated for version 7.4.185 Problem: Clang gives warnings. Solution: Adjust how bigness is set. (Dominique Pelle) v7.4.185 Bram Moolenaar 2014-02-22 22:27:47 +01:00
  • 9feaf6206f updated for version 7.4.184 Problem: match() does not work properly with a {count} argument. Solution: Compute the length once and update it. Quit the loop when at the end. (Hirohito Higashi) v7.4.184 Bram Moolenaar 2014-02-22 22:18:47 +01:00
  • c86438205b updated for version 7.4.183 Problem: MSVC Visual Studio update not supported. Solution: Add version number. (Mike William) v7.4.183 Bram Moolenaar 2014-02-15 19:47:51 +01:00
  • 45e2bcc275 updated for version 7.4.182 Problem: Building with mzscheme and racket does not work. (David Chimay) Solution: Adjust autoconf. (Sergey Khorev) v7.4.182 Bram Moolenaar 2014-02-15 17:19:00 +01:00
  • 06811f33ce updated for version 7.4.181 Problem: When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) Solution: Update the status lines. (Nobuhiro Takasaki) v7.4.181 Bram Moolenaar 2014-02-15 16:17:07 +01:00
  • 403b3cf0a1 updated for version 7.4.180 Problem: Older Python versions don't support %ld. Solution: Use %d instead. (ZyX) v7.4.180 Bram Moolenaar 2014-02-15 15:59:03 +01:00
  • 0e4eebd425 updated for version 7.4.179 Problem: Warning for type-punned pointer. (Tony Mechelynck) Solution: Use intermediate variable. v7.4.179 Bram Moolenaar 2014-02-12 22:08:49 +01:00
  • f92d8a254a updated for version 7.4.178 Problem: The J command does not update '[ and '] marks. (William Gardner) Solution: Set the marks. (Christian Brabandt) v7.4.178 Bram Moolenaar 2014-02-11 19:33:07 +01:00
  • 92dff1827a Update runtime files. Add support for systemverilog. Bram Moolenaar 2014-02-11 19:15:50 +01:00
  • b8e2305656 updated for version 7.4.177 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Add #ifdef. v7.4.177 Bram Moolenaar 2014-02-11 18:58:09 +01:00
  • 2d5f38ff10 updated for version 7.4.176 Problem: Dictionary.update() thows an error when used without arguments. Python programmers don't expect that. Solution: Make Dictionary.update() without arguments do nothing. (ZyX) v7.4.176 Bram Moolenaar 2014-02-11 18:47:27 +01:00
  • cd981f2e0f updated for version 7.4.175 Problem: When a wide library function fails, falling back to the non-wide function may do the wrong thing. Solution: Check the platform, when the wide function is supported don't fall back to the non-wide function. (Ken Takata) v7.4.175 Bram Moolenaar 2014-02-11 17:06:00 +01:00
  • 3b5226121d updated for version 7.4.174 Problem: Compiler warnings for Python interface. (Tony Mechelynck) Solution: Add type casts, initialize variable. v7.4.174 Bram Moolenaar 2014-02-11 16:00:35 +01:00
  • 12a0f22340 updated for version 7.4.173 Problem: When using scrollbind the cursor can end up below the last line. (mvxxc) Solution: Reset w_botfill when scrolling up. (Christian Brabandt) v7.4.173 Bram Moolenaar 2014-02-11 15:47:46 +01:00
  • 4d504a3e11 updated for version 7.4.172 Problem: The blowfish code mentions output feedback, but the code is actually doing cipher feedback. Solution: Adjust names and comments. v7.4.172 Bram Moolenaar 2014-02-11 15:23:32 +01:00
  • 0a36fece92 updated for version 7.4.171 Problem: Redo does not set v:count and v:count1. Solution: Use a separate buffer for redo, so that we can set the counts when performing redo. v7.4.171 Bram Moolenaar 2014-02-11 15:10:43 +01:00
  • c467d9b274 updated for version 7.4.170 Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions. v7.4.170 Bram Moolenaar 2014-02-11 12:15:43 +01:00
  • 10395d8d6c updated for version 7.4.169 Problem: ":sleep" puts cursor in the wrong column. (Liang Li) Solution: Add the window offset. (Christian Brabandt) v7.4.169 Bram Moolenaar 2014-02-05 22:46:52 +01:00
  • a1a118b159 updated for version 7.4.168 Problem: Can't compile with Ruby 2.1.0. Solution: Add support for new GC. (Kohei Suzuki) v7.4.168 Bram Moolenaar 2014-02-05 22:41:15 +01:00
  • 4f943c09a5 updated for version 7.4.167 Problem: Fixes are not tested. Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira) v7.4.167 Bram Moolenaar 2014-02-05 22:26:05 +01:00
  • f31ecce97e updated for version 7.4.166 Problem: Auto-loading a function for code that won't be executed. Solution: Do not auto-load when evaluation is off. (Yasuhiro Matsumoto) v7.4.166 Bram Moolenaar 2014-02-05 22:13:05 +01:00
  • 767568846b updated for version 7.4.165 Problem: By default, after closing a buffer changes can't be undone. Solution: In the example vimrc file set 'undofile'. v7.4.165 Bram Moolenaar 2014-02-05 22:02:01 +01:00
  • dd415a6c5a updated for version 7.4.164 Problem: Problem with event handling on Windows 8. Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki) v7.4.164 Bram Moolenaar 2014-02-05 14:02:27 +01:00
  • f50eb7882e updated for version 7.4.163 Problem: MS-Windows input doesn't work properly on Windows 7 and earlier. Solution: Add a check for Windows 8. (Yasuhiro Matsumoto) v7.4.163 Bram Moolenaar 2014-02-05 13:36:54 +01:00
  • 09edc46d01 updated for version 7.4.162 Problem: Running tests in shadow dir doesn't work. Solution: Add testdir/sautest to the shadow target. (James McCoy) v7.4.162 Bram Moolenaar 2014-02-05 12:36:42 +01:00
  • 4315f26500 updated for version 7.4.161 Problem: Crash in Python exception handling. Solution: Only use exception variables if did_throw is set. (ZyX) v7.4.161 Bram Moolenaar 2014-01-31 14:54:04 +01:00
  • fcc3f46735 updated for version 7.4.160 Problem: Win32: Crash when executing external command. Solution: Only close the handle when it was created. (Yasuhiro Matsumoto) v7.4.160 Bram Moolenaar 2014-01-24 19:55:37 +01:00
  • 361aa50547 updated for version 7.4.159 Problem: Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt) Solution: Set the first match position when starting to scan the current buffer. v7.4.159 Bram Moolenaar 2014-01-23 22:45:58 +01:00
  • 8af269186c updated for version 7.4.158 Problem: Pattern containing \zs is not handled correctly by substitute(). Solution: Change how an empty match is skipped. (Yukihiro Nakadaira) v7.4.158 Bram Moolenaar 2014-01-23 20:09:34 +01:00
  • b4d587cbd9 updated for version 7.4.157 Problem: Error number used twice. (Yukihiro Nakadaira) Solution: Change the one not referred in the docs. v7.4.157 Bram Moolenaar 2014-01-23 18:12:49 +01:00
  • 4a36bcf0d8 updated for version 7.4.156 Problem: Test file missing from distribution. Solution: Add new directory to file list. v7.4.156 Bram Moolenaar 2014-01-23 14:26:24 +01:00
  • 8d04317104 Updated runtime files. Bram Moolenaar 2014-01-23 14:24:41 +01:00
  • ac8400d483 updated for version 7.4.155 Problem: ":keeppatterns /pat" does not keep search pattern offset. Solution: Restore the offset after doing the search. v7.4.155 Bram Moolenaar 2014-01-14 21:31:34 +01:00
  • 8822a9c367 updated for version 7.4.154 Problem: Still a problem with auto-loading. Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira) v7.4.154 Bram Moolenaar 2014-01-14 19:44:34 +01:00
  • 5395e7afe9 updated for version 7.4.153 Problem: Compiler warning for pointer type. Solution: Add type cast. v7.4.153 Bram Moolenaar 2014-01-14 19:35:56 +01:00
  • 1028f4d75e updated for version 7.4.152 Problem: Python: Cannot iterate over options. Solution: Add options iterator. (ZyX) v7.4.152 Bram Moolenaar 2014-01-14 16:55:00 +01:00
  • 063a46ba77 updated for version 7.4.151 Problem: Python: slices with steps are not supported. Solution: Support slices in Python vim.List. (ZyX) v7.4.151 Bram Moolenaar 2014-01-14 16:36:51 +01:00
  • 14177b77bf updated for version 7.4.150 Problem: :keeppatterns is not respected for :s. Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto) v7.4.150 Bram Moolenaar 2014-01-14 15:53:51 +01:00
  • 6d977d6c1c updated for version 7.4.149 Problem: Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) Solution: Instead of having a global no_autoload variable, pass an autoload flag down to where it is used. (ZyX) v7.4.149 Bram Moolenaar 2014-01-14 15:24:39 +01:00
  • ca058dc71f updated for version 7.4.148 Problem: Cannot build with Cygwin and X11. Solution: Include Xwindows.h instead of windows.h. (Lech Lorens) v7.4.148 Bram Moolenaar 2014-01-14 13:26:21 +01:00
  • 6cd3aeee4c updated for version 7.4.147 Problem: Cursor moves to wrong position when using "gj" after "$" and virtual editing is active. Solution: Make "gj" behave differently when virtual editing is active. (Hirohito Higashi) v7.4.147 Bram Moolenaar 2014-01-14 13:18:58 +01:00
  • 2cd3696c35 updated for version 7.4.146 Problem: When starting Vim with "-u NONE" v:oldfiles is NULL. Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto) v7.4.146 Bram Moolenaar 2014-01-14 12:57:05 +01:00
  • 32b9201f37 updated for version 7.4.145 Problem: getregtype() does not return zero for unknown register. Solution: Adjust documention: return empty string for unknown register. Check the register name to be valid. (Yukihiro Nakadaira) v7.4.145 Bram Moolenaar 2014-01-14 12:33:36 +01:00
  • 9d1685d1cf updated for version 7.4.144 Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE. Solution: Adjust #ifdef. (Ken Takata) v7.4.144 Bram Moolenaar 2014-01-14 12:18:45 +01:00
  • e21b6b2a8d updated for version 7.4.143 Problem: TextChangedI is not triggered. Solution: Reverse check for "ready". (lilydjwg) v7.4.143 Bram Moolenaar 2014-01-14 12:17:02 +01:00
  • b0d5c96133 updated for version 7.4.142 Problem: On MS-Windows 8 IME input doen't work correctly. Solution: Work around the problem. (Nobuhiro Takasaki) v7.4.142 Bram Moolenaar 2014-01-12 13:24:51 +01:00
  • 78cf3f0de9 updated for version 7.4.141 Problem: Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG. Solution: Fix the problems. (Ken Takata) v7.4.141 Bram Moolenaar 2014-01-10 18:16:07 +01:00
  • a02471e295 updated for version 7.4.140 Problem: Crash when wiping out buffer triggers autocommand that wipes out only other buffer. Solution: Do not delete the last buffer, make it empty. (Hirohito Higashi) v7.4.140 Bram Moolenaar 2014-01-10 16:43:14 +01:00
  • bd2dc34774 updated for version 7.4.139 Problem: Crash when using :cd in autocommand. (François Ingelrest) Solution: Set w_localdir to NULL after freeing it. (Dominique Pelle) v7.4.139 Bram Moolenaar 2014-01-10 15:53:13 +01:00
  • 4ea924e0a5 updated for version 7.4.138 Problem: Directory change messages are not recognized. Solution: Fix using a character range literally. (Lech Lorens) v7.4.138 Bram Moolenaar 2014-01-10 15:32:21 +01:00
  • 3a69e1135e updated for version 7.4.137 Problem: Cannot use IME with Windows 8 console. Solution: Change the user of ReadConsoleInput() and PeekConsoleInput(). (Yasuhiro Matsumoto) v7.4.137 Bram Moolenaar 2014-01-10 13:51:42 +01:00
  • b1cb35f785 updated for version 7.4.136 Problem: MS-Windows: When saving a file with a UNC path the file becomes read-only. Solution: Don't mix up Win32 attributes and Unix attributes. (Ken Takata) v7.4.136 Bram Moolenaar 2014-01-10 13:05:20 +01:00
  • 438f67a004 Updated runtime files. Bram Moolenaar 2014-01-07 06:09:28 +01:00
  • 2fda301469 updated for version 7.4.135 Problem: Missing dot in MingW test Makefile. Solution: Add the dot. (Michael Soyka) v7.4.135 Bram Moolenaar 2014-01-06 15:51:55 +01:00
  • 5ec8305ea8 updated for version 7.4.134 Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka) v7.4.134 Bram Moolenaar 2014-01-06 15:45:10 +01:00
  • 5f4c8406a2 updated for version 7.4.133 Problem: Clang warns for using NUL. Solution: Change NUL to NULL. (Dominique Pelle) v7.4.133 Bram Moolenaar 2014-01-06 06:19:11 +01:00
  • 3f1138e8ae updated for version 7.4.132 Problem: Win32: flags and inherit_handles arguments mixed up. Solution: Swap the argument. (cs86661) v7.4.132 Bram Moolenaar 2014-01-05 13:29:26 +01:00
  • 4b550b4c50 Runtime file updates. Bram Moolenaar 2013-12-15 10:02:33 +01:00
  • dedd1b0aba updated for version 7.4.131 Problem: Syncbind causes E315 errors in some situations. (Liang Li) Solution: Set and restore curbuf in ex_syncbind(). (Christian Brabandt) v7.4.131 Bram Moolenaar 2013-12-14 13:06:17 +01:00
  • 0bd7b3f4ce updated for version 7.4.130 Problem: Relative line numbers mix up windows when using folds. Solution: Use hasFoldingWin() instead of hasFolding(). (Lech Lorens) v7.4.130 Bram Moolenaar 2013-12-14 12:48:58 +01:00
  • 959a143f2e updated for version 7.4.129 Problem: getline(-1) returns zero. (mvxxc) Solution: Return an empty string. v7.4.129 Bram Moolenaar 2013-12-14 12:17:38 +01:00