<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/runtime/defaults.vim, branch v8.0.1663</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.0.0639: the cursor position is set when editing a new commit message</title>
<updated>2017-06-13T14:12:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-06-13T14:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a48961d8bd7ffea14330b9b0181a6cdbe9288f7'/>
<id>9a48961d8bd7ffea14330b9b0181a6cdbe9288f7</id>
<content type='text'>
Problem:    The cursor position is set to the last position in a new commit
            message.
Solution:   Don't set the position if the filetype matches "commit".
            (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The cursor position is set to the last position in a new commit
            message.
Solution:   Don't set the position if the filetype matches "commit".
            (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0566: setting nocompatible for the tiny version moves the cursor</title>
<updated>2017-04-15T13:37:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-04-15T13:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=43d1ac6e81a6796f2e6b3514bbe029cf9bd0a0ae'/>
<id>43d1ac6e81a6796f2e6b3514bbe029cf9bd0a0ae</id>
<content type='text'>
Problem:    Setting nocompatible for the tiny version moves the cursor.
Solution:   Use another trick to skip commands when the +eval feature is
            present. (Christian Brabandt, closes #1630)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Setting nocompatible for the tiny version moves the cursor.
Solution:   Use another trick to skip commands when the +eval feature is
            present. (Christian Brabandt, closes #1630)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0534: defaults.vim does not work well with tiny features</title>
<updated>2017-04-01T14:59:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-04-01T14:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=33ccb24cf7891911561adccf9f2af8859e581198'/>
<id>33ccb24cf7891911561adccf9f2af8859e581198</id>
<content type='text'>
Problem:    Defaults.vim does not work well with tiny features. (crd477)
Solution:   When the +eval feature is not available always reset 'compatible'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Defaults.vim does not work well with tiny features. (crd477)
Solution:   When the +eval feature is not available always reset 'compatible'.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0463: side effects from resetting 'compatible' in defaults.vim</title>
<updated>2017-03-16T13:19:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-03-16T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0f39a82b07b285e0c54162e1038348b2988a715c'/>
<id>0f39a82b07b285e0c54162e1038348b2988a715c</id>
<content type='text'>
Problem:    Resetting 'compatible' in defaults.vim has unexpected side
            effects. (David Fishburn)
Solution:   Only reset 'compatible' if it was set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Resetting 'compatible' in defaults.vim has unexpected side
            effects. (David Fishburn)
Solution:   Only reset 'compatible' if it was set.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2319</title>
<updated>2016-09-03T18:08:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-09-03T18:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b07a82b6d5f904ed3e623e775c3458adb1cc0a3e'/>
<id>b07a82b6d5f904ed3e623e775c3458adb1cc0a3e</id>
<content type='text'>
Problem:    No way for a system wide vimrc to stop loading defaults.vim.
            (Christian Hesse)
Solution:   Bail out of defaults.vim if skip_defaults_vim was set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No way for a system wide vimrc to stop loading defaults.vim.
            (Christian Hesse)
Solution:   Bail out of defaults.vim if skip_defaults_vim was set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated runtime files.  Remove version checks for Vim older than 6.0.</title>
<updated>2016-08-30T21:26:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-30T21:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=89bcfda6834aba724d12554a34b9ed49f5789fd5'/>
<id>89bcfda6834aba724d12554a34b9ed49f5789fd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2278</title>
<updated>2016-08-28T12:39:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-28T12:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4427db9bb2f4b4587559eac18cc7ba10c52c6e8b'/>
<id>4427db9bb2f4b4587559eac18cc7ba10c52c6e8b</id>
<content type='text'>
Problem:    New users have no idea of the 'scrolloff' option.
Solution:   Set 'scrolloff' in defaults.vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    New users have no idea of the 'scrolloff' option.
Solution:   Set 'scrolloff' in defaults.vim.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2236</title>
<updated>2016-08-21T15:45:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-21T15:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=920694c1b60fac8017b8909efcc24f189804a9bb'/>
<id>920694c1b60fac8017b8909efcc24f189804a9bb</id>
<content type='text'>
Problem:    The 'langnoremap' option leads to double negatives.  And it does
            not work for the last character of a mapping.
Solution:   Add 'langremap' with the opposite value.  Keep 'langnoremap' for
            backwards compatibility.  Make it work for the last character of a
            mapping.  Make the test work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The 'langnoremap' option leads to double negatives.  And it does
            not work for the last character of a mapping.
Solution:   Add 'langremap' with the opposite value.  Keep 'langnoremap' for
            backwards compatibility.  Make it work for the last character of a
            mapping.  Make the test work.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2232</title>
<updated>2016-08-20T17:22:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-20T17:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e07e797db0c5ef1aafc650d8bb0d39fb052cf1e1'/>
<id>e07e797db0c5ef1aafc650d8bb0d39fb052cf1e1</id>
<content type='text'>
Problem:    The default ttimeoutlen is very long.
Solution:   Use "100". (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The default ttimeoutlen is very long.
Solution:   Use "100". (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2115</title>
<updated>2016-07-29T16:13:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-07-29T16:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b9a46fec3e79d1fc8c406084a41733c647a5e535'/>
<id>b9a46fec3e79d1fc8c406084a41733c647a5e535</id>
<content type='text'>
Problem:    Loading defaults.vim with -C argument.
Solution:   Don't load the defaults script with -C argument.  Test sourcing
            the defaults script.  Set 'display' to "truncate".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Loading defaults.vim with -C argument.
Solution:   Don't load the defaults script with -C argument.  Test sourcing
            the defaults script.  Set 'display' to "truncate".
</pre>
</div>
</content>
</entry>
</feed>
