<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src, branch v7.3.053</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>updated for version 7.3.053</title>
<updated>2010-11-10T16:11:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-11-10T16:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2a8caa414ec4b704284e39523b457eacca06eea0'/>
<id>2a8caa414ec4b704284e39523b457eacca06eea0</id>
<content type='text'>
Problem:    complete() function doesn't reset complete direction.  Can't use
            an empty string in the list of matches.
Solution:   Set compl_direction to FORWARD.  Add "empty" key to allow empty
            words. (Kikuchan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    complete() function doesn't reset complete direction.  Can't use
            an empty string in the list of matches.
Solution:   Set compl_direction to FORWARD.  Add "empty" key to allow empty
            words. (Kikuchan)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.052</title>
<updated>2010-11-10T15:54:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-11-10T15:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=37dd018cdd3ddc8f502bcbd343773f0af8681f4d'/>
<id>37dd018cdd3ddc8f502bcbd343773f0af8681f4d</id>
<content type='text'>
Problem:    When 'completefunc' opens a new window all kinds of errors follow.
            (Xavier Deguillard)
Solution:   When 'completefunc' goes to another window or buffer and when it
            deletes text abort completion.  Add a test for 'completefunc'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When 'completefunc' opens a new window all kinds of errors follow.
            (Xavier Deguillard)
Solution:   When 'completefunc' goes to another window or buffer and when it
            deletes text abort completion.  Add a test for 'completefunc'.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.051</title>
<updated>2010-11-10T14:37:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-11-10T14:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=27d9eceb66e5b71594dc547c5243eebc3c15e5b8'/>
<id>27d9eceb66e5b71594dc547c5243eebc3c15e5b8</id>
<content type='text'>
Problem:    Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty.
Solution:   Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty.
Solution:   Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.050</title>
<updated>2010-11-03T21:32:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-11-03T21:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=22e193ddd551cf67635e73231c259415bd70c135'/>
<id>22e193ddd551cf67635e73231c259415bd70c135</id>
<content type='text'>
Problem:    The link script is clumsy.
Solution:   Use the --as-needed linker option if available. (Kirill A.
            Shutemov)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The link script is clumsy.
Solution:   Use the --as-needed linker option if available. (Kirill A.
            Shutemov)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.049</title>
<updated>2010-11-03T20:59:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-11-03T20:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2d0860d06c29f73ef42c01e2f4284e471d8023b4'/>
<id>2d0860d06c29f73ef42c01e2f4284e471d8023b4</id>
<content type='text'>
Problem:    PLT has rebranded their Scheme to Racket.
Solution:   Add support for Racket 5.x. (Sergey Khorev)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    PLT has rebranded their Scheme to Racket.
Solution:   Add support for Racket 5.x. (Sergey Khorev)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.048</title>
<updated>2010-11-03T18:32:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-11-03T18:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dba01a0197fefb4cf9b2357b9db001baecba25a0'/>
<id>dba01a0197fefb4cf9b2357b9db001baecba25a0</id>
<content type='text'>
Problem:    ":earlier 1f" doesn't work after loading undo file.
Solution:   Set b_u_save_nr_cur when loading an undo file. (Christian
            Brabandt)
            Fix only showing time in ":undolist"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ":earlier 1f" doesn't work after loading undo file.
Solution:   Set b_u_save_nr_cur when loading an undo file. (Christian
            Brabandt)
            Fix only showing time in ":undolist"
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.047</title>
<updated>2010-10-27T16:36:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-10-27T16:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=16a6165bb31ca9d4f4a79739a1f3fa53f913267a'/>
<id>16a6165bb31ca9d4f4a79739a1f3fa53f913267a</id>
<content type='text'>
Problem:    Missing makefile updates for test 75.
Solution:   Update the makefiles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Missing makefile updates for test 75.
Solution:   Update the makefiles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated runtile files.</title>
<updated>2010-10-27T16:34:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-10-27T16:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0536570fa284421b9932ed61d79bef3d8beace2a'/>
<id>0536570fa284421b9932ed61d79bef3d8beace2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.046</title>
<updated>2010-10-27T15:40:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-10-27T15:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2d73ff4500d695ebc967c60b31c67f63fada794c'/>
<id>2d73ff4500d695ebc967c60b31c67f63fada794c</id>
<content type='text'>
Problem:    Can't build Ruby on MS-Windows.
Solution:   Add #ifdef, don't use WIN3264 before including vim.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't build Ruby on MS-Windows.
Solution:   Add #ifdef, don't use WIN3264 before including vim.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.045</title>
<updated>2010-10-27T15:39:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-10-27T15:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b3ae56cf2b02059b2a4fd2e1bee67970ec9b0dba'/>
<id>b3ae56cf2b02059b2a4fd2e1bee67970ec9b0dba</id>
<content type='text'>
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize the variable always.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize the variable always.
</pre>
</div>
</content>
</entry>
</feed>
