Update runtime files
Update runtime files.
patch 8.1.0346: building with Aap is outdated and unusedProblem: Building with Aap is outdated and unused.Solution: Remove the Aap build files.
patch 8.0.0321: errors when trying to use scripts in tiny versionProblem: When using the tiny version trying to load the matchit plugin gives an error. On MS-Windows some default map
patch 8.0.0321: errors when trying to use scripts in tiny versionProblem: When using the tiny version trying to load the matchit plugin gives an error. On MS-Windows some default mappings fail.Solution: Add a check if the command used is available. (Christian Brabandt)
show more ...
patch 7.4.1677Problem: A reference to the removed file_select plugin remains.Solution: Remove it.
patch 7.4.1676Problem: The shellmenu plugin has to be copied or sourced to be used.Solution: Turn it into a package.
patch 7.4.1675Problem: The swapmous plugin has to be copied or sourced to be used.Solution: Turn it into the swapmouse package.
patch 7.4.1674Problem: The editexisting plugin has to be copied or sourced to be used.Solution: Turn it into a package.
patch 7.4.1673Problem: The justify plugin has to be copied or sourced to be used.Solution: Turn it into a package.
patch 7.4.1672Problem: The Dvorak support is a bit difficult to install.Solution: Turn it into an optional package.
patch 7.4.1653Problem: Users who loaded matchit.vim manually have to change their startup. (Gary Johnson)Solution: Add a file in the old location that loads the package.
patch 7.4.1649Problem: The matchit plugin needs to be copied to be used.Solution: Put the matchit plugin in an optional package.
Updated runtime files.
updated for version 7.3.758Problem: Matchit plugin does not handle space in #ifdef.Solution: Change matching pattern to allow spaces. (Mike Morearty)
updated for version 7.3.750Problem: The justify macro does not always work correctly.Solution: Fix off-by-one error (James McCoy)
Fix more 'cpo' issues in runtime files.
12