summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.572v7.4.572Bram Moolenaar2015-01-144-23/+135
| | | | | Problem: Address type of :wincmd depends on the argument. Solution: Check the argument.
* updated for version 7.4.571v7.4.571Bram Moolenaar2015-01-142-0/+6
| | | | | Problem: Can't build with tiny features. (Ike Devolder) Solution: Add #ifdef.
* updated for version 7.4.570v7.4.570Bram Moolenaar2015-01-142-2/+32
| | | | | Problem: Building with dynamic library does not work for Ruby 2.2.0 Solution: Change #ifdefs and #defines. (Ken Takata)
* Updated runtime files.Bram Moolenaar2015-01-146-50/+82
|
* updated for version 7.4.569v7.4.569Bram Moolenaar2015-01-147-4/+28
| | | | | | 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)
* updated for version 7.4.568v7.4.568Bram Moolenaar2015-01-143-4/+5
| | | | | Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski)
* Updated syntax files.Bram Moolenaar2015-01-1017-299/+286
|
* updated for version 7.4.567v7.4.567Bram Moolenaar2015-01-072-1/+3
| | | | | Problem: Non-ascii vertical separater characters are always redrawn. Solution: Compare only the one byte that's stored. (Thiago Padilha)
* Update runtime files.Bram Moolenaar2015-01-0723-1294/+3342
|
* updated for version 7.4.566v7.4.566Bram Moolenaar2015-01-078-25/+102
| | | | | Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
* updated for version 7.4.565v7.4.565Bram Moolenaar2015-01-079-57/+119
| | | | | | | | 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".
* updated for version 7.4.564v7.4.564Bram Moolenaar2015-01-072-103/+8
| | | | | Problem: FEAT_OSFILETYPE is used even though it's never defined. Solution: Remove the code. (Christian Brabandt)
* updated for version 7.4.563v7.4.563Bram Moolenaar2015-01-073-0/+8
| | | | | Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
* updated for version 7.4.562v7.4.562Bram Moolenaar2015-01-073-1/+6
| | | | | Problem: Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat) Solution: Check there is enough space. (Christian Brabandt)
* updated for version 7.4.561v7.4.561Bram Moolenaar2015-01-074-2/+13
| | | | | Problem: Ex range handling is wrong for buffer-local user commands. Solution: Check for CMD_USER_BUF. (Marcin Szamotulski)
* updated for version 7.4.560v7.4.560Bram Moolenaar2014-12-172-16/+50
| | | | | Problem: Memory leak using :wviminfo. Issue 296. Solution: Free memory when needed. (idea by Christian Brabandt)
* updated for version 7.4.559v7.4.559Bram Moolenaar2014-12-174-9/+14
| | | | | | 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)
* updated for version 7.4.558v7.4.558Bram Moolenaar2014-12-172-0/+13
| | | | | Problem: When the X server restarts Vim may get stuck. Solution: Destroy the application context and create it again. (Issue 203)
* updated for version 7.4.557v7.4.557Bram Moolenaar2014-12-172-1/+3
| | | | | Problem: One more small issue. Solution: Update function proto.
* updated for version 7.4.556v7.4.556Bram Moolenaar2014-12-172-2/+9
| | | | | Problem: Failed commands in Python interface not handled correctly. Solution: Restore window and buffer on failure.
* updated for version 7.4.555v7.4.555Bram Moolenaar2014-12-172-4/+3
| | | | | Problem: test_close_count may fail for some combination of features. Solution: Require normal features.
* updated for version 7.4.554v7.4.554Bram Moolenaar2014-12-172-1/+7
| | | | | Problem: Missing part of patch 7.4.519. Solution: Copy back regprog after calling vim_regexec.
* updated for version 7.4.553v7.4.553Bram Moolenaar2014-12-1713-14/+21
| | | | | Problem: Various small issues. Solution: Fix those issues.
* Updated runtime files.Bram Moolenaar2014-12-145-27/+48
|
* updated for version 7.4.552v7.4.552Bram Moolenaar2014-12-144-1/+14
| | | | | Problem: Langmap applies to Insert mode expression mappings. Solution: Check for Insert mode. (Daniel Hahler)
* updated for version 7.4.551v7.4.551Bram Moolenaar2014-12-134-6/+36
| | | | | Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt)
* updated for version 7.4.550v7.4.550Bram Moolenaar2014-12-132-22/+6
| | | | | | | 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.
* Add new files for 7.4.549.Bram Moolenaar2014-12-132-0/+40
|
* updated for version 7.4.549v7.4.549Bram Moolenaar2014-12-138-8/+15
| | | | | Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
* updated for version 7.4.548v7.4.548Bram Moolenaar2014-12-132-0/+6
| | | | | Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
* updated for version 7.4.547v7.4.547Bram Moolenaar2014-12-132-1/+3
| | | | | | | 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)
* updated for version 7.4.546v7.4.546Bram Moolenaar2014-12-132-16/+21
| | | | | Problem: Repeated use of vim_snprintf() with a number. Solution: Move these vim_snprintf() calls into a function.
* updated for version 7.4.545v7.4.545Bram Moolenaar2014-12-132-1/+9
| | | | | Problem: Highlighting for multi-line matches is not correct. Solution: Stop highlight at the end of the match. (Hirohito Higashi)
* updated for version 7.4.544v7.4.544Bram Moolenaar2014-12-132-2/+4
| | | | | | Problem: Warnings for unused arguments when compiling with a combination of features. Solution: Add "UNUSED".
* updated for version 7.4.543v7.4.543Bram Moolenaar2014-12-134-6/+27
| | | | | | | 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.
* updated for version 7.4.542v7.4.542Bram Moolenaar2014-12-0816-29/+291
| | | | | | | 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)
* updated for version 7.4.541v7.4.541Bram Moolenaar2014-12-074-1/+9
| | | | | Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
* Update runtime files.Bram Moolenaar2014-12-0612-119/+277
|
* updated for version 7.4.540v7.4.540Bram Moolenaar2014-11-302-1/+7
| | | | | Problem: Cannot build with tiny and small features. (Taro Muraoka) Solution: Add #ifdef around CMD_USER.
* updated for version 7.4.539v7.4.539Bram Moolenaar2014-11-303-16/+53
| | | | | | | 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)
* updated for version 7.4.538v7.4.538Bram Moolenaar2014-11-306-7/+29
| | | | | | Problem: Tests fail with small features plus Python. Solution: Disallow weird combination of options. Do not set "fdm" when folding is disabled.
* updated for version 7.4.537v7.4.537Bram Moolenaar2014-11-275-6/+12
| | | | | | Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
* updated for version 7.4.536v7.4.536Bram Moolenaar2014-11-272-3/+5
| | | | | Problem: Test 63 fails when using a black&white terminal. Solution: Add attributes for a non-color terminal. (Christian Brabandt)
* updated for version 7.4.535v7.4.535Bram Moolenaar2014-11-273-78/+81
| | | | | Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
* Add files added by patch 7.4.530 to the repository.Bram Moolenaar2014-11-274-0/+239
|
* updated for version 7.4.534v7.4.534Bram Moolenaar2014-11-272-5/+8
| | | | | Problem: Warnings when compiling if_ruby.c. Solution: Avoid the warnings. (Ken Takata)
* updated for version 7.4.533v7.4.533Bram Moolenaar2014-11-272-17/+19
| | | | | Problem: ":hardcopy" leaks memory in case of errors. Solution: Free memory in all code paths. (Christian Brabandt)
* updated for version 7.4.532v7.4.532Bram Moolenaar2014-11-272-22/+26
| | | | | | Problem: When using 'incsearch' "2/pattern/e" highlights the first match. Solution: Move the code to set extra_col inside the loop for count. (Ozaki Kiichi)
* updated for version 7.4.531v7.4.531Bram Moolenaar2014-11-272-11/+10
| | | | | Problem: Comments about parsing an Ex command are wrong. Solution: Correct the steop numbers.
* updated for version 7.4.530v7.4.530Bram Moolenaar2014-11-2713-705/+1665
| | | | | | | | Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski)