<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>vim_dev Google Group</title>
  <link>http://groups.google.com/group/vim_dev</link>
  <description>Vim developers maillist</description>
  <language>en</language>
  <item>
  <title>Patch 7.3.1221</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/0ba902947de4b9a9/f3cfb5dbda416315?show_docid=f3cfb5dbda416315</link>
  <description>
  Patch 7.3.1221 &lt;br&gt; Problem: When build flags change &amp;quot;make distclean&amp;quot; run into a configure &lt;br&gt; error. &lt;br&gt; Solution: When CFLAGS changes delete auto/config.cache. Also avoid adding &lt;br&gt; duplicate text to flags. &lt;br&gt; Files:	src/Makefile, src/configure.in, src/auto/configure &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1220/src/Makefile	2013-06-16 14:20:10.000000000 +0200
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/0ba902947de4b9a9</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Tue, 18 Jun 2013 21:32:42 UT
</pubDate>
  </item>
  <item>
  <title>Test 86 fails with statis Python</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/08468bf35d9a2cd2/14f0a798d0992b69?show_docid=14f0a798d0992b69</link>
  <description>
  Test 86 passes without problems when using a dynamically loaded Python. &lt;br&gt; When using a static library I get the different output below. &lt;br&gt; &lt;p&gt;This is on Ubuntu 12.10 with Python 2.7.3. &lt;br&gt; &lt;p&gt;Test 87 has the same problem: OK with dynamic loading, fails with static &lt;br&gt; library. See further down below. Python 3.2.3.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/08468bf35d9a2cd2</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Tue, 18 Jun 2013 20:10:47 UT
</pubDate>
  </item>
  <item>
  <title>[patch] sometimes &#39;make config&#39; doesn&#39;t work well</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/2fbf9e5e4d1295db/ffa74209181b53e6?show_docid=ffa74209181b53e6</link>
  <description>
  Hi, &lt;br&gt; Sometimes &#39;make config&#39; or &#39;make reconfig&#39; don&#39;t work well. &lt;br&gt; Please consider the following situation: &lt;br&gt; 1. Do &#39;hg clone&#39; to get the latest source codes. &lt;br&gt; 2. Do &#39;make config &amp;amp;&amp;amp; make&#39;. &lt;br&gt; 3. A few days later, do &#39;hg pull -u&#39; to get the updated codes &lt;br&gt; which include updated src/auto/configure. (To simulate this, just do
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/2fbf9e5e4d1295db</guid>
  <author>
  ken...@csc.jp
  (Ken Takata)
  </author>
  <pubDate>Tue, 18 Jun 2013 14:59:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: g[lobal] with s[ubstitute]</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/96d0ca55806dc909/c2fdc17f406e009d?show_docid=c2fdc17f406e009d</link>
  <description>
  That is the way the :g command works. :g marks each relevant line &lt;br&gt; and then runs the specified command for each marked line. That means &lt;br&gt; for every line matching } it runs a &amp;quot;new&amp;quot; :s command with confirmation. &lt;br&gt; &lt;p&gt;So basically, you need to &amp;quot;quit&amp;quot;/&amp;quot;all&amp;quot; for each line again. &lt;br&gt; &lt;p&gt;Here is a patch, that makes &amp;quot;q&amp;quot; abort for all invocations of :s commands
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/96d0ca55806dc909</guid>
  <author>
  cbli...@256bit.org
  (Christian Brabandt)
  </author>
  <pubDate>Tue, 18 Jun 2013 07:46:54 UT
</pubDate>
  </item>
  <item>
  <title>fix tests for DOS/Windows</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/ceff676ad4e61f1a/2809f7bb9cbb629a?show_docid=2809f7bb9cbb629a</link>
  <description>
  Hi list. &lt;br&gt; There are tests failed on DOS/Windows environment. &lt;br&gt; I have fixed two of them. &lt;br&gt; Please check attached patches. &lt;br&gt; test50: Short name seems depending on OS version. &lt;br&gt; On my Win7, &amp;quot;c:/x.x.y&amp;quot; has short name &amp;quot;c:/XX9B80~1.Y&amp;quot;, it will not be matched. &lt;br&gt; So I made it flexible. &lt;br&gt; test77: failed when &amp;quot;cksum&amp;quot; available (MinGW or Cygwin).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/ceff676ad4e61f1a</guid>
  <author>
  koron.kaor...@gmail.com
  (Taro MURAOKA)
  </author>
  <pubDate>Tue, 18 Jun 2013 00:03:02 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1220</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/78074b5894c9d9b0/71e37986d7dc7e31?show_docid=71e37986d7dc7e31</link>
  <description>
  Patch 7.3.1220 &lt;br&gt; Problem: MS-Windows: When using wide font italic and bold are not included. &lt;br&gt; Solution: Support wide-bold, wide-italic and wide-bold-italic. (Ken Takata, &lt;br&gt; Taro Muraoka) &lt;br&gt; Files:	src/gui.c, src/gui.h, src/gui_w48.c &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1219/src/gui.c	2013-06-12 20:35:46.000000000 +0200
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/78074b5894c9d9b0</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 17 Jun 2013 20:43:46 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1219</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/1865d8f788821667/6a84239adee9c81a?show_docid=6a84239adee9c81a</link>
  <description>
  Patch 7.3.1219 &lt;br&gt; Problem: No test for using []] inside \%[]. &lt;br&gt; Solution: Add a test. &lt;br&gt; Files:	src/testdir/test64.in, src/testdir/test64.ok &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1218/src/testdir/te st64.in	2013-06-17 21:33:36.000000000 +0200 &lt;br&gt; --- src/testdir/test64.in	2013-06-17 21:59:47.000000000 +0200 &lt;br&gt; ***************
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/1865d8f788821667</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 17 Jun 2013 20:05:03 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1218</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/432aef0436225fad/45bc35c1facb945f?show_docid=45bc35c1facb945f</link>
  <description>
  Patch 7.3.1218 &lt;br&gt; Problem: &amp;quot;make test&amp;quot; on MS-Windows does not clean all temporary files and &lt;br&gt; gives some unneccessary message. &lt;br&gt; Solution: Clean the right files. Create .failed files. (Ken Takata) &lt;br&gt; Files:	src/testdir/Make_dos.mak &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1217/src/testdir/Ma ke_dos.mak	2013-06-16 16:57:43.000000000 +0200
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/432aef0436225fad</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 17 Jun 2013 19:53:52 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1217</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/7993e43a80dbbc59/a1c7c62f221d3a93?show_docid=a1c7c62f221d3a93</link>
  <description>
  Patch 7.3.1217 &lt;br&gt; Problem: New regexp engine: Can&#39;t handle \%[[ao]]. (Yukihiro Nakadaira) &lt;br&gt; Solution: Support nested atoms inside \%[]. &lt;br&gt; Files:	src/regexp_nfa.c, src/testdir/test64.in, src/testdir/test64.ok &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1216/src/regexp_nfa .c	2013-06-16 22:49:09.000000000 +0200 &lt;br&gt; --- src/regexp_nfa.c	2013-06-17 21:27:03.000000000 +0200
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/7993e43a80dbbc59</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 17 Jun 2013 19:34:00 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1216</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/b6e0c69d0428fa8d/ce578f7cb21d1f08?show_docid=ce578f7cb21d1f08</link>
  <description>
  Patch 7.3.1216 &lt;br&gt; Problem: Configure can&#39;t find Motif on Ubuntu. &lt;br&gt; Solution: Search for libXm in /usr/lib/*-linux-gnu. &lt;br&gt; Files:	src/configure.in, src/auto/configure &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1215/src/configure. in	2013-06-14 21:22:33.000000000 +0200 &lt;br&gt; --- src/configure.in	2013-06-17 20:15:13.000000000 +0200
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/b6e0c69d0428fa8d</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 17 Jun 2013 18:27:48 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1215</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/d7cceac49f8a5ca9/e0ee0bbd6819c31a?show_docid=e0ee0bbd6819c31a</link>
  <description>
  Patch 7.3.1215 &lt;br&gt; Problem: Compiler warning for function not defined. &lt;br&gt; Solution: Add #ifdef. &lt;br&gt; Files:	src/misc1.c &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1214/src/misc1.c	2013-06-16 22:49:09.000000000 +0200 &lt;br&gt; --- src/misc1.c	2013-06-17 19:19:27.000000000 +0200 &lt;br&gt; *************** &lt;br&gt; *** 16,22 **** &lt;br&gt; --- 16,24 ----
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/d7cceac49f8a5ca9</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Mon, 17 Jun 2013 17:27:03 UT
</pubDate>
  </item>
  <item>
  <title>function dict[&#39;/foo&#39;]() fails</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/7cd48bfe8687b052/ea053258a8402e20?show_docid=ea053258a8402e20</link>
  <description>
  Hi list. &lt;br&gt; &lt;p&gt;Please see the following code. &lt;br&gt; ---------- &lt;br&gt; let dict = {} &lt;br&gt; &lt;p&gt;function dict[&#39;/foo&#39;]() &lt;br&gt; endfunction &lt;br&gt; &amp;quot; =&amp;gt; E475: Invalid argument: /foo &lt;br&gt; &lt;p&gt;function dict[&#39;foo&#39;]() &lt;br&gt; endfunction &lt;br&gt; &amp;quot; OK. &lt;br&gt; &lt;p&gt;let dict[&#39;/foo&#39;] = function(&#39;tr&#39;) &lt;br&gt; function! dict[&#39;/foo&#39;]() &lt;br&gt; endfunction &lt;br&gt; &amp;quot; Overwrite is OK &lt;br&gt; &lt;p&gt;call dict[&#39;/foo&#39;]() &amp;quot; OK.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/7cd48bfe8687b052</guid>
  <author>
  thi...@gmail.com
  (thinca)
  </author>
  <pubDate>Mon, 17 Jun 2013 14:54:47 UT
</pubDate>
  </item>
  <item>
  <title>[] inside \%[] doesn&#39;t work with new regex engine.</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/2aafdd4ca99628c0/de9891a664c76aa3?show_docid=de9891a664c76aa3</link>
  <description>
  [] inside \%[] doesn&#39;t work with new regex engine. &lt;br&gt; &lt;p&gt;Steps to reproduce: &lt;br&gt; $ vim -u NONE &lt;br&gt; :echo match(&#39;a&#39;, &#39;\%#=1\%[[a]]&#39;) &lt;br&gt; 0 &lt;br&gt; :echo match(&#39;a&#39;, &#39;\%#=2\%[[a]]&#39;) &lt;br&gt; INTERNAL: Negative state char: -165 &lt;br&gt; INTERNAL: Negative state char: -165 &lt;br&gt; -1 &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Yukihiro Nakadaira - yukihiro.nakada...@gmail.com
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/2aafdd4ca99628c0</guid>
  <author>
  yukihiro.nakada...@gmail.com
  (Yukihiro Nakadaira)
  </author>
  <pubDate>Mon, 17 Jun 2013 08:03:18 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1214</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/20cd8e6fd0cb0ce1/77d1a88fefcaca6e?show_docid=77d1a88fefcaca6e</link>
  <description>
  Patch 7.3.1214 &lt;br&gt; Problem: Missing declaration for init_users() and realloc_post_list(). &lt;br&gt; (Salman Halim) &lt;br&gt; Solution: Add the declarations. &lt;br&gt; Files:	src/misc1.c, src/regexp_nfa.c &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1213/src/misc1.c	2013-06-08 18:19:40.000000000 +0200 &lt;br&gt; --- src/misc1.c	2013-06-16 22:46:01.000000000 +0200
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/20cd8e6fd0cb0ce1</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Sun, 16 Jun 2013 20:49:29 UT
</pubDate>
  </item>
  <item>
  <title>Patch 7.3.1213</title>
  <link>http://groups.google.com/group/vim_dev/browse_thread/thread/a662c32798d094e5/7ae78d4be2919c0e?show_docid=7ae78d4be2919c0e</link>
  <description>
  Patch 7.3.1213 &lt;br&gt; Problem: Can&#39;t build with small features and Python. &lt;br&gt; Solution: Adjust #ifdefs. &lt;br&gt; Files:	src/eval.c, src/buffer.c, src/eval.c, src/window.c &lt;br&gt; &lt;p&gt;*** ../vim-7.3.1212/src/eval.c	2013-06-16 14:18:20.000000000 +0200 &lt;br&gt; --- src/eval.c	2013-06-16 17:24:32.000000000 +0200 &lt;br&gt; ***************
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/vim_dev/browse_thread/thread/a662c32798d094e5</guid>
  <author>
  b...@moolenaar.net
  (Bram Moolenaar)
  </author>
  <pubDate>Sun, 16 Jun 2013 15:32:54 UT
</pubDate>
  </item>
  </channel>
</rss>
