<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/version.c, branch v7.4.459</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.4.459</title>
<updated>2014-09-23T19:53:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-23T19:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cddc91ccb4cc0989fa0169a343289873a6d2d651'/>
<id>cddc91ccb4cc0989fa0169a343289873a6d2d651</id>
<content type='text'>
Problem:    Can't change the icon after building Vim.
Solution:   Load the icon from a file on startup. (Yasuhiro Matsumoto)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't change the icon after building Vim.
Solution:   Load the icon from a file on startup. (Yasuhiro Matsumoto)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.458</title>
<updated>2014-09-23T16:37:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-23T16:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cfc216e7b00690805aef8683fab000654937191d'/>
<id>cfc216e7b00690805aef8683fab000654937191d</id>
<content type='text'>
Problem:    Issue 252: Cursor moves in a zero-height window.
Solution:   Check for zero height. (idea by Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Issue 252: Cursor moves in a zero-height window.
Solution:   Check for zero height. (idea by Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.457</title>
<updated>2014-09-23T14:49:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-23T14:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1db60c47d9a0f14f4586702bfd8fccd8ea96f83f'/>
<id>1db60c47d9a0f14f4586702bfd8fccd8ea96f83f</id>
<content type='text'>
Problem:    Using getchar() in an expression mapping may result in
            K_CURSORHOLD, which can't be recognized.
Solution:   Add the &lt;CursorHold&gt; key.  (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using getchar() in an expression mapping may result in
            K_CURSORHOLD, which can't be recognized.
Solution:   Add the &lt;CursorHold&gt; key.  (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.456</title>
<updated>2014-09-23T13:45:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-23T13:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b8ee25acabe887aec5008fd254c4e5c61bebbb04'/>
<id>b8ee25acabe887aec5008fd254c4e5c61bebbb04</id>
<content type='text'>
Problem:    'backupcopy' is global, cannot write only some files in a
            different way.
Solution:   Make 'backupcopy' global-local. (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'backupcopy' is global, cannot write only some files in a
            different way.
Solution:   Make 'backupcopy' global-local. (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.455</title>
<updated>2014-09-23T12:24:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-23T12:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4b9d637e9cb4864c28a331ecf4f9c67696240897'/>
<id>4b9d637e9cb4864c28a331ecf4f9c67696240897</id>
<content type='text'>
Problem:    Completion for :buf does not use 'wildignorecase'. (Akshay H)
Solution:   Pass the 'wildignorecase' flag around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Completion for :buf does not use 'wildignorecase'. (Akshay H)
Solution:   Pass the 'wildignorecase' flag around.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.454</title>
<updated>2014-09-23T11:48:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-23T11:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d355c50a2a07eaec87729d405553e15e5e680ca0'/>
<id>d355c50a2a07eaec87729d405553e15e5e680ca0</id>
<content type='text'>
Problem:    When using a Visual selection of multiple words and doing CTRL-W_]
            it jumps to the tag matching the word under the cursor, not the
            selected text.  (Patrick hemmer)
Solution:   Do not reset Visual mode. (idea by Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When using a Visual selection of multiple words and doing CTRL-W_]
            it jumps to the tag matching the word under the cursor, not the
            selected text.  (Patrick hemmer)
Solution:   Do not reset Visual mode. (idea by Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.453</title>
<updated>2014-09-19T20:23:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-19T20:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3fa57e0d50d90248de9ad1867203b8ce6eedc92a'/>
<id>3fa57e0d50d90248de9ad1867203b8ce6eedc92a</id>
<content type='text'>
Problem:    Still can't build with tiny features.
Solution:   Add #ifdef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still can't build with tiny features.
Solution:   Add #ifdef.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.452</title>
<updated>2014-09-19T20:05:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-19T20:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=eb21e4ccf5453ecd289e9f7e09fa27a978fc0360'/>
<id>eb21e4ccf5453ecd289e9f7e09fa27a978fc0360</id>
<content type='text'>
Problem:    Can't build with tiny features. (Tony Mechelynck)
Solution:   Use "return" instead of "break".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't build with tiny features. (Tony Mechelynck)
Solution:   Use "return" instead of "break".
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.451</title>
<updated>2014-09-19T18:45:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-19T18:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1ecfd9cb09d7cd2231940a519c1af36d9636966a'/>
<id>1ecfd9cb09d7cd2231940a519c1af36d9636966a</id>
<content type='text'>
Problem:    Calling system() with empty input gives an error for writing the
            temp file.
Solution:   Do not try writing if the string length is zero. (Olaf Dabrunz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Calling system() with empty input gives an error for writing the
            temp file.
Solution:   Do not try writing if the string length is zero. (Olaf Dabrunz)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.450</title>
<updated>2014-09-19T18:07:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-09-19T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9c8d9e19523a312e888f413ca65d0863fce08f5f'/>
<id>9c8d9e19523a312e888f413ca65d0863fce08f5f</id>
<content type='text'>
Problem:    Not all commands that edit another buffer support the +cmd
            argument.
Solution:   Add the +cmd argument to relevant commands. (Marcin Szamotulski)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all commands that edit another buffer support the +cmd
            argument.
Solution:   Add the +cmd argument to relevant commands. (Marcin Szamotulski)
</pre>
</div>
</content>
</entry>
</feed>
