<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/feature.h, 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.0281: parsing command modifiers is not separated</title>
<updated>2018-08-14T11:38:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-14T11:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=effed9315c6c5a35fc2824b90da4af753c7a02dc'/>
<id>effed9315c6c5a35fc2824b90da4af753c7a02dc</id>
<content type='text'>
Problem:    Parsing command modifiers is not separated.
Solution:   Move command modifier parsing to a separate function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Parsing command modifiers is not separated.
Solution:   Move command modifier parsing to a separate function.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0226: too many #ifdefs</title>
<updated>2018-07-29T14:09:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-29T14:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1f0bfe561737cd445532f20d7607a81d1dadddee'/>
<id>1f0bfe561737cd445532f20d7607a81d1dadddee</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +vreplace feature, it's not much code and quite a few
            #ifdefs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +vreplace feature, it's not much code and quite a few
            #ifdefs.
</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.0.1650: too many #ifdefs</title>
<updated>2018-03-29T14:04:08+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-29T14:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0c72fe4ed8430db41f43c5878e6ee60265dc49e9'/>
<id>0c72fe4ed8430db41f43c5878e6ee60265dc49e9</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_LISTCMDS, no reason to leave out buffer commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_LISTCMDS, no reason to leave out buffer commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1585: enabling beval_term feature in Win32 GUI</title>
<updated>2018-03-06T17:20:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-06T17:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ebf142a1ed1824ed17a3eb4f64e75616e3b3d0e8'/>
<id>ebf142a1ed1824ed17a3eb4f64e75616e3b3d0e8</id>
<content type='text'>
Problem:    Enabling beval_term feature in Win32 GUI.
Solution:   Only enable beval_term in Win32 console.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Enabling beval_term feature in Win32 GUI.
Solution:   Only enable beval_term in Win32 console.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1582: in the MS-Windows console mouse movement is not used</title>
<updated>2018-03-06T16:09:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-06T16:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=157d813be41c122e210b0eb1cd1e862fbddbf665'/>
<id>157d813be41c122e210b0eb1cd1e862fbddbf665</id>
<content type='text'>
Problem:    In the MS-Windows console mouse movement is not used.
Solution:   Pass mouse movement events when useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    In the MS-Windows console mouse movement is not used.
Solution:   Pass mouse movement events when useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused</title>
<updated>2018-03-06T14:06:19+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-06T14:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=946acdac5b4e334f816e78f7876bde9d97b3d96a'/>
<id>946acdac5b4e334f816e78f7876bde9d97b3d96a</id>
<content type='text'>
Problem:    FEAT_CURSORBIND and FEAT_SCROLLBIND are unused.
Solution:   Delete them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FEAT_CURSORBIND and FEAT_SCROLLBIND are unused.
Solution:   Delete them.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1564: too many #ifdefs</title>
<updated>2018-03-04T17:08:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-04T17:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f2bd8ef2b4507d02c6043affff8f7e85e3414d5f'/>
<id>f2bd8ef2b4507d02c6043affff8f7e85e3414d5f</id>
<content type='text'>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Too many #ifdefs.
Solution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and
            increases code size of tiny Vim by only 40 Kbyte.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1558: no right-click menu in a terminal</title>
<updated>2018-03-03T17:59:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-03T17:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aef8c3da2ba59285b7cfde559ae21cdce6ba6919'/>
<id>aef8c3da2ba59285b7cfde559ae21cdce6ba6919</id>
<content type='text'>
Problem:    No right-click menu in a terminal.
Solution:   Implement the right click menu for the terminal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No right-click menu in a terminal.
Solution:   Implement the right click menu for the terminal.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1531: cannot use 24 bit colors in MS-Windows console</title>
<updated>2018-02-22T20:07:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-22T20:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cafafb381a04e33f3ce9cd15dd9f94b73226831f'/>
<id>cafafb381a04e33f3ce9cd15dd9f94b73226831f</id>
<content type='text'>
Problem:    Cannot use 24 bit colors in MS-Windows console.
Solution:   Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki,
            fixes #1270, fixes #2060)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use 24 bit colors in MS-Windows console.
Solution:   Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki,
            fixes #1270, fixes #2060)
</pre>
</div>
</content>
</entry>
</feed>
