May 2016 Archives by date
Starting: Thu May 5 15:11:13 UTC 2016
Ending: Tue May 31 01:00:13 UTC 2016
Messages: 182
- PCB quotation for quickturn and small volume
pcb2 at linetekpcb.com
- [vim] branch debian/sid updated (11dedcf -> 4d751f9)
James McCoy
- [vim] 01/139: patch 7.4.1690 Problem: Can't compile with the conceal feature but without multi-byte. Solution: Adjust #ifdef. (Owen Leibman)
James McCoy
- [vim] 02/139: patch 7.4.1691 Problem: When switching to a new buffer and an autocommand applies syntax highlighting an ml_get error may occur. Solution: Check "syn_buf" against the buffer in the window. (Alexander von Buddenbrock, closes #676)
James McCoy
- [vim] 03/139: patch 7.4.1692 Problem: feedkeys('i', 'x') gets stuck, waits for a character to be typed. Solution: Behave like ":normal". (Yasuhiro Matsumoto)
James McCoy
- [vim] 04/139: patch 7.4.1693 Problem: Building the Perl interface gives compiler warnings. Solution: Remove a pragma. Add noreturn attributes. (Damien)
James McCoy
- [vim] 05/139: Add json_test to gitignore (Hirohito Higashi)
James McCoy
- [vim] 06/139: patch 7.4.1694 Problem: Win32 gvim doesn't work with "dvorakj" input method. Solution: Wait for QS_ALLINPUT instead of QS_ALLEVENTS. (Yukihiro Nakadaira)
James McCoy
- [vim] 07/139: patch 7.4.1695 Problem: ":syn reset" clears the effect ":syn iskeyword". (James McCoy) Solution: Remove clearing the syntax keywords.
James McCoy
- [vim] 08/139: patch 7.4.1696 Problem: When using :stopinsert in a silent mapping the "INSERT" message isn't cleared. (Coacher) Solution: Always clear the message. (Christian Brabandt, closes #718)
James McCoy
- [vim] 09/139: patch 7.4.1697 Problem: Display problems when the 'ambiwidth' and 'emoji' options are not set properly or the terminal doesn't behave as expected. Solution: After drawing an ambiguous width character always position the cursor.
James McCoy
- [vim] 10/139: patch 7.4.1698 Problem: Two tests fail when running tests with MinGW. (Michael Soyka) Solution: Convert test_getcwd.ok test_wordcount.ok to unix fileformat.
James McCoy
- [vim] 11/139: patch 7.4.1699 Problem: :packadd does not work the same when used early or late. Solution: Always load plugins matching "plugin/**/*.vim".
James McCoy
- [vim] 12/139: patch 7.4.1700 Problem: Equivalence classes are not properly tested. Solution: Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)
James McCoy
- [vim] 13/139: patch 7.4.1701 Problem: Equivalence classes still tested in old style tests. Solution: Remove the duplicate.
James McCoy
- [vim] 14/139: patch 7.4.1702 Problem: Using freed memory when parsing 'printoptions' fails. Solution: Save the old options and restore them in case of an error. (Dominique)
James McCoy
- [vim] 15/139: patch 7.4.1703 Problem: Can't assert for not equal and not matching. Solution: Add assert_notmatch() and assert_notequal().
James McCoy
- [vim] 16/139: patch 7.4.1704 Problem: Using freed memory with "wincmd p". (Dominique Pelle) Solution: Also clear "prevwin" in other tab pages.
James McCoy
- [vim] 17/139: patch 7.4.1705 Problem: The 'guifont' option does not allow for a quality setting. Solution: Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)
James McCoy
- [vim] 18/139: patch 7.4.1706 Problem: Old style function declaration breaks build. Solution: Remove __ARGS().
James McCoy
- [vim] 19/139: patch 7.4.1707 Problem: Cannot use empty dictionary key, even though it can be useful. Solution: Allow using an empty dictionary key.
James McCoy
- [vim] 20/139: patch 7.4.1708 Problem: New regexp engine does not work properly with EBCDIC. Solution: Define equivalence class characters. (Owen Leibman)
James McCoy
- [vim] 21/139: patch 7.4.1709 Problem: Mistake in #ifdef. Solution: Change PROOF_QUALITY to DRAFT_QUALITY. (Ken Takata)
James McCoy
- [vim] 22/139: patch 7.4.1710 Problem: Not all output of an external command is read. Solution: Avoid timing out when the process has exited. (closes #681)
James McCoy
- [vim] 23/139: patch 7.4.1711 Problem: When using try/catch in 'statusline' it is still considered an error and the status line will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #729)
James McCoy
- [vim] 24/139: patch 7.4.1712 Problem: For plugins in packages, plugin authors need to take care of all dependencies. Solution: When loading "start" packages and for :packloadall, first add all directories to 'runtimepath' before sourcing plugins.
James McCoy
- [vim] 25/139: patch 7.4.1713 Problem: GTK GUI doesn't work on Wayland. Solution: Specify that only the X11 backend is allowed. (Simon McVittie)
James McCoy
- [vim] 26/139: patch 7.4.1714 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)
James McCoy
- [vim] 27/139: patch 7.4.1715 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.
James McCoy
- [vim] 28/139: patch 7.4.1716 Problem: 'autochdir' doesn't work for the first file. (Rob Hoelz) Solution: Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)
James McCoy
- [vim] 29/139: patch 7.4.1717 Problem: Leaking memory when opening a channel fails. Solution: Unreference partials in job options.
James McCoy
- [vim] 30/139: patch 7.4.1718 Problem: Coverity: not using return value of set_ref_in_item(). Solution: Use the return value.
James McCoy
- [vim] 31/139: patch 7.4.1719 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.
James McCoy
- [vim] 32/139: patch 7.4.1720 Problem: Tests fail without the job feature. Solution: Skip tests when the job feature is not present.
James McCoy
- [vim] 33/139: patch 7.4.1721 Problem: The vimtbar files are unused. Solution: Remove them. (Ken Takata)
James McCoy
- [vim] 34/139: Updated runtime files.
James McCoy
- [vim] 35/139: patch 7.4.1722 Problem: Crash when calling garbagecollect() after starting a job. Solution: Set the copyID on job and channel. (Hirohito Higashi, Ozaki Kiichi)
James McCoy
- [vim] 36/139: patch 7.4.1723 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)
James McCoy
- [vim] 37/139: patch 7.4.1724 Problem: Tabline test fails in GUI. Solution: Remove 'e' from 'guioptions'.
James McCoy
- [vim] 38/139: Updated runtime files.
James McCoy
- [vim] 39/139: patch 7.4.1725 Problem: Compiler errors for non-ANSI compilers. Solution: Remove // comment. Remove comma at end of enum. (Michael Jarvis)
James McCoy
- [vim] 40/139: patch 7.4.1726 Problem: ANSI compiler complains about string length. Solution: Split long string in two parts. (Michael Jarvis)
James McCoy
- [vim] 41/139: patch 7.4.1727 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.
James McCoy
- [vim] 42/139: patch 7.4.1728 Problem: The help for functions require a space after the "(". Solution: Make CTRL-] on a function name ignore the arguments. (Hirohito Higashi)
James McCoy
- [vim] 43/139: patch 7.4.1729 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)
James McCoy
- [vim] 44/139: patch 7.4.1730 Problem: It is not easy to get a character out of a string. Solution: Add strgetchar() and strcharpart().
James McCoy
- [vim] 45/139: patch 7.4.1731 Problem: Python: turns partial into simple funcref. Solution: Use partials like partials. (Nikolai Pavlov, closes #734)
James McCoy
- [vim] 46/139: patch 7.4.1732 Problem: Folds may close when using autocomplete. (Anmol Sethi) Solution: Increment/decrement disable_fold. (Christian Brabandt, closes #643)
James McCoy
- [vim] 47/139: patch 7.4.1733 Problem: "make install" doesn't know about cross-compiling. (Christian Neukirchen) Solution: Add CROSS_COMPILING. (closes #740)
James McCoy
- [vim] 48/139: patch 7.4.1734 Problem: Test fails when not using utf-8. Solution: Split test in regularand utf-8 part.
James McCoy
- [vim] 49/139: patch 7.4.1735 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)
James McCoy
- [vim] 50/139: patch 7.4.1736 Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto)
James McCoy
- [vim] 51/139: patch 7.4.1737 Problem: Argument marked as unused is used. Solution: Remove UNUSED.
James McCoy
- [vim] 52/139: patch 7.4.1738 Problem: Count for ":messages" depends on number of lines. Solution: Add ADDR_OTHER address type.
James McCoy
- [vim] 53/139: patch 7.4.1739 Problem: Messages test fails on MS-Windows. Solution: Adjust the asserts. Skip the "messages maintainer" line if not showing all messages.
James McCoy
- [vim] 54/139: patch 7.4.1740 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)
James McCoy
- [vim] 55/139: patch 7.4.1741 Problem: Not testing utf-8 characters. Solution: Move the right asserts to the test_expr_utf8 test.
James McCoy
- [vim] 56/139: patch 7.4.1742 Problem: strgetchar() does not work correctly. Solution: use mb_cptr2len(). Add a test. (Naruhiko Nishino)
James McCoy
- [vim] 57/139: patch 7.4.1743 Problem: Clang warns for uninitialzed variable. (Michael Jarvis) Solution: Initialize it.
James McCoy
- [vim] 58/139: patch 7.4.1744 Problem: Python: Converting a sequence may leak memory. Solution: Decrement a reference. (Nikolay Pavlov)
James McCoy
- [vim] 59/139: patch 7.4.1745 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)
James McCoy
- [vim] 60/139: patch 7.4.1746 Problem: Memory leak in Perl. Solution: Decrement the reference count. Add a test. (Damien)
James McCoy
- [vim] 61/139: patch 7.4.1747 Problem: Coverity: missing check for NULL pointer. Solution: Check for out of memory.
James McCoy
- [vim] 62/139: patch 7.4.1748 Problem: "gD" does not find match in first column of first line. (Gary Johnson) Solution: Accept match at the cursor.
James McCoy
- [vim] 63/139: Add missing test file.
James McCoy
- [vim] 64/139: patch 7.4.1749 Problem: When using GTK 3.20 there are a few warnings. Solution: Use new functions when available. (Kazunobu Kuriyama)
James McCoy
- [vim] 65/139: patch 7.4.1750 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.
James McCoy
- [vim] 66/139: patch 7.4.1751 Problem: Crash when 'tagstack' is off. (Dominique Pelle) Solution: Fix it. (Hirohito Higashi)
James McCoy
- [vim] 67/139: patch 7.4.1752 Problem: When adding to the quickfix list the current position is reset. Solution: Do not reset the position when not needed. (Yegappan Lakshmanan)
James McCoy
- [vim] 68/139: Add missing test file.
James McCoy
- [vim] 69/139: patch 7.4.1753 Problem: "noinsert" in 'completeopt' is sometimes ignored. Solution: Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
James McCoy
- [vim] 70/139: patch 7.4.1754 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)
James McCoy
- [vim] 71/139: patch 7.4.1755 Problem: When using getreg() on a non-existing register a NULL list is returned. (Bjorn Linse) Solution: Allocate an empty list. Add a test.
James McCoy
- [vim] 72/139: patch 7.4.1756 Problem: "dll" options are not expanded. Solution: Expand environment variables. (Ozaki Kiichi)
James McCoy
- [vim] 73/139: patch 7.4.1757 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)
James McCoy
- [vim] 74/139: patch 7.4.1758 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).
James McCoy
- [vim] 75/139: patch 7.4.1759 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.
James McCoy
- [vim] 76/139: patch 7.4.1760 Problem: Compiler warning for unused variable. Solution: Add #ifdef. (John Marriott)
James McCoy
- [vim] 77/139: Updated runtime files.
James McCoy
- [vim] 78/139: patch 7.4.1761 Problem: Coverity complains about ignoring return value. Solution: Add "(void)" to get rid of the warning.
James McCoy
- [vim] 79/139: patch 7.4.1762 Problem: Coverity: useless assignments. Solution: Remove them.
James McCoy
- [vim] 80/139: patch 7.4.1763 Problem: Coverity: useless assignment. Solution: Add #if 0.
James McCoy
- [vim] 81/139: patch 7.4.1765 Problem: Undo options are not together in the options window. Solution: Put them together. (Gary Johnson)
James McCoy
- [vim] 82/139: patch 7.4.1766 Problem: Building instructions for MS-Windows are outdated. Solution: Mention setting SDK_INCLUDE_DIR. (Ben Franklin, closes #771) Move outdated instructions further down.
James McCoy
- [vim] 83/139: updated runtime files. Add avra syntax.
James McCoy
- [vim] 84/139: patch 7.4.1767 Problem: When installing Vim on a GTK system the icon cache is not updated. Solution: Update the GTK icon cache when possible. (Kazunobu Kuriyama)
James McCoy
- [vim] 85/139: patch 7.4.1768 Problem: Arguments of setqflist() are not checked properly. Solution: Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi, closes #661)
James McCoy
- [vim] 86/139: patch 7.4.1769 Problem: No "closed", "errors" and "encoding" attribute on Python output. Solution: Add attributes and more tests. (Roland Puntaier, closes #622)
James McCoy
- [vim] 87/139: patch 7.4.1770 Problem: Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov)
James McCoy
- [vim] 88/139: patch 7.4.1771 Problem: Warning for unused variable. Solution: Add #ifdef. (John Marriott)
James McCoy
- [vim] 89/139: patch 7.4.1772 Problem: Installation fails when $GTK_UPDATE_ICON_CACHE is empty. Solution: Add quotes. (Kazunobu Kuriyama)
James McCoy
- [vim] 90/139: patch 7.4.1773 Problem: Compiler warnings. (Dominique Pelle) Solution: Add UNUSED. Add type cast. Avoid a buffer overflow.
James McCoy
- [vim] 91/139: patch 7.4.1774 Problem: Cterm true color feature has warnings. Solution: Add type casts.
James McCoy
- [vim] 92/139: patch 7.4.1775 Problem: The rgb.txt file is not installed. Solution: Install the file. (Christian Brabandt)
James McCoy
- [vim] 93/139: patch 7.4.1776 Problem: Using wrong buffer length. Solution: use the right name. (Kazunobu Kuriyama)
James McCoy
- [vim] 94/139: patch 7.4.1777 Problem: Newly added features can escape the sandbox. Solution: Add checks for restricted and secure. (Yasuhiro Matsumoto)
James McCoy
- [vim] 95/139: patch 7.4.1778 Problem: When using the term truecolor feature, the t_8f and t_8b termcap options are not set by default. Solution: Move the values to before BT_EXTRA_KEYS. (Christian Brabandt)
James McCoy
- [vim] 96/139: patch 7.4.1779 Problem: Using negative index in strcharpart(). (Yegappan Lakshmanan) Solution: Assume single byte when using a negative iindex.
James McCoy
- [vim] 97/139: patch 7.4.1780 Problem: Warnings reported by cppcheck. Solution: Fix the warnings. (Dominique Pelle)
James McCoy
- [vim] 98/139: patch 7.4.1781 Problem: synIDattr() does not respect 'guicolors'. Solution: Change the conditition for the mode. (Christian Brabandt)
James McCoy
- [vim] 99/139: patch 7.4.1782 Problem: strcharpart() does not work properly with some multi-byte characters. Solution: Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi)
James McCoy
- [vim] 100/139: patch 7.4.1783 Problem: The old regexp engine doesn't handle character classes correctly. (Manuel Ortega) Solution: Use regmbc() instead of regc(). Add a test.
James McCoy
- [vim] 101/139: patch 7.4.1784 Problem: The termtruecolor feature is enabled differently from many other features. Solution: Enable the termtruecolor feature for the big build, not through configure.
James McCoy
- [vim] 102/139: patch 7.4.1785 Problem: Regexp test fails on windows. Solution: set 'isprint' to the right value for testing.
James McCoy
- [vim] 103/139: patch 7.4.1786 Problem: Compiled-in colors do not match rgb.txt. Solution: Use the rgb.txt colors. (Kazunobu Kuriyama)
James McCoy
- [vim] 104/139: patch 7.4.1787 Problem: When a job ends the close callback is invoked before other callbacks. On Windows the close callback is not called. Solution: First invoke out/err callbacks before the close callback. Make the close callback work on Windows.
James McCoy
- [vim] 105/139: patch 7.4.1788 Problem: NSIS script is missing packages. Solution: Add the missing directories. (Ken Takata)
James McCoy
- [vim] 106/139: patch 7.4.1789 Problem: Cannot use ch_read() in the close callback. Solution: Do not discard the channel if there is readahead. Do not discard readahead if there is a close callback.
James McCoy
- [vim] 107/139: patch 7.4.1790 Problem: Leading white space in a job command matters. (Andrew Stewart) Solution: Skip leading white space.
James McCoy
- [vim] 108/139: patch 7.4.1791 Problem: Channel could be garbage collected too early. Solution: Don't free a channel or remove it from a job when it is still useful.
James McCoy
- [vim] 109/139: patch 7.4.1792 Problem: Color name decoding is implemented several times. Solution: Move it to term.c. (Christian Brabandt)
James McCoy
- [vim] 110/139: patch 7.4.1793 Problem: Some character classes may differ between systems. On OS/X the regexp test fails. Solution: Make this less dependent on the system. (idea by Kazunobu Kuriyama)
James McCoy
- [vim] 111/139: patch 7.4.1794 Problem: Can't build on MS-Windows. Solution: Add missing declaration.
James McCoy
- [vim] 112/139: patch 7.4.1795 Problem: Compiler warning for redefining RGB. (John Marriott) Solution: Rename it to TORGB.
James McCoy
- [vim] 113/139: patch 7.4.1796 Problem: Colors are wrong on MS-Windows. (Christian Robinson) Solution: Use existing RGB macro if it exists. (Ken Takata)
James McCoy
- [vim] 114/139: patch 7.4.1797 Problem: Warning from Windows 64 bit compiler. Solution: Change int to size_t. (Mike Williams)
James McCoy
- [vim] 115/139: patch 7.4.1798 Problem: Still compiler warning for unused return value. (Charles Campbell) Solution: Assign to ignoredp.
James McCoy
- [vim] 116/139: patch 7.4.1799 Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)
James McCoy
- [vim] 117/139: patch 7.4.1800 Problem: Unnecessary #ifdef. Solution: Just use USE_24BIT. (Ken Takata)
James McCoy
- [vim] 118/139: patch 7.4.1801 Problem: Make uninstall leaves file behind. Solution: Delete rgb.txt. (Kazunobu Kuriyama)
James McCoy
- [vim] 119/139: patch 7.4.1802 Problem: Quickfix doesn't handle long lines well, they are split. Solution: Drop characters after a limit. (Anton Lindqvist)
James McCoy
- [vim] 120/139: patch 7.4.1803 Problem: GTK3 doesn't handle menu separaters properly. Solution: Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)
James McCoy
- [vim] 121/139: patch 7.4.1804 Problem: Can't use Vim as MANPAGER. Solution: Add manpager.vim. (Enno Nagel, closes #491)
James McCoy
- [vim] 122/139: patch 7.4.1805 Problem: Running tests in shadow dir fails. Solution: Link the samples directory
James McCoy
- [vim] 123/139: Update runtime files.
James McCoy
- [vim] 124/139: patch 7.4.1806 Problem: 'termguicolors' option missing from the options window. Solution: Add the entry.
James McCoy
- [vim] 125/139: patch 7.4.1807 Problem: Test_out_close_cb sometimes fails. Solution: Always write DETACH to out, not err.
James McCoy
- [vim] 126/139: patch 7.4.1808 Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata)
James McCoy
- [vim] 127/139: patch 7.4.1809 Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.
James McCoy
- [vim] 128/139: patch 7.4.1810 Problem: Sending DETACH after a channel was closed isn't useful. Solution: Only add DETACH for a netbeans channel.
James McCoy
- [vim] 129/139: patch 7.4.1811 Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
James McCoy
- [vim] 130/139: patch 7.4.1812 Problem: Failure on startup with Athena and Motif. Solution: Check for INVALCOLOR. (Kazunobu Kuriyama)
James McCoy
- [vim] 131/139: patch 7.4.1813 Problem: Memory access error when running test_quickfix. Solution: Allocate one more byte. (Yegappan Lakshmanan)
James McCoy
- [vim] 132/139: patch 7.4.1814 Problem: A channel may be garbage collected while it's still being used by a job. (James McCoy) Solution: Mark the channel as used if the job is still used. Do the same for channels that are still used.
James McCoy
- [vim] 133/139: patch 7.4.1815 Problem: Compiler warnings for unused variables. (Ajit Thakkar) Solution: Add a dummy initialization. (Yasuhiro Matsumoto)
James McCoy
- [vim] 134/139: patch 7.4.1816 Problem: Looping over a null list throws an error. Solution: Skip over the for loop.
James McCoy
- [vim] 135/139: patch 7.4.1817 Problem: The screen is not updated if a callback is invoked when closing a channel. Solution: Invoke redraw_after_callback().
James McCoy
- [vim] 136/139: patch 7.4.1818 Problem: Help completion adds @en to all matches except the first one. Solution: Remove "break", go over all items.
James McCoy
- [vim] 137/139: patch 7.4.1819 Problem: Compiler warnings when sprintf() is a macro. Solution: Don't interrupt sprintf() with an #ifdef. (Michael Jarvis, closes #788)
James McCoy
- [vim] 138/139: Merge tag 'v7.4.1819' into debian/sid
James McCoy
- [vim] 139/139: Start changelog for 7.4.1819-1
James McCoy
- Приветствую
Углов Лидия
- [vim] branch debian/sid updated (4d751f9 -> 25d486c)
James McCoy
- [vim] 01/03: vim-runtime.install.in: Remove rgb.txt line
James McCoy
- [vim] 02/03: Merge tag 'v7.4.1829' into debian/sid
James McCoy
- [vim] 03/03: Bump changelog to 7.4.1829
James McCoy
- Processed: limit source to vim, tagging 796075, tagging 819954, tagging 815976
Debian Bug Tracking System
- [vim] branch debian/sid updated (25d486c -> 67f3ade)
James McCoy
- [vim] 01/01: releasing package vim version 2:7.4.1829-1
James McCoy
- [vim] annotated tag v7.4.1829-1 created (now fc8b685)
James McCoy
- Processing of vim_7.4.1829-1_multi.changes
Debian FTP Masters
- Processing of vim_7.4.1829-1_multi.changes
Debian FTP Masters
- vim_7.4.1829-1_multi.changes ACCEPTED into unstable
Debian FTP Masters
- Bug#796075: marked as done ([vim-runtime] new default LogiPat plugin shadows :E(explore))
Debian Bug Tracking System
- Bug#815976: marked as done (vim-athena: ":cope" limited to 1024 chars per line)
Debian Bug Tracking System
- Bug#819954: marked as done (vim-gtk3: crashes on startup under Wayland: gdk_window_get_display: assertion 'GDK_IS_WINDOW (window)' failed)
Debian Bug Tracking System
- Bug#823896: vim-dbg package no longer built
fREW Schmidt
- Bug#823896: vim-dbg package no longer built
Niels Thykier
- Processed: Re: vim-dbg package no longer built
Debian Bug Tracking System
- Missing patches folder in vim.git
Elimar Riesebieter
- Bug#823896: vim-dbg package no longer built
Niels Thykier
- Missing patches folder in vim.git
James McCoy
- Please complete your profile
Tina Maria
- Re: Fashionablyin Kingpins
Tina Maria
- 挑战价格底线,全场4折起(AD)
聚划算
- Hello with love.
jackieharris
- Fashionablyin Jeweller Expo
Tina Maria
- vim 2:7.4.1829-1 MIGRATED to testing
Debian testing watch
- Costo CERO - Instalacion y Alarma
Maria - ADT Argentina
- 省钱智家购聪明,再不智能就老了(AD)
聚划算
- Re: Announcement - 20th May 2016
Tina Maria
- Re: Buyer/Supplier
Maria Tina
- Здрaвствуйте
Нора Коринова
- Re: Groups
Tina M
- Tout les equipements pour bateau
noreply at discount-du-web.com
- 初夏泳衣盛典狂欢,尽情畅想海滩时光(AD)
聚划算
- Purchase order No and revision : D008-PRT-PO 0119
Marilize Knoetze.
- Re: Jobs
Tina Maria
- pkg-vim-maintainers邮箱紧急处理问题!!
IT部
- Hardware dependent digital signage software与您共享了相册。
Hardware dependent digital signage software
- Re: Update
Tina M
- Bug#822073: marked as done (vim-addon-manager: Depends on ruby-interpreter but not all ruby-interpreters provide /usr/bin/ruby)
Debian Bug Tracking System
Last message date:
Tue May 31 01:00:13 UTC 2016
Archived on: Fri Jun 3 14:34:39 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).