<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/workshop.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.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.1312: balloon_show() only works in terminal when compiled with GUI</title>
<updated>2017-11-18T21:13:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-11-18T21:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c3719bd87beca9f72d2e9f11e36d561c2c3b57b0'/>
<id>c3719bd87beca9f72d2e9f11e36d561c2c3b57b0</id>
<content type='text'>
Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs</title>
<updated>2017-09-16T18:54:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-09-16T18:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4033c55eca575777718c0701e26635a0cc47d907'/>
<id>4033c55eca575777718c0701e26635a0cc47d907</id>
<content type='text'>
Problem:    FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
            enabled and only adds 7% to the binary size of the tiny build.
Solution:   Graduate FEAT_WINDOWS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
            enabled and only adds 7% to the binary size of the tiny build.
Solution:   Graduate FEAT_WINDOWS.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0448: some macros are in lower case</title>
<updated>2017-03-12T17:23:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-12T17:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b5aedf3e228d35821591da9ae8501b61cf2e264c'/>
<id>b5aedf3e228d35821591da9ae8501b61cf2e264c</id>
<content type='text'>
Problem:    Some macros are in lower case, which can be confusing.
Solution:   Make a few lower case macros upper case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some macros are in lower case, which can be confusing.
Solution:   Make a few lower case macros upper case.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0012</title>
<updated>2016-09-25T19:45:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-09-25T19:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9af418427652562384744648d7d173a4bfebba95'/>
<id>9af418427652562384744648d7d173a4bfebba95</id>
<content type='text'>
Problem:    Typos in comments.
Solution:   Change "its" to "it's". (Matthew Brener, closes #1088)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Typos in comments.
Solution:   Change "its" to "it's". (Matthew Brener, closes #1088)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2293</title>
<updated>2016-08-29T20:49:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-29T20:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=edf3f97ae2af024708ebb4ac614227327033ca47'/>
<id>edf3f97ae2af024708ebb4ac614227327033ca47</id>
<content type='text'>
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2101</title>
<updated>2016-07-24T20:04:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-24T20:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2932359000b2f918d5fade79ea4d124d5943cd07'/>
<id>2932359000b2f918d5fade79ea4d124d5943cd07</id>
<content type='text'>
Problem:    Looping over windows, buffers and tab pages is inconsistant.
Solution:   Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Looping over windows, buffers and tab pages is inconsistant.
Solution:   Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.1215</title>
<updated>2016-01-30T20:29:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-30T20:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b638a7be952544ceb03052c25b84224577a6494b'/>
<id>b638a7be952544ceb03052c25b84224577a6494b</id>
<content type='text'>
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.087</title>
<updated>2010-12-17T19:24:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-12-17T19:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a'/>
<id>b57aa92d2c6e0eb6cd539a1744658d3b4e7b0f5a</id>
<content type='text'>
Problem:    EINTR is not always defined.
Solution:   Include errno.h in vim.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    EINTR is not always defined.
Solution:   Include errno.h in vim.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code.</title>
<updated>2010-08-08T14:38:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-08-08T14:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=09092155a66388bbd7be8d16debb35abfcfae700'/>
<id>09092155a66388bbd7be8d16debb35abfcfae700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
