summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-18updated for version 7.4.581Bram Moolenaar
Problem: Compiler warnings for unitinialized variables. (John Little) Solution: Initialize the variables.
2015-01-14updated for version 7.4.580Bram Moolenaar
Problem: ":52wincmd v" still gives an invalid range error. (Charles Campbell) Solution: Skip over white space.
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-14updated for version 7.4.579Bram Moolenaar
Problem: Wrong cursor positioning when 'linebreak' is set and lines wrap. Solution: (Christian Brabandt)
2015-01-14updated for version 7.4.578Bram Moolenaar
Problem: Using getcurpos() after "$" in an empty line returns a negative number. Solution: Don't add one when this would overflow. (Hirohito Higashi)
2015-01-14updated for version 7.4.577Bram Moolenaar
Problem: Matching with a virtual column has a lot of overhead on very long lines. (Issue 310) Solution: Bail out early if there can't be a match. (Christian Brabandt) Also check for CTRL-C at every position.
2015-01-14updated for version 7.4.576Bram Moolenaar
Problem: Redrawing problem with 'relativenumber' and 'linebreak'. Solution: Temporarily reset 'linebreak' and restore it in more places. (Christian Brabandt)
2015-01-14updated for version 7.4.575Bram Moolenaar
Problem: Unicode character properties are outdated. Solution: Update the tables with the latest version.
2015-01-14updated for version 7.4.574Bram Moolenaar
Problem: No error for eval('$'). Solution: Check for empty name. (Yasuhiro Matsumoto)
2015-01-14updated for version 7.4.573Bram Moolenaar
Problem: Mapping CTRL-C in Visual mode doesn't work. (Ingo Karkat) Solution: Call get_real_state() instead of using State directly.
2015-01-14updated for version 7.4.572Bram Moolenaar
Problem: Address type of :wincmd depends on the argument. Solution: Check the argument.
2015-01-14updated for version 7.4.571Bram Moolenaar
Problem: Can't build with tiny features. (Ike Devolder) Solution: Add #ifdef.
2015-01-14updated for version 7.4.570Bram Moolenaar
Problem: Building with dynamic library does not work for Ruby 2.2.0 Solution: Change #ifdefs and #defines. (Ken Takata)
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-14updated for version 7.4.569Bram Moolenaar
Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt)
2015-01-14updated for version 7.4.568Bram Moolenaar
Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski)
2015-01-10Updated syntax files.Bram Moolenaar
2015-01-07updated for version 7.4.567Bram Moolenaar
Problem: Non-ascii vertical separater characters are always redrawn. Solution: Compare only the one byte that's stored. (Thiago Padilha)
2015-01-07Update runtime files.Bram Moolenaar
2015-01-07updated for version 7.4.566Bram Moolenaar
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
2015-01-07updated for version 7.4.565Bram Moolenaar
Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be valid but limited to the maximum. This can cause the wrong thing to happen. Solution: Give an error for an invalid value. (Marcin Szamotulski) Use windows range for ":wincmd".
2015-01-07updated for version 7.4.564Bram Moolenaar
Problem: FEAT_OSFILETYPE is used even though it's never defined. Solution: Remove the code. (Christian Brabandt)
2015-01-07updated for version 7.4.563Bram Moolenaar
Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
2015-01-07updated for version 7.4.562Bram Moolenaar
Problem: Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat) Solution: Check there is enough space. (Christian Brabandt)
2015-01-07updated for version 7.4.561Bram Moolenaar
Problem: Ex range handling is wrong for buffer-local user commands. Solution: Check for CMD_USER_BUF. (Marcin Szamotulski)
2014-12-17updated for version 7.4.560Bram Moolenaar
Problem: Memory leak using :wviminfo. Issue 296. Solution: Free memory when needed. (idea by Christian Brabandt)
2014-12-17updated for version 7.4.559Bram Moolenaar
Problem: Appending a block in the middle of a tab does not work correctly when virtualedit is set. Solution: Decrement spaces and count, don't reset them. (James McCoy)
2014-12-17updated for version 7.4.558Bram Moolenaar
Problem: When the X server restarts Vim may get stuck. Solution: Destroy the application context and create it again. (Issue 203)
2014-12-17updated for version 7.4.557Bram Moolenaar
Problem: One more small issue. Solution: Update function proto.
2014-12-17updated for version 7.4.556Bram Moolenaar
Problem: Failed commands in Python interface not handled correctly. Solution: Restore window and buffer on failure.
2014-12-17updated for version 7.4.555Bram Moolenaar
Problem: test_close_count may fail for some combination of features. Solution: Require normal features.
2014-12-17updated for version 7.4.554Bram Moolenaar
Problem: Missing part of patch 7.4.519. Solution: Copy back regprog after calling vim_regexec.
2014-12-17updated for version 7.4.553Bram Moolenaar
Problem: Various small issues. Solution: Fix those issues.
2014-12-14Updated runtime files.Bram Moolenaar
2014-12-14updated for version 7.4.552Bram Moolenaar
Problem: Langmap applies to Insert mode expression mappings. Solution: Check for Insert mode. (Daniel Hahler)
2014-12-13updated for version 7.4.551Bram Moolenaar
Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt)
2014-12-13updated for version 7.4.550Bram Moolenaar
Problem: curs_rows() function is always called with the second argument false. Solution: Remove the argument. (Christian Brabandt) validate_botline_win() can then also be removed.
2014-12-13Add new files for 7.4.549.Bram Moolenaar
2014-12-13updated for version 7.4.549Bram Moolenaar
Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
2014-12-13updated for version 7.4.548Bram Moolenaar
Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
2014-12-13updated for version 7.4.547Bram Moolenaar
Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt)
2014-12-13updated for version 7.4.546Bram Moolenaar
Problem: Repeated use of vim_snprintf() with a number. Solution: Move these vim_snprintf() calls into a function.
2014-12-13updated for version 7.4.545Bram Moolenaar
Problem: Highlighting for multi-line matches is not correct. Solution: Stop highlight at the end of the match. (Hirohito Higashi)
2014-12-13updated for version 7.4.544Bram Moolenaar
Problem: Warnings for unused arguments when compiling with a combination of features. Solution: Add "UNUSED".
2014-12-13updated for version 7.4.543Bram Moolenaar
Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo Martínez) Issue 287 Solution: Correct the line count. (Christian Brabandt) Also set the last used search pattern.
2014-12-08updated for version 7.4.542Bram Moolenaar
Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
2014-12-07updated for version 7.4.541Bram Moolenaar
Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
2014-12-06Update runtime files.Bram Moolenaar
2014-11-30updated for version 7.4.540Bram Moolenaar
Problem: Cannot build with tiny and small features. (Taro Muraoka) Solution: Add #ifdef around CMD_USER.
2014-11-30updated for version 7.4.539Bram Moolenaar
Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski)