summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-04-20patch 7.4.1759v7.4.1759Bram Moolenaar
Problem: When using feedkeys() in a timer the inserted characters are not used right away. Solution: Break the wait loop when characters have been added to typebuf. use this for testing CursorHoldI.
2016-04-20patch 7.4.1758v7.4.1758Bram Moolenaar
Problem: Triggering CursorHoldI when in CTRL-X mode causes problems. Solution: Do not trigger CursorHoldI in CTRL-X mode. Add "!" flag to feedkeys() (test with that didn't work though).
2016-04-20patch 7.4.1757v7.4.1757Bram Moolenaar
Problem: When using complete() it may set 'modified' even though nothing was inserted. Solution: Use Down/Up instead of Next/Previous match. (Shougo, closes #745)
2016-04-20patch 7.4.1756v7.4.1756Bram Moolenaar
Problem: "dll" options are not expanded. Solution: Expand environment variables. (Ozaki Kiichi)
2016-04-20patch 7.4.1755v7.4.1755Bram Moolenaar
Problem: When using getreg() on a non-existing register a NULL list is returned. (Bjorn Linse) Solution: Allocate an empty list. Add a test.
2016-04-20patch 7.4.1754v7.4.1754Bram Moolenaar
Problem: When 'filetype' was set and reloading a buffer which does not cause it to be set, the syntax isn't loaded. (KillTheMule) Solution: Remember whether the FileType event was fired and fire it if not. (Anton Lindqvist, closes #747)
2016-04-20patch 7.4.1753v7.4.1753Bram Moolenaar
Problem: "noinsert" in 'completeopt' is sometimes ignored. Solution: Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
2016-04-18Add missing test file.Bram Moolenaar
2016-04-18patch 7.4.1752v7.4.1752Bram Moolenaar
Problem: When adding to the quickfix list the current position is reset. Solution: Do not reset the position when not needed. (Yegappan Lakshmanan)
2016-04-18patch 7.4.1751v7.4.1751Bram Moolenaar
Problem: Crash when 'tagstack' is off. (Dominique Pelle) Solution: Fix it. (Hirohito Higashi)
2016-04-18patch 7.4.1750v7.4.1750Bram Moolenaar
Problem: When a buffer gets updated while in command line mode, the screen may be messed up. Solution: Postpone the redraw when the screen is scrolled.
2016-04-17patch 7.4.1749v7.4.1749Bram Moolenaar
Problem: When using GTK 3.20 there are a few warnings. Solution: Use new functions when available. (Kazunobu Kuriyama)
2016-04-16Add missing test file.Bram Moolenaar
2016-04-16patch 7.4.1748v7.4.1748Bram Moolenaar
Problem: "gD" does not find match in first column of first line. (Gary Johnson) Solution: Accept match at the cursor.
2016-04-15patch 7.4.1747v7.4.1747Bram Moolenaar
Problem: Coverity: missing check for NULL pointer. Solution: Check for out of memory.
2016-04-15patch 7.4.1746v7.4.1746Bram Moolenaar
Problem: Memory leak in Perl. Solution: Decrement the reference count. Add a test. (Damien)
2016-04-15patch 7.4.1745v7.4.1745Bram Moolenaar
Problem: README file is not clear about where to get Vim. Solution: Add links to github, releases and the Windows installer. (Suggested by Christian Brabandt)
2016-04-15patch 7.4.1744v7.4.1744Bram Moolenaar
Problem: Python: Converting a sequence may leak memory. Solution: Decrement a reference. (Nikolay Pavlov)
2016-04-14patch 7.4.1743v7.4.1743Bram Moolenaar
Problem: Clang warns for uninitialzed variable. (Michael Jarvis) Solution: Initialize it.
2016-04-14patch 7.4.1742v7.4.1742Bram Moolenaar
Problem: strgetchar() does not work correctly. Solution: use mb_cptr2len(). Add a test. (Naruhiko Nishino)
2016-04-14patch 7.4.1741v7.4.1741Bram Moolenaar
Problem: Not testing utf-8 characters. Solution: Move the right asserts to the test_expr_utf8 test.
2016-04-14patch 7.4.1740v7.4.1740Bram Moolenaar
Problem: syn-cchar defined with matchadd() does not appear if there are no other syntax definitions which matches buffer text. Solution: Check for startcol. (Ozaki Kiichi, haya14busa, closes #757)
2016-04-14patch 7.4.1739v7.4.1739Bram Moolenaar
Problem: Messages test fails on MS-Windows. Solution: Adjust the asserts. Skip the "messages maintainer" line if not showing all messages.
2016-04-14patch 7.4.1738v7.4.1738Bram Moolenaar
Problem: Count for ":messages" depends on number of lines. Solution: Add ADDR_OTHER address type.
2016-04-14patch 7.4.1737v7.4.1737Bram Moolenaar
Problem: Argument marked as unused is used. Solution: Remove UNUSED.
2016-04-14patch 7.4.1736v7.4.1736Bram Moolenaar
Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto)
2016-04-14patch 7.4.1735v7.4.1735Bram Moolenaar
Problem: It is not possible to only see part of the message history. It is not possible to clear messages. Solution: Add a count to ":messages" and a clear argument. (Yasuhiro Matsumoto)
2016-04-14patch 7.4.1734v7.4.1734Bram Moolenaar
Problem: Test fails when not using utf-8. Solution: Split test in regularand utf-8 part.
2016-04-14patch 7.4.1733v7.4.1733Bram Moolenaar
Problem: "make install" doesn't know about cross-compiling. (Christian Neukirchen) Solution: Add CROSS_COMPILING. (closes #740)
2016-04-14patch 7.4.1732v7.4.1732Bram Moolenaar
Problem: Folds may close when using autocomplete. (Anmol Sethi) Solution: Increment/decrement disable_fold. (Christian Brabandt, closes #643)
2016-04-14patch 7.4.1731v7.4.1731Bram Moolenaar
Problem: Python: turns partial into simple funcref. Solution: Use partials like partials. (Nikolai Pavlov, closes #734)
2016-04-14patch 7.4.1730v7.4.1730Bram Moolenaar
Problem: It is not easy to get a character out of a string. Solution: Add strgetchar() and strcharpart().
2016-04-14patch 7.4.1729v7.4.1729Bram Moolenaar
Problem: The Perl interface cannot use 'print' operator for writing directly in standard IO. Solution: Add a minimal implementation of PerlIO Layer feature and try to use it for STDOUT/STDERR. (Damien)
2016-04-14patch 7.4.1728v7.4.1728Bram Moolenaar
Problem: The help for functions require a space after the "(". Solution: Make CTRL-] on a function name ignore the arguments. (Hirohito Higashi)
2016-04-14patch 7.4.1727v7.4.1727Bram Moolenaar
Problem: Cannot detect a crash in tests when caused by garbagecollect(). Solution: Add garbagecollect_for_testing(). Do not free a job if is still useful.
2016-04-13patch 7.4.1726v7.4.1726Bram Moolenaar
Problem: ANSI compiler complains about string length. Solution: Split long string in two parts. (Michael Jarvis)
2016-04-12patch 7.4.1725v7.4.1725Bram Moolenaar
Problem: Compiler errors for non-ANSI compilers. Solution: Remove // comment. Remove comma at end of enum. (Michael Jarvis)
2016-04-12Updated runtime files.Bram Moolenaar
2016-04-11patch 7.4.1724v7.4.1724Bram Moolenaar
Problem: Tabline test fails in GUI. Solution: Remove 'e' from 'guioptions'.
2016-04-11patch 7.4.1723v7.4.1723Bram Moolenaar
Problem: When using try/catch in 'tabline' it is still considered an error and the tabline will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #746)
2016-04-11patch 7.4.1722v7.4.1722Bram Moolenaar
Problem: Crash when calling garbagecollect() after starting a job. Solution: Set the copyID on job and channel. (Hirohito Higashi, Ozaki Kiichi)
2016-04-10Updated runtime files.Bram Moolenaar
2016-04-08patch 7.4.1721v7.4.1721Bram Moolenaar
Problem: The vimtbar files are unused. Solution: Remove them. (Ken Takata)
2016-04-08patch 7.4.1720v7.4.1720Bram Moolenaar
Problem: Tests fail without the job feature. Solution: Skip tests when the job feature is not present.
2016-04-08patch 7.4.1719v7.4.1719Bram Moolenaar
Problem: Leaking memory when there is a cycle involving a job and a partial. Solution: Add a copyID to job and channel. Set references in items referred by them. Go through all jobs and channels to find unreferenced items. Also, decrement reference counts when garbage collecting.
2016-04-07patch 7.4.1718v7.4.1718Bram Moolenaar
Problem: Coverity: not using return value of set_ref_in_item(). Solution: Use the return value.
2016-04-07patch 7.4.1717v7.4.1717Bram Moolenaar
Problem: Leaking memory when opening a channel fails. Solution: Unreference partials in job options.
2016-04-06patch 7.4.1716v7.4.1716Bram Moolenaar
Problem: 'autochdir' doesn't work for the first file. (Rob Hoelz) Solution: Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)
2016-04-06patch 7.4.1715v7.4.1715Bram Moolenaar
Problem: Double free when a partial is in a cycle with a list or dict. (Nikolai Pavlov) Solution: Do not free a nested list or dict used by the partial.
2016-04-05patch 7.4.1714v7.4.1714Bram Moolenaar
Problem: Non-GUI specific settings in the gvimrc_example file. Solution: Move some settings to the vimrc_example file. Remove setting 'hlsearch' again. (suggested by Hirohito Higashi)