1
0
forked from aniani/vim

Commit Graph

  • b5cf6c34e8 updated for version 7.4.408 Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto) v7.4.408 Bram Moolenaar 2014-08-16 18:36:43 +02:00
  • 1fc7e972b0 updated for version 7.4.407 Problem: Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt) v7.4.407 Bram Moolenaar 2014-08-16 18:13:03 +02:00
  • 0ddd1b5e35 updated for version 7.4.406 Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka) v7.4.406 Bram Moolenaar 2014-08-16 17:34:34 +02:00
  • 5307de0746 updated for version 7.4.405 Problem: Screen updating is slow when using matches. Solution: Do not use the ">=" as in patch 7.4.362, check the lnum. v7.4.405 Bram Moolenaar 2014-08-16 16:28:36 +02:00
  • 9b8f021d93 updated for version 7.4.404 Problem: Windows 64 bit compiler warnings. Solution: Add type casts. (Mike Williams) v7.4.404 Bram Moolenaar 2014-08-13 22:05:53 +02:00
  • 2be795084f updated for version 7.4.403 Problem: Valgrind reports errors when running test 72. (Dominique Pelle) Solution: Reset the local 'cryptmethod' option before storing the seed. Set the seed in the memfile even when there is no block0 yet. v7.4.403 Bram Moolenaar 2014-08-13 21:58:28 +02:00
  • 5a669b9481 updated for version 7.4.402 Problem: Test 72 crashes under certain conditions. (Kazunobu Kuriyama) Solution: Clear the whole bufinfo_T early. v7.4.402 Bram Moolenaar 2014-08-12 20:14:33 +02:00
  • 07cf382e22 updated for version 7.4.401 Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles. v7.4.401 Bram Moolenaar 2014-08-10 16:31:50 +02:00
  • d21e8b3a17 updated for version 7.4.400 Problem: List of distributed files is incomplete. Solution: Add recently added files. v7.4.400 Bram Moolenaar 2014-08-10 13:46:36 +02:00
  • 8f4ac01544 updated for version 7.4.399 Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater) v7.4.399 Bram Moolenaar 2014-08-10 13:38:34 +02:00
  • 0106b4b891 updated for version 7.4.398 Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration. v7.4.398 Bram Moolenaar 2014-08-07 13:55:10 +02:00
  • e98cfe1cc9 updated for version 7.4.397 Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible. v7.4.397 Bram Moolenaar 2014-08-06 19:09:16 +02:00
  • 6b1ee34aa0 updated for version 7.4.396 Problem: When 'clipboard' is "unnamed", :g/pat/d is very slow. (Praful) Solution: Only set the clipboard after the last delete. (Christian Brabandt) v7.4.396 Bram Moolenaar 2014-08-06 18:17:11 +02:00
  • 04d17ae167 updated for version 7.4.395 Problem: C indent is wrong below an if with wrapped condition followed by curly braces. (Trevor Powell) Solution: Make a copy of tryposBrace. v7.4.395 Bram Moolenaar 2014-08-06 17:44:14 +02:00
  • 9b352c46f0 updated for version 7.4.394 Problem: When using DirectX last italic character is incomplete. Solution: Add one to the number of cells. (Ken Takata) v7.4.394 Bram Moolenaar 2014-08-06 16:49:55 +02:00
  • b5a7a8b545 updated for version 7.4.393 Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka) v7.4.393 Bram Moolenaar 2014-08-06 14:52:30 +02:00
  • 8c1329cb59 updated for version 7.4.392 Problem: Not easy to detect type of command line window. Solution: Add the getcmdwintype() function. (Jacob Niehus) v7.4.392 Bram Moolenaar 2014-08-06 13:36:59 +02:00
  • e0f148270a updated for version 7.4.391 Problem: No 'cursorline' highlighting when the cursor is on a line with diff highlighting. (Benjamin Fritz) Solution: Combine the highlight attributes. (Christian Brabandt) v7.4.391 Bram Moolenaar 2014-08-06 13:20:56 +02:00
  • ece29e8013 updated for version 7.4.390 Problem: Advancing pointer over end of a string. Solution: Init quote character to -1 instead of zero. (Dominique Pelle) v7.4.390 Bram Moolenaar 2014-08-06 12:49:18 +02:00
  • 4e067c898e updated for version 7.4.389 Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito) v7.4.389 Bram Moolenaar 2014-07-30 17:21:58 +02:00
  • b81c85d8f3 updated for version 7.4.388 Problem: With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt) v7.4.388 Bram Moolenaar 2014-07-30 16:44:22 +02:00
  • 4f5ce33d41 updated for version 7.4.387 Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer. v7.4.387 Bram Moolenaar 2014-07-30 16:00:58 +02:00
  • 23fb7a9955 updated for version 7.4.386 Problem: When splitting a window the changelist position is wrong. Solution: Copy the changelist position. (Jacob Niehus) v7.4.386 Bram Moolenaar 2014-07-30 14:05:00 +02:00
  • 278eb5820d updated for version 7.4.385 Problem: When building with tiny or small features building the .mo files fails. Solution: In autoconf do not setup for building the .mo files when it would fail. v7.4.385 Bram Moolenaar 2014-07-30 13:22:52 +02:00
  • 932e632de3 updated for version 7.4.384 Problem: Test 102 fails when compiled with small features. Solution: Source small.vim. (Jacob Niehus) v7.4.384 Bram Moolenaar 2014-07-30 13:20:39 +02:00
  • dbc2802251 Update runtime files. Add vroom file support. Bram Moolenaar 2014-07-26 13:40:44 +02:00
  • 2bace3e2fb updated for version 7.4.383 Problem: Bad interaction between preview window and omnifunc. Solution: Avoid redrawing the status line. (Hirohito Higashi) v7.4.383 Bram Moolenaar 2014-07-23 21:10:43 +02:00
  • 20c3892e54 updated for version 7.4.382 Problem: Mapping characters may not work after typing Esc in Insert mode. Solution: Fix the noremap flags for inserted characters. (Jacob Niehus) v7.4.382 Bram Moolenaar 2014-07-23 20:41:14 +02:00
  • 17529ae026 updated for version 7.4.381 Problem: Get u_undo error when backspacing in Insert mode deletes more than one line break. (Ayberk Ozgur) Solution: Also decrement Insstart.lnum. v7.4.381 Bram Moolenaar 2014-07-23 17:39:25 +02:00
  • 12a28d4b29 updated for version 7.4.380 Problem: Loading python may cause Vim to exit. Solution: Avoid loading the "site" module. (Taro Muraoka) v7.4.380 Bram Moolenaar 2014-07-23 16:57:00 +02:00
  • 158a1b0748 updated for version 7.4.379 Problem: Accessing freed memory after using setqflist(list, 'r'). (Lcd) Solution: Reset qf_index. v7.4.379 Bram Moolenaar 2014-07-23 16:33:07 +02:00
  • fb60409a3f updated for version 7.4.378 Problem: Title of quickfist list is not kept for setqflist(list, 'r'). Solution: Keep the title. Add a test. (Lcd) v7.4.378 Bram Moolenaar 2014-07-23 15:55:00 +02:00
  • 54368f2742 updated for version 7.4.377 Problem: When 'equalalways' is set a split may report "no room" even though there is plenty of room. Solution: Compute the available room properly. (Yukihiro Nakadaira) v7.4.377 Bram Moolenaar 2014-07-23 15:21:20 +02:00
  • 674fffe855 updated for version 7.4.376 Problem: Popup menu flickers too much. Solution: Remove the forced redraw. (Hirohito Higashi) v7.4.376 Bram Moolenaar 2014-07-23 13:50:46 +02:00
  • a1fae80371 updated for version 7.4.375 Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka) v7.4.375 Bram Moolenaar 2014-07-23 13:16:30 +02:00
  • 4f88062c55 updated for version 7.4.374 Problem: Character after "fb" command not mapped if it might be a composing character. Solution: Don't disable mapping when looking for a composing character. (Jacob Niehus) v7.4.374 Bram Moolenaar 2014-07-23 12:31:20 +02:00
  • 07d87790f1 Update runtime files. Make matchparen plugin backwards compatible. Add json filetype. Bram Moolenaar 2014-07-19 14:04:47 +02:00
  • a04854932e updated for version 7.4.373 Problem: Compiler warning for unused argument and unused variable. Solution: Add UNUSED. Move variable inside #ifdef. v7.4.373 Bram Moolenaar 2014-07-16 23:39:54 +02:00
  • 1f538355db updated for version 7.4.372 Problem: When 'winminheight' is zero there might not be one line for the current window. Solution: Change the size computations. (Yukihiro Nakadaira) v7.4.372 Bram Moolenaar 2014-07-16 18:19:27 +02:00
  • 5524aebf16 updated for version 7.4.371 Problem: When 'linebreak' is set control characters are not correctly displayed. (Kimmy Lindvall) Solution: Set n_extra. (Christian Brabandt) v7.4.371 Bram Moolenaar 2014-07-16 17:29:51 +02:00
  • b5647f71c2 updated for version 7.4.370 Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt) v7.4.370 Bram Moolenaar 2014-07-16 17:01:53 +02:00
  • 4e036c9e6f updated for version 7.4.369 Problem: Using freed memory when exiting while compiled with EXITFREE. Solution: Set curwin to NULL and check for that. (Dominique Pelle) v7.4.369 Bram Moolenaar 2014-07-16 16:30:28 +02:00
  • b643e77782 updated for version 7.4.368 Problem: Restoring the window sizes after closing the command line window doesn't work properly if there are nested splits. Solution: Restore the sizes twice. (Hirohito Higashi) v7.4.368 Bram Moolenaar 2014-07-16 15:18:26 +02:00
  • f1924a9d8c updated for version 7.4.367 Problem: Other solution for redrawing after completion. Solution: Schedule a window redraw instead of just clearing the command line. (Jacob Niehus) v7.4.367 Bram Moolenaar 2014-07-16 14:42:46 +02:00
  • 310e2dbaee updated for version 7.4.366 Problem: Can't run the linebreak test on MS-Windows. Solution: Fix the output file name. (Taro Muraoka) v7.4.366 Bram Moolenaar 2014-07-16 14:20:41 +02:00
  • b4d2135518 updated for version 7.4.365 Problem: Crash when using ":botright split" when there isn't much space. Solution: Add a check for the minimum width/height. (Yukihiro Nakadaira) v7.4.365 Bram Moolenaar 2014-07-16 14:16:46 +02:00
  • db6ea06335 Updated runtime files. Bram Moolenaar 2014-07-10 22:01:47 +02:00
  • 3ed8b1332f updated for version 7.4.364 Problem: When the viminfo file can't be renamed there is no error message. (Vladimir Berezhnoy) Solution: Check for the rename to fail. v7.4.364 Bram Moolenaar 2014-07-09 21:18:04 +02:00
  • 455009122a updated for version 7.4.363 Problem: In Windows console typing 0xCE does not work. Solution: Convert 0xCE to K_NUL 3. (Nobuhiro Takasaki et al.) v7.4.363 Bram Moolenaar 2014-07-09 20:51:07 +02:00
  • 1e1aca3784 updated for version 7.4.362 Problem: When matchaddpos() uses a length smaller than the number of bytes in the (last) character the highlight continues until the end of the line. Solution: Change condition from equal to larger-or-equal. v7.4.362 Bram Moolenaar 2014-07-09 20:20:43 +02:00
  • c804515003 updated for version 7.4.361 Problem: Lots of flickering when filling the preview window for 'omnifunc'. Solution: Disable redrawing. (Hirohito Higashi) v7.4.361 Bram Moolenaar 2014-07-09 19:58:24 +02:00
  • ff65ac84fd updated for version 7.4.360 Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the end-of-line. Solution: Handle the situation. (Ozaki Kiichi) v7.4.360 Bram Moolenaar 2014-07-09 19:32:34 +02:00
  • 0d1e8c1203 updated for version 7.4.359 Problem: When 'ttymouse' is set to 'uxterm' the xterm version is not requested. (Tomas Janousek) Solution: Do not mark uxterm as a conflict mouse and add resume_get_esc_sequence(). v7.4.359 Bram Moolenaar 2014-07-09 19:13:49 +02:00
  • 6bf5548df2 updated for version 7.4.358 Problem: Sort is not always stable. Solution: Add an index instead of relying on the pointer to remain the same. Idea by Jun Takimoto. v7.4.358 Bram Moolenaar 2014-07-09 17:51:51 +02:00
  • 0bed10a813 updated for version 7.4.357 Problem: After completion some characters are not redrawn. Solution: Clear the command line unconditionally. (Jacob Niehus) v7.4.357 Bram Moolenaar 2014-07-09 14:00:49 +02:00
  • cc57bb2f85 updated for version 7.4.356 Problem: Mercurial does not ignore memfile_test. (Daniel Hahler) Solution: Add memfile_test to ignored files, remove trailing spaces. v7.4.356 Bram Moolenaar 2014-07-09 13:43:29 +02:00
  • 8bb1c3e53e Updated runtime files. Overhauled HTML indent script. Bram Moolenaar 2014-07-04 16:43:17 +02:00
  • 9f4fe7c4c3 updated for version 7.4.355 Problem: Several problems with Javascript indenting. Solution: Improve Javascript indenting. v7.4.355 Bram Moolenaar 2014-07-03 22:57:55 +02:00
  • b8b57460f0 updated for version 7.4.354 Problem: Compiler warning. Solution: Change NUL to NULL. (Ken Takata) v7.4.354 Bram Moolenaar 2014-07-03 22:54:08 +02:00
  • 86b17e914f updated for version 7.4.353 Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt) v7.4.353 Bram Moolenaar 2014-07-02 20:00:47 +02:00
  • ee739b42c0 updated for version 7.4.352 Problem: With 'linebreak' a tab causes a missing line break. Solution: Count a tab for what it's worth also for shorter lines. (Christian Brabandt) v7.4.352 Bram Moolenaar 2014-07-02 19:37:42 +02:00
  • c35e3de8cc updated for version 7.4.351 Problem: sort() is not stable. Solution: When the items are identical, compare the pointers. v7.4.351 Bram Moolenaar 2014-07-02 19:06:18 +02:00
  • 81439a6d1b updated for version 7.4.350 Problem: Using C indenting for Javascript does not work well for a {} block inside parenthesis. Solution: When looking for a matching paren ignore one that is before the start of a {} block. v7.4.350 Bram Moolenaar 2014-07-02 18:27:48 +02:00
  • dab70c63e1 updated for version 7.4.349 Problem: When there are matches to highlight the whole window is redrawn, which is slow. Solution: Only redraw everything when lines were inserted or deleted. Reset b_mod_xlines when needed. (Alexey Radkov) v7.4.349 Bram Moolenaar 2014-07-02 17:16:58 +02:00
  • e7eb789ef0 updated for version 7.4.348 Problem: When using "J1" in 'cinoptions' a line below a continuation line gets too much indent. Solution: Fix parenthesis in condition. v7.4.348 Bram Moolenaar 2014-07-02 17:02:36 +02:00
  • b7d929a86f updated for version 7.4.347 Problem: test55 fails on some systems. Solution: Remove the elements that all result in zero and can end up in an arbitrary position. v7.4.347 Bram Moolenaar 2014-06-26 22:33:51 +02:00
  • 9d7a592c80 updated for version 7.4.346 Problem: Indent is not updated when changing 'breakindentopt'. (itchyny) Solution: Do not cache "brishift". (Christian Brabandt) v7.4.346 Bram Moolenaar 2014-06-26 21:24:56 +02:00
  • a40aa760a1 updated for version 7.4.345 Problem: Indent is not updated when deleting indent. Solution: Remember changedtick. v7.4.345 Bram Moolenaar 2014-06-25 22:55:38 +02:00
  • 946e27ab65 Updated runtime files. Bram Moolenaar 2014-06-25 18:50:27 +02:00
  • b6da44ae82 updated for version 7.4.344 Problem: Unessecary initializations and other things related to matchaddpos(). Solution: Code cleanup. (Alexey Radkov) v7.4.344 Bram Moolenaar 2014-06-25 18:15:22 +02:00
  • 41d7523986 updated for version 7.4.343 Problem: matchdelete() does not always update the right lines. Solution: Fix off-by-one error. (Ozaki Kiichi) v7.4.343 Bram Moolenaar 2014-06-25 17:58:11 +02:00
  • db5ffaab5a updated for version 7.4.342 Problem: Clang gives warnings. Solution: Add an else block. (Dominique Pelle) v7.4.342 Bram Moolenaar 2014-06-25 17:44:49 +02:00
  • e8a3492548 updated for version 7.4.341 Problem: sort() doesn't handle numbers well. Solution: Add an argument to specify sorting on numbers. (Christian Brabandt) v7.4.341 Bram Moolenaar 2014-06-25 17:31:09 +02:00
  • 72e8f0bcc1 updated for version 7.4.340 Problem: Error from sed about illegal bytes when installing Vim. Solution: Prepend LC_ALL=C. (Itchyny) v7.4.340 Bram Moolenaar 2014-06-25 15:02:33 +02:00
  • 8dc907d7d3 updated for version 7.4.339 Problem: Local function is available globally. Solution: Add "static". v7.4.339 Bram Moolenaar 2014-06-25 14:44:10 +02:00
  • 597a422416 updated for version 7.4.338 Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt) v7.4.338 Bram Moolenaar 2014-06-25 14:39:50 +02:00
  • 15a35c4f4a updated for version 7.4.337 Problem: When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) Solution: Reset did_emsg before editing. v7.4.337 Bram Moolenaar 2014-06-25 12:26:46 +02:00
  • 78159bbf9e updated for version 7.4.336 Problem: Setting 'history' to a big value causes out-of-memory errors. Solution: Limit the value to 10000. (Hirohito Higashi) v7.4.336 Bram Moolenaar 2014-06-25 11:48:54 +02:00
  • e8d1f20cbd updated for version 7.4.335 Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P. v7.4.335 Bram Moolenaar 2014-06-18 21:38:18 +02:00
  • deae0f2566 updated for version 7.4.334 Problem: Unitialized variables, causing some problems. Solution: Initialize the variables. (Dominique Pelle) v7.4.334 Bram Moolenaar 2014-06-18 21:20:11 +02:00
  • de993ea629 updated for version 7.4.333 Problem: Compiler warning for unused function. Solution: Put the function inside the #ifdef. v7.4.333 Bram Moolenaar 2014-06-17 23:18:01 +02:00
  • 58cbc914ea updated for version 7.4.332 Problem: GTK: When a sign icon doesn't fit exactly there can be ugly gaps. Solution: Scale the sign to fit when the aspect ratio is not too far off. (Christian Brabandt) v7.4.332 Bram Moolenaar 2014-06-17 18:47:02 +02:00
  • 7ec83432b7 updated for version 7.4.331 Problem: Relative numbering not updated after a linewise yank. Issue 235. Solution: Redraw after the yank. (Christian Brabandt) v7.4.331 Bram Moolenaar 2014-06-17 18:16:11 +02:00
  • b3414595c7 updated for version 7.4.330 Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov) v7.4.330 Bram Moolenaar 2014-06-17 17:48:32 +02:00
  • ec1561cac5 updated for version 7.4.329 Problem: When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) Solution: Call update_topline() before leaving the window. (Christian Brabandt) v7.4.329 Bram Moolenaar 2014-06-17 13:52:40 +02:00
  • 7a54a90744 updated for version 7.4.328 Problem: Selection of inner block is inconsistent. Solution: Skip indent not only for '}' but all parens. (Tom McDonald) v7.4.328 Bram Moolenaar 2014-06-17 13:50:13 +02:00
  • 8502c704ba updated for version 7.4.327 Problem: When 'verbose' is set to display the return value of a function, may get E724 repeatedly. Solution: Do not give an error for verbose messages. Abort conversion to string after an error. v7.4.327 Bram Moolenaar 2014-06-17 12:51:16 +02:00
  • f0224c9f08 updated for version 7.4.326 Problem: Can't build Tiny version. (Elimar Riesebieter) Solution: Add #ifdef. v7.4.326 Bram Moolenaar 2014-06-14 12:53:33 +02:00
  • 0ae36a5c85 updated for version 7.4.325 Problem: When starting the gui and changing the window size the status line may not be drawn correctly. Solution: Catch new_win_height() being called recursively. (Christian Brabandt) v7.4.325 Bram Moolenaar 2014-06-13 20:08:45 +02:00
  • 822ff866bd Update runtime files. Bram Moolenaar 2014-06-12 21:46:14 +02:00
  • 2d54ec92d4 updated for version 7.4.324 Problem: In Ex mode, cyrillic characters are not handled. (Stas Malavin) Solution: Support multi-byte characters in Ex mode. (Yukihiro Nakadaira) v7.4.324 Bram Moolenaar 2014-06-12 19:44:48 +02:00
  • 8e7048ca4b updated for version 7.4.323 Problem: Substitute() with zero width pattern breaks multi-byte character. Solution: Take multi-byte character size into account. (Yukihiro Nakadaira) v7.4.323 Bram Moolenaar 2014-06-12 18:39:22 +02:00
  • e639eb44e9 updated for version 7.4.322 Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt". Solution: Use the msgfmt command found by configure. (Danek Duvall) v7.4.322 Bram Moolenaar 2014-06-12 18:03:29 +02:00
  • 0e6c5ef7ef updated for version 7.4.321 Problem: Can't build with strawberry perl 5.20 + mingw-w64-4.9.0. Solution: Define save_strlen. (Ken Takata) v7.4.321 Bram Moolenaar 2014-06-12 16:03:28 +02:00
  • 3be8585661 updated for version 7.4.320 Problem: Possible crash when an BufLeave autocommand deletes the buffer. Solution: Check for the window pointer being valid. Postpone freeing the window until autocommands are done. (Yasuhiro Matsumoto) v7.4.320 Bram Moolenaar 2014-06-12 14:01:31 +02:00
  • 980e58f7b3 updated for version 7.4.319 Problem: Crash when putting zero bytes on the clipboard. Solution: Do not support the utf8_atom target when not using an Unicode encoding. (Naofumi Honda) v7.4.319 Bram Moolenaar 2014-06-12 13:28:30 +02:00
  • e3a8bab630 updated for version 7.4.318 Problem: Check for whether a highlight group has settings ignores fg and bg color settings. Solution: Also check cterm and GUI color settings. (Christian Brabandt) v7.4.318 Bram Moolenaar 2014-06-12 12:20:54 +02:00
  • 06e4a6df0a updated for version 7.4.317 Problem: Crash when starting gvim. Issue 230. Solution: Check for a pointer to be NULL. (Christian Brabandt) v7.4.317 Bram Moolenaar 2014-06-12 11:49:46 +02:00
  • 7116aa0f7d updated for version 7.4.316 Problem: Warning from 64-bit compiler. Solution: Add type cast. (Mike Williams) v7.4.316 Bram Moolenaar 2014-05-29 14:36:29 +02:00
  • c35b0fb181 updated for version 7.4.315 Problem: Fixes for computation of topline not tested. Solution: Add test. (Hirohito Higashi) v7.4.315 Bram Moolenaar 2014-05-29 11:47:40 +02:00