summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* updated for version 7.4.529v7.4.529Bram Moolenaar2014-11-273-16/+32
| | | | | Problem: No test for what 7.4.517 fixes. Solution: Adjust the tests for breakindent. (Christian Brabandt)
* updated for version 7.4.528v7.4.528Bram Moolenaar2014-11-272-0/+12
| | | | | Problem: Crash when using matchadd() (Yasuhiro Matsumoto) Solution: Copy the match regprog.
* updated for version 7.4.527v7.4.527Bram Moolenaar2014-11-232-5/+7
| | | | | Problem: Still confusing regexp failure and NFA_TOO_EXPENSIVE. Solution: NFA changes equivalent of 7.4.526.
* updated for version 7.4.526v7.4.526Bram Moolenaar2014-11-202-12/+15
| | | | | Problem: matchstr() fails on long text. Daniel Hahler) Solution: Return NFA_TOO_EXPENSIVE from regexec_nl(). (Christian Brabandt)
* updated for version 7.4.525v7.4.525Bram Moolenaar2014-11-192-3/+8
| | | | | Problem: map() leaks memory when there is an error in the expression. Solution: Call clear_tv(). (Christian Brabandt)
* updated for version 7.4.524v7.4.524Bram Moolenaar2014-11-193-6/+8
| | | | | Problem: When using ":ownsyntax" spell checking is messed up. (Issue 78) Solution: Use the window-local option values. (Christian Brabandt)
* Update runtime files.Bram Moolenaar2014-11-196-37/+44
|
* updated for version 7.4.523v7.4.523Bram Moolenaar2014-11-192-0/+23
| | | | | | Problem: When the X11 server is stopped and restarted, while Vim is kept in the background, copy/paste no longer works. (Issue 203) Solution: Setup the clipboard again. (Christian Brabandt)
* updated for version 7.4.522v7.4.522Bram Moolenaar2014-11-192-1/+3
| | | | | Problem: Specifying wrong buffer size for GetLongPathName(). Solution: Use the actual size. (Ken Takata)
* updated for version 7.4.521v7.4.521Bram Moolenaar2014-11-192-0/+5
| | | | | | Problem: When using "vep" a mark is moved to the next line. (Maxi Padulo, Issue 283) Solution: Decrement the line number. (Christian Brabandt)
* updated for version 7.4.520v7.4.520Bram Moolenaar2014-11-192-0/+3
| | | | | Problem: Sun PCK locale is not recognzed. Solution: Add PCK in the table. (Keiichi Oono)
* updated for version 7.4.519v7.4.519Bram Moolenaar2014-11-1910-64/+98
| | | | | Problem: Crash when using syntax highlighting. Solution: When regprog is freed and replaced, store the result.
* updated for version 7.4.518v7.4.518Bram Moolenaar2014-11-192-1/+3
| | | | | Problem: Using status line height in width computations. Solution: Use one instead. (Hirohito Higashi)
* updated for version 7.4.517v7.4.517Bram Moolenaar2014-11-192-0/+6
| | | | | | Problem: With a wrapping line the cursor may not end up in the right place. (Nazri Ramliy) Solution: Adjust n_extra for a Tab that wraps. (Christian Brabandt)
* Update translations.Bram Moolenaar2014-11-135-352/+775
|
* Update runtime files.Bram Moolenaar2014-11-138-36/+41
|
* updated for version 7.4.516v7.4.516Bram Moolenaar2014-11-122-2/+4
| | | | | | Problem: Completing a function name containing a # does not work. Issue 253. Solution: Recognize the # character. (Christian Brabandt)
* updated for version 7.4.515v7.4.515Bram Moolenaar2014-11-122-60/+72
| | | | | | Problem: In a help buffer the global 'foldmethod' is used. (Paul Marshall) Solution: Reset 'foldmethod' when starting to edit a help file. Move the code to a separate function.
* updated for version 7.4.514v7.4.514Bram Moolenaar2014-11-122-0/+4
| | | | | Problem: Memory access error. (Dominique Pelle) Solution: Update tpos. (Christian Brabandt)
* updated for version 7.4.513v7.4.513Bram Moolenaar2014-11-122-0/+4
| | | | | | Problem: Crash because reference count is wrong for list returned by getreg(). Solution: Increment the reference count. (Kimmy Lindvall)
* updated for version 7.4.512v7.4.512Bram Moolenaar2014-11-124-2/+8
| | | | | Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
* updated for version 7.4.511v7.4.511Bram Moolenaar2014-11-122-1/+4
| | | | | | Problem: Generating proto for if_ruby.c uses type not defined elsewhere. Solution: Do not generate a prototype for rb_gc_writebarrier_unprotect_promoted()
* updated for version 7.4.510v7.4.510Bram Moolenaar2014-11-122-4/+5
| | | | | Problem: "-fwrapv" argument breaks use of cproto. Solution: Remove the alphabetic arguments in a drastic way.
* updated for version 7.4.509v7.4.509Bram Moolenaar2014-11-126-0/+27
| | | | | Problem: Users are not aware their encryption is weak. Solution: Give a warning when prompting for the key.
* updated for version 7.4.508v7.4.508Bram Moolenaar2014-11-122-2/+3
| | | | | Problem: When generating ja.sjis.po the header is not correctly adjusted. Solution: Check for the right header string. (Ken Takata)
* updated for version 7.4.507v7.4.507Bram Moolenaar2014-11-062-2/+4
| | | | | Problem: Building with MingW and Perl. Solution: Remove quotes. (Ken Takata)
* updated for version 7.4.506v7.4.506Bram Moolenaar2014-11-052-1/+3
| | | | | Problem: MS-Windows: Cannot open a file with 259 characters. Solution: Fix off-by-one error. (Ken Takata)
* updated for version 7.4.505v7.4.505Bram Moolenaar2014-11-052-0/+16
| | | | | | | Problem: On MS-Windows when 'encoding' is a double-byte encoding a file name longer than MAX_PATH bytes but shorter than that in characters causes problems. Solution: Fail on file names longer than MAX_PATH bytes. (Ken Takata)
* updated for version 7.4.504v7.4.504Bram Moolenaar2014-11-052-7/+4
| | | | | | Problem: Restriction of the MS-Windows installer that the path must end in "Vim" prevents installing more than one version. Solution: Remove the restriction. (Tim Lebedkov)
* updated for version 7.4.503v7.4.503Bram Moolenaar2014-11-056-8/+49
| | | | | Problem: Cannot append a list of lines to a file. Solution: Add the append option to writefile(). (Yasuhiro Matsumoto)
* updated for version 7.4.502v7.4.502Bram Moolenaar2014-11-056-4/+42
| | | | | | Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt)
* updated for version 7.4.501v7.4.501Bram Moolenaar2014-11-052-1/+3
| | | | | Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
* Update runtime files.Bram Moolenaar2014-11-0510-43/+89
|
* updated for version 7.4.500v7.4.500Bram Moolenaar2014-11-052-3/+4
| | | | | Problem: Test 72 still fails once in a while. Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata)
* updated for version 7.4.499v7.4.499Bram Moolenaar2014-11-052-1/+5
| | | | | | Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi)
* updated for version 7.4.498v7.4.498Bram Moolenaar2014-11-052-1/+3
| | | | | Problem: Typo in DOS makefile. Solution: Change exists to exist. (Ken Takata)
* updated for version 7.4.497v7.4.497Bram Moolenaar2014-11-0514-45/+244
| | | | | | | Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
* updated for version 7.4.496v7.4.496Bram Moolenaar2014-11-057-1550/+923
| | | | | Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
* updated for version 7.4.495v7.4.495Bram Moolenaar2014-11-052-1/+22
| | | | | Problem: XPM isn't used correctly in the Cygwin Makefile. Solution: Include the rules like in Make_ming.mak. (Ken Takata)
* updated for version 7.4.494v7.4.494Bram Moolenaar2014-11-052-1/+10
| | | | | | Problem: Cursor shape is wrong after a CompleteDone autocommand. Solution: Update the cursor and mouse shape after ":normal" restores the state. (Jacob Niehus)
* updated for version 7.4.493v7.4.493Bram Moolenaar2014-10-312-0/+9
| | | | | | | Problem: A TextChanged autocommand is triggered when saving a file. (William Gardner) Solution: Update last_changedtick after calling unchanged(). (Christian Brabandt)
* updated for version 7.4.492v7.4.492Bram Moolenaar2014-10-314-2/+14
| | | | | | | Problem: In Insert mode, after inserting a newline that inserts a comment leader, CTRL-O moves to the right. (ZyX) Issue 57. Solution: Correct the condition for moving the cursor back to the NUL. (Christian Brabandt)