<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/main.c, branch v8.1.0354</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>patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP</title>
<updated>2018-08-07T20:42:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-07T20:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=980bab457ebb4df4b05d54b9d731520774f20d1d'/>
<id>980bab457ebb4df4b05d54b9d731520774f20d1d</id>
<content type='text'>
Problem:    Cannot build on MS-Windows; Unused macro HAVE_HANDLE_DROP.
Solution:   Adjust #ifdef. Delete the macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot build on MS-Windows; Unused macro HAVE_HANDLE_DROP.
Solution:   Adjust #ifdef. Delete the macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0253: saving and restoring window title does not always work</title>
<updated>2018-08-07T20:31:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-07T20:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8'/>
<id>40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8</id>
<content type='text'>
Problem:    Saving and restoring window title does not always work.
Solution:   Use the stack push and pop commands. (Kouichi Iwamoto,
            closes #3059)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Saving and restoring window title does not always work.
Solution:   Use the stack push and pop commands. (Kouichi Iwamoto,
            closes #3059)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0228: dropping files is ignored while Vim is busy</title>
<updated>2018-07-29T15:35:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-29T15:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=92d147be959e689f8f58fd5d138a31835e160289'/>
<id>92d147be959e689f8f58fd5d138a31835e160289</id>
<content type='text'>
Problem:    Dropping files is ignored while Vim is busy.
Solution:   Postpone the effect of dropping files until it's safe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Dropping files is ignored while Vim is busy.
Solution:   Postpone the effect of dropping files until it's safe.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0103: long version string cannot be translated</title>
<updated>2018-06-23T14:12:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-23T14:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=35fb6fbf727c72eb5987a1556bbba26dca14cc48'/>
<id>35fb6fbf727c72eb5987a1556bbba26dca14cc48</id>
<content type='text'>
Problem:    Long version string cannot be translated.
Solution:   Build the string in init_longVersion().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Long version string cannot be translated.
Solution:   Build the string in init_longVersion().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0094: help text "usage:" is not capatalized</title>
<updated>2018-06-21T19:38:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-21T19:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=32aaf5ae07af1d5befaf997688fde5d6637d43f8'/>
<id>32aaf5ae07af1d5befaf997688fde5d6637d43f8</id>
<content type='text'>
Problem:    Help text "usage:" is not capatalized.
Solution:   Make it "Usage:". (closes #3044)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Help text "usage:" is not capatalized.
Solution:   Make it "Usage:". (closes #3044)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':'</title>
<updated>2018-06-19T15:49:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-19T15:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1d4754f96fa5bff1c349cdb71560c55675f50d03'/>
<id>1d4754f96fa5bff1c349cdb71560c55675f50d03</id>
<content type='text'>
Problem:    In terminal window, typing : at more prompt, inserts ':' instead
            of starting another Ex command.
Solution:   Add skip_term_loop and set it when putting ':' in the typeahead
            buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    In terminal window, typing : at more prompt, inserts ':' instead
            of starting another Ex command.
Solution:   Add skip_term_loop and set it when putting ':' in the typeahead
            buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1792: MS-Windows users expect -? to work like --help</title>
<updated>2018-05-05T13:09:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-05T13:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c3e81694fca484ebabd99f3637bd83b9ee2dd50a'/>
<id>c3e81694fca484ebabd99f3637bd83b9ee2dd50a</id>
<content type='text'>
Problem:    MS-Windows users expect -? to work like --help.
Solution:   Add -?. (Christian Brabandt, closes #2867)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows users expect -? to work like --help.
Solution:   Add -?. (Christian Brabandt, closes #2867)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1726: older MSVC doesn't support declarations halfway a block</title>
<updated>2018-04-16T15:06:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-16T15:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=df2c774ded4c2ed169390a352099c23b6db657c4'/>
<id>df2c774ded4c2ed169390a352099c23b6db657c4</id>
<content type='text'>
Problem:    Older MSVC doesn't support declarations halfway a block.
Solution:   Move the declaration back to the start of the block.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Older MSVC doesn't support declarations halfway a block.
Solution:   Move the declaration back to the start of the block.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1724: declarations cannot be halfway a block</title>
<updated>2018-04-16T13:40:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-16T13:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=06965b838f3677251668dca726b07c5ad2499341'/>
<id>06965b838f3677251668dca726b07c5ad2499341</id>
<content type='text'>
Problem:    Declarations cannot be halfway a block.
Solution:   Move one declaration to check if this works for all compilers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Declarations cannot be halfway a block.
Solution:   Move one declaration to check if this works for all compilers.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1688: some macros are used without a semicolon</title>
<updated>2018-04-10T16:47:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-10T16:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6f4700233fd925fe122b851f937929fb5e5da707'/>
<id>6f4700233fd925fe122b851f937929fb5e5da707</id>
<content type='text'>
Problem:    Some macros are used without a semicolon, causing auto-indent to be
            wrong.
Solution:   Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some macros are used without a semicolon, causing auto-indent to be
            wrong.
Solution:   Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
</pre>
</div>
</content>
</entry>
</feed>
