<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/message.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.0135: undo message delays screen update for CTRL-O u</title>
<updated>2018-07-01T14:44:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-01T14:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e0429681aed5448d1c3b8399d152a2b1a05ea6d7'/>
<id>e0429681aed5448d1c3b8399d152a2b1a05ea6d7</id>
<content type='text'>
Problem:    Undo message delays screen update for CTRL-O u.
Solution:   Add smsg_attr_keep(). (closes #3125)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Undo message delays screen update for CTRL-O u.
Solution:   Add smsg_attr_keep(). (closes #3125)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0122: translators don't always understand the maintainer message</title>
<updated>2018-06-28T12:54:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-28T12:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0c183198727b80fd7e52fb29cc1dcd08d79a281c'/>
<id>0c183198727b80fd7e52fb29cc1dcd08d79a281c</id>
<content type='text'>
Problem:    Translators don't always understand the maintainer message.
Solution:   Add a comment that ends up in the generated po file. (Christian
            Brabandt, closes #3037)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Translators don't always understand the maintainer message.
Solution:   Add a comment that ends up in the generated po file. (Christian
            Brabandt, closes #3037)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0105: all tab stops are the same</title>
<updated>2018-06-23T17:23:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-23T17:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=04958cbaf25eea27eceedaa987adfb354ad5f7fd'/>
<id>04958cbaf25eea27eceedaa987adfb354ad5f7fd</id>
<content type='text'>
Problem:    All tab stops are the same.
Solution:   Add the variable tabstop feature. (Christian Brabandt,
            closes #2711)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    All tab stops are the same.
Solution:   Add the variable tabstop feature. (Christian Brabandt,
            closes #2711)
</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.1.0020: cannot tell whether a register is executing or recording</title>
<updated>2018-05-22T18:35:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-22T18:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b6d911e5de1a1c10a23d4c2ee1b0275c474a2dd'/>
<id>0b6d911e5de1a1c10a23d4c2ee1b0275c474a2dd</id>
<content type='text'>
Problem:    Cannot tell whether a register is being used for executing or
            recording.
Solution:   Add reg_executing() and reg_recording(). (Hirohito Higashi,
            closes #2745)  Rename the global variables for consistency.  Store
            the register name in reg_executing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot tell whether a register is being used for executing or
            recording.
Solution:   Add reg_executing() and reg_recording(). (Hirohito Higashi,
            closes #2745)  Rename the global variables for consistency.  Store
            the register name in reg_executing.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1773: dialog messages are not translated</title>
<updated>2018-04-29T10:22:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-29T10:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c36651b4b946333dce0a916326d821d2562cf39d'/>
<id>c36651b4b946333dce0a916326d821d2562cf39d</id>
<content type='text'>
Problem:    Dialog messages are not translated.
Solution:   Add N_() and _() where needed. (Sergey Alyoshin)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Dialog messages are not translated.
Solution:   Add N_() and _() where needed. (Sergey Alyoshin)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1728: condition always false, useless code</title>
<updated>2018-04-17T18:12:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-17T18:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1feab2b9cc355edc2f24814c35b72ae5e74eb2ae'/>
<id>1feab2b9cc355edc2f24814c35b72ae5e74eb2ae</id>
<content type='text'>
Problem:    Condition always false, useless code.
Solution:   Remove the code. (Nikolai Pavlov, closes #2808)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Condition always false, useless code.
Solution:   Remove the code. (Nikolai Pavlov, closes #2808)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1496: clearing a pointer takes two lines</title>
<updated>2018-02-10T17:45:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-10T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d23a823669d93fb2a570a039173eefe4856ac806'/>
<id>d23a823669d93fb2a570a039173eefe4856ac806</id>
<content type='text'>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clearing a pointer takes two lines.
Solution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,
            closes #2629)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1468: illegal memory access in del_bytes()</title>
<updated>2018-02-04T15:38:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-04T15:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=191f18bad0b5c48afa05c3e8a00f3ced993f6a38'/>
<id>191f18bad0b5c48afa05c3e8a00f3ced993f6a38</id>
<content type='text'>
Problem:    Illegal memory access in del_bytes().
Solution:   Check for negative byte count. (Christian Brabandt, closes #2466)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Illegal memory access in del_bytes().
Solution:   Check for negative byte count. (Christian Brabandt, closes #2466)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1449: slow redrawing with DirectX</title>
<updated>2018-01-31T19:51:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-01-31T19:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a338adcf222b6a24e26ea5ae6a2ad27f914acb38'/>
<id>a338adcf222b6a24e26ea5ae6a2ad27f914acb38</id>
<content type='text'>
Problem:    Slow redrawing with DirectX.
Solution:   Avoid calling gui_mch_flush() unnecessarily, especially when
            updating the cursor. (Ken Takata, closes #2560)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Slow redrawing with DirectX.
Solution:   Avoid calling gui_mch_flush() unnecessarily, especially when
            updating the cursor. (Ken Takata, closes #2560)
</pre>
</div>
</content>
</entry>
</feed>
