1
0
forked from aniani/vim

Commit Graph

  • ea389e9103 updated for version 7.4.314 Problem: Completion messages can get in the way of a plugin. Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu) v7.4.314 Bram Moolenaar 2014-05-28 21:40:52 +02:00
  • 6f6c0f8085 updated for version 7.4.313 Problem: Changing the return value of getpos() causes an error. (Jie Zhu) Solution: Revert getpos() and add getcurpos(). v7.4.313 Bram Moolenaar 2014-05-28 20:31:42 +02:00
  • 2d1fe05fc0 updated for version 7.4.312 Problem: Cannot figure out what argument list is being used for a window. Solution: Add the arglistid() function. (Marcin Szamotulski) v7.4.312 Bram Moolenaar 2014-05-28 18:22:57 +02:00
  • 82c2585eb8 updated for version 7.4.311 Problem: Can't use winrestview to only restore part of the view. Solution: Handle missing items in the dict. (Christian Brabandt) v7.4.311 Bram Moolenaar 2014-05-28 16:47:16 +02:00
  • 493c178a28 updated for version 7.4.310 Problem: getpos()/setpos() don't include curswant. Solution: Add a fifth number when getting/setting the cursor. v7.4.310 Bram Moolenaar 2014-05-28 14:34:46 +02:00
  • dd0402a759 updated for version 7.4.309 Problem: When increasing the size of the lower window, the upper window jumps back to the top. (Ron Aaron) Solution: Change setting the topline. (Nobuhiro Takasaki) v7.4.309 Bram Moolenaar 2014-05-28 13:43:04 +02:00
  • 846a2ff5f3 updated for version 7.4.308 Problem: When using ":diffsplit" on an empty file the cursor is displayed on the command line. Solution: Limit the value of w_topfill. v7.4.308 Bram Moolenaar 2014-05-28 11:35:37 +02:00
  • cbc17d66be updated for version 7.4.307 Problem: Can't build without the +termresponse feature. Solution: Add proper #ifdefs. v7.4.307 Bram Moolenaar 2014-05-22 21:22:19 +02:00
  • 9a665ba296 updated for version 7.4.306 Problem: getchar(0) does not return Esc. Solution: Do not wait for an Esc sequence to be complete. (Yasuhiro Matsumoto) v7.4.306 Bram Moolenaar 2014-05-22 18:59:58 +02:00
  • 13600303c5 Runtime file updates. Bram Moolenaar 2014-05-22 18:26:40 +02:00
  • 90013c6a75 updated for version 7.4.305 Problem: Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) Solution: Do not check for DEC mouse sequences when the xterm version was requested. Also don't request the xterm version when DEC mouse was enabled. v7.4.305 Bram Moolenaar 2014-05-22 18:14:31 +02:00
  • b777618d11 updated for version 7.4.304 Problem: Cannot always use Python with Vim. Solution: Add the manifest to the executable. (Jacques Germishuys) v7.4.304 Bram Moolenaar 2014-05-22 16:29:06 +02:00
  • e4c21e6899 updated for version 7.4.303 Problem: When using double-width characters the text displayed on the command line is sometimes truncated. Solution: Reset the string lenght. (Nobuhiro Takasaki) v7.4.303 Bram Moolenaar 2014-05-22 16:05:19 +02:00
  • bc6cf6c511 updated for version 7.4.302 Problem: Signs placed with 'foldcolumn' set don't show up after filler lines. Solution: Take filler lines into account. (Olaf Dabrunz) v7.4.302 Bram Moolenaar 2014-05-22 15:51:04 +02:00
  • b42970535c updated for version 7.4.301 Problem: Still a scrolling problem when loading a session file. Solution: Fix off-by-one mistake. (Nobuhiro Takasaki) v7.4.301 Bram Moolenaar 2014-05-22 15:17:29 +02:00
  • 7b129a5ac4 updated for version 7.4.300 Problem: The way config.cache is removed doesn't always work. Solution: Always remove config.cache. (Ken Takata) v7.4.300 Bram Moolenaar 2014-05-22 14:54:26 +02:00
  • cf1b057939 updated for version 7.4.299 Problem: When running configure twice DYNAMIC_PYTHON_DLL may become empty. Solution: Use AC_CACHE_VAL. (Ken Takata) v7.4.299 Bram Moolenaar 2014-05-22 14:44:22 +02:00
  • cbc67723bd updated for version 7.4.298 Problem: Can't have a funcref start with "t:". Solution: Add "t" to the list of accepted names. (Yukihiro Nakadaira) v7.4.298 Bram Moolenaar 2014-05-22 14:19:56 +02:00
  • 050fe7ebad updated for version 7.4.297 Problem: Memory leak from result of get_isolated_shell_name(). Solution: Free the memory. (Dominique Pelle) v7.4.297 Bram Moolenaar 2014-05-22 14:00:16 +02:00
  • 1c5a2134db updated for version 7.4.296 Problem: Can't run tests on Solaris. Solution: Change the way VIMRUNTIME is set. (Laurent Blume) v7.4.296 Bram Moolenaar 2014-05-22 13:12:29 +02:00
  • e968e36a00 Update runtime files. Bram Moolenaar 2014-05-13 20:23:24 +02:00
  • 715c286355 Update translations for changed error message. Bram Moolenaar 2014-05-13 20:21:44 +02:00
  • 24dc230871 updated for version 7.4.295 Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments. v7.4.295 Bram Moolenaar 2014-05-13 20:19:58 +02:00
  • caca646bf0 updated for version 7.4.294 Problem: Test files missing from patch. Solution: Patch the test files. v7.4.294 Bram Moolenaar 2014-05-13 20:15:37 +02:00
  • 8df5acfda9 updated for version 7.4.293 Problem: It is not possible to ignore composing characters at a specific point in a pattern. Solution: Add the %C item. v7.4.293 Bram Moolenaar 2014-05-13 19:37:29 +02:00
  • 6082bea6ac updated for version 7.4.292 Problem: Searching for "a" does not match accented "a" with new regexp engine, does match with old engine. (David Bürgin) "ca" does not match "ca" with accented "a" with either engine. Solution: Change the old engine, check for following composing character also for single-byte patterns. v7.4.292 Bram Moolenaar 2014-05-13 18:04:00 +02:00
  • 6e13207d82 updated for version 7.4.291 Problem: Compiler warning for int to pointer of different size when DEBUG is defined. Solution: use smsg() instead of EMSG3(). v7.4.291 Bram Moolenaar 2014-05-13 16:46:32 +02:00
  • 9c235069b2 updated for version 7.4.290 Problem: A non-greedy match followed by a branch is too greedy. (Ingo Karkat) Solution: Add NFA_MATCH when it is already in the state list if the position differs. v7.4.290 Bram Moolenaar 2014-05-13 16:44:29 +02:00
  • ee4825331a updated for version 7.4.289 Problem: Pattern with repeated backreference does not match with new regexp engine. (Urtica Dioica) Solution: Also check the end of a submatch when deciding to put a state in the state list. v7.4.289 Bram Moolenaar 2014-05-13 15:56:51 +02:00
  • be578edae3 updated for version 7.4.288 Problem: When 'spellfile' is set the screen is not redrawn. Solution: Redraw when updating the spelling info. (Christian Brabandt) v7.4.288 Bram Moolenaar 2014-05-13 14:03:40 +02:00
  • 46ae3cedeb updated for version 7.4.287 Problem: Patches for .hgignore don't work, since the file is not in the distribution. Solution: Add .hgignore to the distribution. Will be effective with the next version. v7.4.287 Bram Moolenaar 2014-05-13 13:52:38 +02:00
  • 59838520c7 updated for version 7.4.286 Problem: Error messages are inconsistant. (ZyX) Solution: Change "Lists" to "list". v7.4.286 Bram Moolenaar 2014-05-13 13:46:33 +02:00
  • fd859c9878 updated for version 7.4.285 Problem: When 'relativenumber' is set and deleting lines or undoing that, line numbers are not always updated. (Robert Arkwright) Solution: (Christian Brabandt) v7.4.285 Bram Moolenaar 2014-05-13 12:44:24 +02:00
  • ed7547da43 updated for version 7.4.284 Problem: Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) Solution: Disallow setting 'langmap' from the modeline. v7.4.284 Bram Moolenaar 2014-05-13 12:17:15 +02:00
  • d442ec7fe2 updated for version 7.4.283 Problem: Compiler warning about unused variable. (Charles Cooper) Solution: Move the variable inside the #if block. v7.4.283 Bram Moolenaar 2014-05-09 20:33:04 +02:00
  • b7547420a4 updated for version 7.4.282 Problem: Test 97 fails on Mac. Solution: Do not ignore case in file names. (Jun Takimoto) v7.4.282 Bram Moolenaar 2014-05-08 11:46:27 +02:00
  • 04ad7fe05c updated for version 7.4.281 Problem: When a session file has more than one tabpage and 'showtabline' is one the positions may be slightly off. Solution: Set 'showtabline' to two while positioning windows. v7.4.281 Bram Moolenaar 2014-05-07 21:14:47 +02:00
  • 56b3bf89aa updated for version 7.4.280 Problem: When using a session file the relative position of the cursor is not restored if there is another tab. (Nobuhiro Takasaki) Solution: Update w_wrow before calculating the fraction. v7.4.280 Bram Moolenaar 2014-05-07 20:25:35 +02:00
  • 1b1063af58 updated for version 7.4.279 Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar) v7.4.279 Bram Moolenaar 2014-05-07 18:35:30 +02:00
  • 3ec7f4e402 updated for version 7.4.278 Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo) v7.4.278 Bram Moolenaar 2014-05-07 17:31:37 +02:00
  • 0d3d5e0483 updated for version 7.4.277 Problem: Using ":sign unplace *" may leave the cursor in the wrong position (Christian Brabandt) Solution: Update the cursor position when removing all signs. v7.4.277 Bram Moolenaar 2014-05-07 16:35:08 +02:00
  • 75a8d74cc2 updated for version 7.4.276 Problem: The fish shell is not supported. Solution: Use begin/end instead of () for fish. (Andy Russell) v7.4.276 Bram Moolenaar 2014-05-07 15:10:21 +02:00
  • f4d7f167f3 updated for version 7.4.275 Problem: When changing the type of a sign that hasn't been placed ther is no error message. Solution: Add an error message. (Christian Brabandt) v7.4.275 Bram Moolenaar 2014-05-07 14:38:44 +02:00
  • a7611f60cd updated for version 7.4.274 Problem: When doing ":update" just before running an external command that changes the file, the timestamp may be unchanged and the file is not reloaded. Solution: Also check the file size. v7.4.274 Bram Moolenaar 2014-05-02 15:46:14 +02:00
  • bcb9898eba Runtime file updates. Bram Moolenaar 2014-05-01 14:08:19 +02:00
  • b96c69d80e updated for version 7.4.273 Problem: "make autoconf" and "make reconfig" may first run configure and then remove the output. Solution: Add these targets to the exceptions. (Ken Takata) v7.4.273 Bram Moolenaar 2014-04-29 20:04:09 +02:00
  • e512c8c049 updated for version 7.4.272 Problem: Using just "$" does not cause an error message. Solution: Check for empty environment variable name. (Christian Brabandt) v7.4.272 Bram Moolenaar 2014-04-29 17:41:22 +02:00
  • 121f9bdde4 updated for version 7.4.271 Problem: Compiler warning on 64 bit windows. Solution: Add type cast. (Mike Williams) v7.4.271 Bram Moolenaar 2014-04-29 15:55:43 +02:00
  • 1ff32c5c2c updated for version 7.4.270 Problem: Comparing pointers instead of the string they point to. Solution: Use strcmp(). (Ken Takata) v7.4.270 Bram Moolenaar 2014-04-29 15:11:43 +02:00
  • 3d1956bcc9 updated for version 7.4.269 Problem: CTRL-U in Insert mode does not work after using a cursor key. (Pine Wu) Solution: Use the original insert start position. (Christian Brabandt) v7.4.269 Bram Moolenaar 2014-04-29 14:44:35 +02:00
  • 355a95a079 updated for version 7.4.268 Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test. v7.4.268 Bram Moolenaar 2014-04-29 14:03:02 +02:00
  • d69bd9af3c updated for version 7.4.267 Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (Christian Brabandt) v7.4.267 Bram Moolenaar 2014-04-29 12:15:40 +02:00
  • 33e87789a7 updated for version 7.4.266 Problem: Test 62 fails. Solution: Set the language to C. (Christian Brabandt) v7.4.266 Bram Moolenaar 2014-04-29 11:55:29 +02:00
  • a4f317df89 updated for version 7.4.265 Problem: Can't call a global function with "g:" in an expression. Solution: Skip the "g:" when looking up the function. v7.4.265 Bram Moolenaar 2014-04-24 17:12:33 +02:00
  • eccb7fc315 updated for version 7.4.264 Problem: Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. Solution: Skip "g:" at the start of a function name. Don't check for colons when assigning to a variable. v7.4.264 Bram Moolenaar 2014-04-23 20:43:41 +02:00
  • 163d0da508 updated for version 7.4.263 Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) Solution: Remove the second declaration. v7.4.263 Bram Moolenaar 2014-04-23 19:44:30 +02:00
  • 2af78a1408 updated for version 7.4.262 Problem: Duplicate code in regexec(). Solution: Add line_lbr flag to regexec_nl(). v7.4.262 Bram Moolenaar 2014-04-23 19:06:37 +02:00
  • 93fc481b57 updated for version 7.4.261 Problem: When updating the window involves a regexp pattern, an interactive substitute to replace a "\n" with a line break fails. (Ingo Karkat) Solution: Set reg_line_lbr in vim_regsub() and vim_regsub_multi(). v7.4.261 Bram Moolenaar 2014-04-23 18:48:47 +02:00
  • 9bdfb0025c updated for version 7.4.260 Problem: It is possible to define a function with a colon in the name. It is possible to define a function with a lower case character if a "#" appears after the name. Solution: Disallow using a colon other than with "s:". Ignore "#" after the name. v7.4.260 Bram Moolenaar 2014-04-23 17:43:42 +02:00
  • 62f167f716 updated for version 7.4.259 Problem: Warning for misplaced "const". Solution: Move the "const". (Yukihiro Nakadaira) v7.4.259 Bram Moolenaar 2014-04-23 12:52:40 +02:00
  • c8836f7025 updated for version 7.4.258 Problem: Configure fails if $CC contains options. Solution: Remove quotes around $CC. (Paul Barker) v7.4.258 Bram Moolenaar 2014-04-12 13:12:24 +02:00
  • 0eac828ab0 updated for version 7.4.257 Problem: Compiler warning, possibly for mismatch in parameter name. Solution: Rename the parameter in the declaration. v7.4.257 Bram Moolenaar 2014-04-12 12:26:36 +02:00
  • b21a29be56 updated for version 7.4.256 Problem: Using systemlist() may cause a crash and does not handle NUL characters properly. Solution: Increase the reference count, allocate memory by length. (Yasuhiro Matsumoto) v7.4.256 Bram Moolenaar 2014-04-11 10:22:53 +02:00
  • e29b1feead updated for version 7.4.255 Problem: Configure check for smack doesn't work with all shells. (David Larson) Solution: Remove spaces in set command. v7.4.255 Bram Moolenaar 2014-04-10 20:00:15 +02:00
  • c09551ab79 updated for version 7.4.254 Problem: Smack support detection is incomplete. Solution: Check for attr/xattr.h and specific macro. v7.4.254 Bram Moolenaar 2014-04-10 11:09:17 +02:00
  • 5a4e160ce4 updated for version 7.4.253 Problem: Crash when using cpp syntax file with pattern using external match. (Havard Garnes) Solution: Discard match when end column is before start column. v7.4.253 Bram Moolenaar 2014-04-06 21:34:04 +02:00
  • 7bcdb7d166 updated for version 7.4.252 Problem: Critical error in GTK, removing timer twice. Solution: Clear the timer after removing it. (James McCoy) v7.4.252 Bram Moolenaar 2014-04-06 21:08:45 +02:00
  • 4c7ab1bb57 updated for version 7.4.251 Problem: Crash when BufAdd autocommand wipes out the buffer. Solution: Check for buffer to still be valid. Postpone freeing the buffer structure. (Hirohito Higashi) v7.4.251 Bram Moolenaar 2014-04-06 20:45:43 +02:00
  • 75b8156a44 Updated runtime files. Bram Moolenaar 2014-04-06 14:09:13 +02:00
  • 7e38ea2fb6 Updated runtime files. Bram Moolenaar 2014-04-05 22:55:53 +02:00
  • e9a54227f9 updated for version 7.4.250 Problem: Some test files missing from distribution. Solution: Add pattern for newly added tests. v7.4.250 Bram Moolenaar 2014-04-05 21:59:39 +02:00
  • 7d647820ed updated for version 7.4.249 Problem: Using setreg() with a list of numbers does not work. Solution: Use a separate buffer for numbers. (ZyX) v7.4.249 Bram Moolenaar 2014-04-05 21:28:56 +02:00
  • 39c29ed511 updated for version 7.4.248 Problem: Cannot distinguish between NL and NUL in output of system(). Solution: Add systemlist(). (ZyX) v7.4.248 Bram Moolenaar 2014-04-05 19:44:40 +02:00
  • 57ebe6e2f9 updated for version 7.4.247 Problem: When passing input to system() there is no way to keep NUL and NL characters separate. Solution: Optionally use a list for the system() input. (ZyX) v7.4.247 Bram Moolenaar 2014-04-05 18:55:46 +02:00
  • 4ed89cdf41 updated for version 7.4.246 Problem: Configure message for detecting smack are out of sequence. Solution: Put the messages in the right place. (Kazunobu Kuriyama) v7.4.246 Bram Moolenaar 2014-04-05 12:02:25 +02:00
  • 21e854e5ce updated for version 7.4.245 Problem: Crash for "vim -u NONE -N -c '&&'". Solution: Check for the pattern to be NULL. (Dominique Pelle) v7.4.245 Bram Moolenaar 2014-04-04 19:00:48 +02:00
  • 57a728d1df updated for version 7.4.244 Problem: The smack feature causes stray error messages. Solution: Remove the error messages. v7.4.244 Bram Moolenaar 2014-04-02 23:09:26 +02:00
  • 5a50c2255c updated for version 7.4.243 Problem: Cannot use setreg() to add text that includes a NUL. Solution: Make setreg() accept a list. v7.4.243 Bram Moolenaar 2014-04-02 22:17:10 +02:00
  • b7cb42bc38 updated for version 7.4.242 Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX) v7.4.242 Bram Moolenaar 2014-04-02 19:55:10 +02:00
  • 41571769c9 updated for version 7.4.241 Problem: The string returned by submatch() does not distinguish between a NL from a line break and a NL that stands for a NUL character. Solution: Add a second argument to return a list. (ZyX) v7.4.241 Bram Moolenaar 2014-04-02 19:00:58 +02:00
  • fe5aab63fe updated for version 7.4.240 Problem: ":tjump" shows "\n" as "\\n". Solution: Skip over "\" that escapes a backslash. (Gary Johnson) v7.4.240 Bram Moolenaar 2014-04-02 17:19:04 +02:00
  • 3e45159ceb updated for version 7.4.239 Problem: ":e +" does not position cursor at end of the file. Solution: Check for "+" being the last character (ZyX) v7.4.239 Bram Moolenaar 2014-04-02 14:22:05 +02:00
  • 5bd32f47ec updated for version 7.4.238 Problem: Vim does not support the smack library. Solution: Add smack support (Jose Bollo) v7.4.238 Bram Moolenaar 2014-04-02 14:05:38 +02:00
  • 6716d9af11 updated for version 7.4.237 Problem: When some patches was not included has("patch-7.4.123") may return true falsely. Solution: Check for the specific patch number. v7.4.237 Bram Moolenaar 2014-04-02 12:12:08 +02:00
  • 7f3be402ce updated for version 7.4.236 Problem: It's not that easy to check the Vim patch version. Solution: Make has("patch-7.4.123") work. (partly by Marc Weber) v7.4.236 Bram Moolenaar 2014-04-01 22:08:54 +02:00
  • c7f025536e updated for version 7.4.235 Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function. v7.4.235 Bram Moolenaar 2014-04-01 21:00:59 +02:00
  • a1706c958e updated for version 7.4.234 Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov) v7.4.234 Bram Moolenaar 2014-04-01 19:55:49 +02:00
  • 31b7d38611 updated for version 7.4.233 Problem: Escaping special characters for using "%" with a shell command is inconsistant, parenthesis are escaped but spaces are not. Solution: Only escape "!". (Gary Johnson) v7.4.233 Bram Moolenaar 2014-04-01 18:54:48 +02:00
  • fd3fe98b78 updated for version 7.4.232 Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin) Solution: Turn this into a join command. (Christian Brabandt) v7.4.232 Bram Moolenaar 2014-04-01 17:49:44 +02:00
  • efa304d760 updated for version 7.4.231 Problem: An error in ":options" is not caught by the tests. Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that it uses the current runtime files instead of the installed ones. v7.4.231 Bram Moolenaar 2014-04-01 14:08:28 +02:00
  • e7a88a8d4e updated for version 7.4.230 Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito) v7.4.230 Bram Moolenaar 2014-04-01 12:26:46 +02:00
  • a392038db5 updated for version 7.4.229 Problem: Using ":let" for listing variables and the second one is a curly braces expression may fail. Solution: Check for an "=" in a better way. (ZyX) v7.4.229 Bram Moolenaar 2014-03-30 16:49:09 +02:00
  • 922a4664fe updated for version 7.4.228 Problem: Compiler warnings when building with Python 3.2. Solution: Make type cast depend on Python version. (Ken Takata) v7.4.228 Bram Moolenaar 2014-03-30 16:11:43 +02:00
  • 498af70e06 updated for version 7.4.227 Problem: Can't build with Ruby 1.8. Solution: Do include a check for the Ruby version. (Ken Takata) v7.4.227 Bram Moolenaar 2014-03-28 21:58:21 +01:00
  • 3d6db1467b updated for version 7.4.226 Problem: Cursurline highlighting not redrawn when scrolling. (John Marriott) Solution: Check for required redraw in two places. v7.4.226 Bram Moolenaar 2014-03-28 21:49:32 +01:00
  • 76f3b1ad77 Update runtime files. Bram Moolenaar 2014-03-27 22:30:07 +01:00
  • 73b044dca9 updated for version 7.4.225 Problem: Dynamic Ruby doesn't work on Solaris. Solution: Always use the stubs. (Danek Duvall, Yukihiro Nakadaira) v7.4.225 Bram Moolenaar 2014-03-27 19:08:55 +01:00
  • 2bcaec320a updated for version 7.4.224 Problem: /usr/bin/grep on Solaris does not support -F. Solution: Add configure check to find a good grep. (Danek Duvall) v7.4.224 Bram Moolenaar 2014-03-27 18:51:11 +01:00
  • 7db7784103 updated for version 7.4.223 Problem: Still using an older autoconf version. Solution: Switch to autoconf 2.69. v7.4.223 Bram Moolenaar 2014-03-27 17:40:59 +01:00
  • a6fd37be4f updated for version 7.4.222 Problem: The Ruby directory is constructed from parts. Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy) v7.4.222 Bram Moolenaar 2014-03-27 17:19:09 +01:00