summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-30updated for version 7.4.538Bram Moolenaar
Problem: Tests fail with small features plus Python. Solution: Disallow weird combination of options. Do not set "fdm" when folding is disabled.
2014-11-27updated for version 7.4.537Bram Moolenaar
Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
2014-11-27updated for version 7.4.536Bram Moolenaar
Problem: Test 63 fails when using a black&white terminal. Solution: Add attributes for a non-color terminal. (Christian Brabandt)
2014-11-27updated for version 7.4.535Bram Moolenaar
Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
2014-11-27Add files added by patch 7.4.530 to the repository.Bram Moolenaar
2014-11-27updated for version 7.4.534Bram Moolenaar
Problem: Warnings when compiling if_ruby.c. Solution: Avoid the warnings. (Ken Takata)
2014-11-27updated for version 7.4.533Bram Moolenaar
Problem: ":hardcopy" leaks memory in case of errors. Solution: Free memory in all code paths. (Christian Brabandt)
2014-11-27updated for version 7.4.532Bram Moolenaar
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)
2014-11-27updated for version 7.4.531Bram Moolenaar
Problem: Comments about parsing an Ex command are wrong. Solution: Correct the steop numbers.
2014-11-27updated for version 7.4.530Bram Moolenaar
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)
2014-11-27updated for version 7.4.529Bram Moolenaar
Problem: No test for what 7.4.517 fixes. Solution: Adjust the tests for breakindent. (Christian Brabandt)
2014-11-27updated for version 7.4.528Bram Moolenaar
Problem: Crash when using matchadd() (Yasuhiro Matsumoto) Solution: Copy the match regprog.
2014-11-23updated for version 7.4.527Bram Moolenaar
Problem: Still confusing regexp failure and NFA_TOO_EXPENSIVE. Solution: NFA changes equivalent of 7.4.526.
2014-11-20updated for version 7.4.526Bram Moolenaar
Problem: matchstr() fails on long text. Daniel Hahler) Solution: Return NFA_TOO_EXPENSIVE from regexec_nl(). (Christian Brabandt)
2014-11-19updated for version 7.4.525Bram Moolenaar
Problem: map() leaks memory when there is an error in the expression. Solution: Call clear_tv(). (Christian Brabandt)
2014-11-19updated for version 7.4.524Bram Moolenaar
Problem: When using ":ownsyntax" spell checking is messed up. (Issue 78) Solution: Use the window-local option values. (Christian Brabandt)
2014-11-19Update runtime files.Bram Moolenaar
2014-11-19updated for version 7.4.523Bram Moolenaar
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)
2014-11-19updated for version 7.4.522Bram Moolenaar
Problem: Specifying wrong buffer size for GetLongPathName(). Solution: Use the actual size. (Ken Takata)
2014-11-19updated for version 7.4.521Bram Moolenaar
Problem: When using "vep" a mark is moved to the next line. (Maxi Padulo, Issue 283) Solution: Decrement the line number. (Christian Brabandt)
2014-11-19updated for version 7.4.520Bram Moolenaar
Problem: Sun PCK locale is not recognzed. Solution: Add PCK in the table. (Keiichi Oono)
2014-11-19updated for version 7.4.519Bram Moolenaar
Problem: Crash when using syntax highlighting. Solution: When regprog is freed and replaced, store the result.
2014-11-19updated for version 7.4.518Bram Moolenaar
Problem: Using status line height in width computations. Solution: Use one instead. (Hirohito Higashi)
2014-11-19updated for version 7.4.517Bram Moolenaar
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)
2014-11-13Update translations.Bram Moolenaar
2014-11-13Update runtime files.Bram Moolenaar
2014-11-12updated for version 7.4.516Bram Moolenaar
Problem: Completing a function name containing a # does not work. Issue 253. Solution: Recognize the # character. (Christian Brabandt)
2014-11-12updated for version 7.4.515Bram Moolenaar
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.
2014-11-12updated for version 7.4.514Bram Moolenaar
Problem: Memory access error. (Dominique Pelle) Solution: Update tpos. (Christian Brabandt)
2014-11-12updated for version 7.4.513Bram Moolenaar
Problem: Crash because reference count is wrong for list returned by getreg(). Solution: Increment the reference count. (Kimmy Lindvall)
2014-11-12updated for version 7.4.512Bram Moolenaar
Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
2014-11-12updated for version 7.4.511Bram Moolenaar
Problem: Generating proto for if_ruby.c uses type not defined elsewhere. Solution: Do not generate a prototype for rb_gc_writebarrier_unprotect_promoted()
2014-11-12updated for version 7.4.510Bram Moolenaar
Problem: "-fwrapv" argument breaks use of cproto. Solution: Remove the alphabetic arguments in a drastic way.
2014-11-12updated for version 7.4.509Bram Moolenaar
Problem: Users are not aware their encryption is weak. Solution: Give a warning when prompting for the key.
2014-11-12updated for version 7.4.508Bram Moolenaar
Problem: When generating ja.sjis.po the header is not correctly adjusted. Solution: Check for the right header string. (Ken Takata)
2014-11-06updated for version 7.4.507Bram Moolenaar
Problem: Building with MingW and Perl. Solution: Remove quotes. (Ken Takata)
2014-11-05updated for version 7.4.506Bram Moolenaar
Problem: MS-Windows: Cannot open a file with 259 characters. Solution: Fix off-by-one error. (Ken Takata)
2014-11-05updated for version 7.4.505Bram Moolenaar
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)
2014-11-05updated for version 7.4.504Bram Moolenaar
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)
2014-11-05updated for version 7.4.503Bram Moolenaar
Problem: Cannot append a list of lines to a file. Solution: Add the append option to writefile(). (Yasuhiro Matsumoto)
2014-11-05updated for version 7.4.502Bram Moolenaar
Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt)
2014-11-05updated for version 7.4.501Bram Moolenaar
Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
2014-11-05Update runtime files.Bram Moolenaar
2014-11-05updated for version 7.4.500Bram Moolenaar
Problem: Test 72 still fails once in a while. Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata)
2014-11-05updated for version 7.4.499Bram Moolenaar
Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi)
2014-11-05updated for version 7.4.498Bram Moolenaar
Problem: Typo in DOS makefile. Solution: Change exists to exist. (Ken Takata)
2014-11-05updated for version 7.4.497Bram Moolenaar
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)
2014-11-05updated for version 7.4.496Bram Moolenaar
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
2014-11-05updated for version 7.4.495Bram Moolenaar
Problem: XPM isn't used correctly in the Cygwin Makefile. Solution: Include the rules like in Make_ming.mak. (Ken Takata)
2014-11-05updated for version 7.4.494Bram Moolenaar
Problem: Cursor shape is wrong after a CompleteDone autocommand. Solution: Update the cursor and mouse shape after ":normal" restores the state. (Jacob Niehus)