summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2295v7.4.2295Bram Moolenaar2016-08-302-2/+7
| | | | | Problem: Cscope test fails. Solution: Avoid checking for specific line and column numbers.
* patch 7.4.2294v7.4.2294Bram Moolenaar2016-08-292-2/+8
| | | | | | | Problem: Sign test fails on MS-Windows when using the distributed zip archives. Solution: Create dummy files instead of relying on files in the pixmaps directory.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-29153-154/+156
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.2292v7.4.2292Bram Moolenaar2016-08-292-1/+3
| | | | | Problem: Not all systems understand %F in printf(). Solution: Use %f.
* patch 7.4.2291v7.4.2291Bram Moolenaar2016-08-294-45/+107
| | | | | Problem: printf() handles floats wrong when there is a sign. Solution: Fix placing the sign. Add tests. (Dominique Pelle)
* patch 7.4.2290v7.4.2290Bram Moolenaar2016-08-282-0/+4
| | | | | Problem: Compiler warning in tiny build. (Tony Mechelynck) Solution: Add #ifdef around infinity_str().
* patch 7.4.2289v7.4.2289Bram Moolenaar2016-08-282-1/+9
| | | | | | | Problem: When installing and $DESTDIR is set the icons probably won't be installed. Solution: Create the icon directories if $DESTDIR is not empty. (Danek Duvall)
* patch 7.4.2288v7.4.2288Bram Moolenaar2016-08-284-8/+19
| | | | | Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
* patch 7.4.2287v7.4.2287Bram Moolenaar2016-08-283-2/+10
| | | | | Problem: The callback passed to ch_sendraw() is not used. Solution: Pass the read part, not the send part. (haya14busa, closes #1019)
* patch 7.4.2286v7.4.2286Bram Moolenaar2016-08-284-84/+17
| | | | | | | Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program.
* Updated runtime files.Bram Moolenaar2016-08-285-37/+460
|
* patch 7.4.2285v7.4.2285Bram Moolenaar2016-08-2811-13/+47
| | | | | Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
* patch 7.4.2284v7.4.2284Bram Moolenaar2016-08-282-10/+3
| | | | | Problem: Comment in scope header file is outdated. (KillTheMule) Solution: Point to the help instead. (closes #1017)
* patch 7.4.2283v7.4.2283Bram Moolenaar2016-08-282-0/+3
| | | | | Problem: Part of ":oldfiles" command isn't cleared. (Lifepillar) Solution: Clear the rest of the line. (closes 1018)
* patch 7.4.2282v7.4.2282Bram Moolenaar2016-08-282-3/+14
| | | | | | Problem: When a child process is very fast waiting 10 msec for it is noticeable. (Ramel Eshed) Solution: Start waiting for 1 msec and gradually increase.
* patch 7.4.2281v7.4.2281Bram Moolenaar2016-08-282-3/+5
| | | | | Problem: Timer test fails sometimes. Solution: Reduce minimum time by 1 msec.
* patch 7.4.2280v7.4.2280Bram Moolenaar2016-08-283-43/+132
| | | | | Problem: printf() doesn't handle infinity float values correctly. Solution: Add a table with possible infinity values. (Dominique Pelle)
* patch 7.4.2279v7.4.2279Bram Moolenaar2016-08-284-2/+20
| | | | | | Problem: Starting diff mode with the cursor in the last line might end up only showing one closed fold. (John Beckett) Solution: Scroll the window to show the same relative cursor position.
* patch 7.4.2278v7.4.2278Bram Moolenaar2016-08-282-1/+6
| | | | | Problem: New users have no idea of the 'scrolloff' option. Solution: Set 'scrolloff' in defaults.vim.
* patch 7.4.2277v7.4.2277Bram Moolenaar2016-08-282-2/+3
| | | | | | Problem: Memory leak in getbufinfo() when there is a sign. (Dominique Pelle) Solution: Remove extra vim_strsave().
* patch 7.4.2276v7.4.2276Bram Moolenaar2016-08-282-0/+3
| | | | | Problem: Command line test fails on Windows when run twice. Solution: Wipe the buffer so that the directory can be deleted.
* patch 7.4.2275v7.4.2275Bram Moolenaar2016-08-273-2/+24
| | | | | Problem: ":diffoff!" does not remove filler lines. Solution: Force a redraw and invalidate the cursor. (closes #1014)
* Updated runtime files and translations.Bram Moolenaar2016-08-2711-787/+959
|
* patch 7.4.2274v7.4.2274Bram Moolenaar2016-08-273-11/+37
| | | | | | Problem: Command line completion on "find **/filename" drops sub-directory. Solution: Handle this case separately. (Harm te Hennepe, closes #932, closes #939)
* patch 7.4.2273v7.4.2273Bram Moolenaar2016-08-275-32/+93
| | | | | | Problem: getwininfo() and getbufinfo() are inefficient. Solution: Do not make a copy of all window/buffer-local options. Make it possible to get them with gettabwinvar() or getbufvar().
* patch 7.4.2272v7.4.2272Bram Moolenaar2016-08-272-15/+8
| | | | | | Problem: getbufinfo(), getwininfo() and gettabinfo() are inefficient. Solution: Instead of making a copy of the variables dictionary, use a reference.
* patch 7.4.2271v7.4.2271Bram Moolenaar2016-08-272-1/+3
| | | | | Problem: Netbeans test doesn't read settings from file. Solution: Use "-Xnbauth".
* patch 7.4.2270v7.4.2270Bram Moolenaar2016-08-272-1/+39
| | | | | Problem: Insufficient testing for NUL bytes on a raw channel. Solution: Add a test for writing and reading.
* patch 7.4.2269v7.4.2269Bram Moolenaar2016-08-273-3/+35
| | | | | | | Problem: Using 'hlsearch' highlighting instead of matchpos if there is no search match. Solution: Pass NULL as last item to next_search_hl() when searching for 'hlsearch' match. (Shane Harper, closes #1013)
* patch 7.4.2268v7.4.2268Bram Moolenaar2016-08-274-119/+129
| | | | | Problem: Using CTRL-N and CTRL-P for incsearch shadows completion keys. Solution: Use CTRL-T and CTRL-G instead.
* patch 7.4.2267v7.4.2267Bram Moolenaar2016-08-272-0/+3
| | | | | Problem: Build fails on MS-Windows. Solution: Add define to get isinf().
* patch 7.4.2266v7.4.2266Bram Moolenaar2016-08-273-7/+32
| | | | | | Problem: printf() test fails on Windows. "-inf" is not used. Solution: Check for Windows-specific values for "nan". Add sign to "inf" when appropriate.
* patch 7.4.2265v7.4.2265Bram Moolenaar2016-08-272-0/+95
| | | | | Problem: printf() isn't tested much. Solution: Add more tests for printf(). (Dominique Pelle)
* patch 7.4.2264v7.4.2264Bram Moolenaar2016-08-273-2/+25
| | | | | Problem: When adding entries to an empty quickfix list the title is reset. Solution: Improve handling of the title. (Yegappan Lakshmanan)
* patch 7.4.2263v7.4.2263Bram Moolenaar2016-08-268-6/+68
| | | | | | | Problem: :filter does not work for many commands. Can only get matching messages. Solution: Make :filter work for :command, :map, :list, :number and :print. Make ":filter!" show non-matching lines.
* patch 7.4.2262v7.4.2262Bram Moolenaar2016-08-263-1/+16
| | | | | | Problem: Fail to read register content from viminfo if it is 438 characters long. (John Chen) Solution: Adjust the check for line wrapping. (closes #1010)
* patch 7.4.2261v7.4.2261Bram Moolenaar2016-08-262-1/+4
| | | | | Problem: Build fails with small features. Solution: Move "else" inside the #ifdef.
* Updated runtime files. Add Scala files.Bram Moolenaar2016-08-2634-2005/+3411
|
* patch 7.4.2260v7.4.2260Bram Moolenaar2016-08-262-3/+5
| | | | | Problem: Channel test is flaky. Solution: Add a newline to separate JSON messages.
* patch 7.4.2259v7.4.2259Bram Moolenaar2016-08-266-28/+393
| | | | | | Problem: With 'incsearch' can only see the next match. Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian Brabandt)
* patch 7.4.2258v7.4.2258Bram Moolenaar2016-08-267-18/+53
| | | | | Problem: Two JSON messages are sent without a separator. Solution: Separate messages with a NL. (closes #1001)
* patch 7.4.2257v7.4.2257Bram Moolenaar2016-08-262-2/+4
| | | | | Problem: Coverity complains about not checking for NULL. Solution: Check for out of memory.
* patch 7.4.2256v7.4.2256Bram Moolenaar2016-08-262-6/+5
| | | | | Problem: Coverity complains about null pointer check. Solution: Remove wrong and superfluous error check.
* patch 7.4.2255v7.4.2255Bram Moolenaar2016-08-262-21/+57
| | | | | | Problem: The script that checks translations can't handle plurals. Solution: Check for plural msgid and msgstr entries. Leave the cursor on the first error.
* patch 7.4.2254v7.4.2254Bram Moolenaar2016-08-262-14/+13
| | | | | Problem: Compiler warnings in MzScheme code. Solution: Add UNUSED. Remove unreachable code.
* patch 7.4.2253v7.4.2253Bram Moolenaar2016-08-257-32/+3
| | | | | | Problem: Check for Windows 3.1 will always return false. (Christian Brabandt) Solution: Remove the dead code.
* patch 7.4.2252v7.4.2252Bram Moolenaar2016-08-252-2/+4
| | | | | Problem: Compiler warnings for signed/unsigned in expression. Solution: Remove type cast. (Dominique Pelle)
* patch 7.4.2251v7.4.2251Bram Moolenaar2016-08-243-5/+7
| | | | | Problem: In rare cases diffing 4 buffers is not enough. Solution: Raise the limit to 8. (closes #1000)
* patch 7.4.2250v7.4.2250Bram Moolenaar2016-08-246-17/+19
| | | | | Problem: Some error message cannot be translated. Solution: Enclose them in _() and N_(). (Dominique Pelle)
* patch 7.4.2249v7.4.2249Bram Moolenaar2016-08-242-3/+5
| | | | | Problem: Missing colon in error message. Solution: Add the colon. (Dominique Pelle)