summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
AgeCommit message (Collapse)Author
2018-07-29Update runtime files.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-05-13Updated runtime filesBram Moolenaar
2018-05-06Update runtime files.Bram Moolenaar
2018-03-29patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar
Problem: No completion for argument list commands. Solution: Add arglist completion. (Yegappan Lakshmanan, closes #2706)
2017-09-27Update runtime filesBram Moolenaar
2017-09-19Update runtime files.Bram Moolenaar
2017-09-17patch 8.0.1120: :tm means :tmap instead of :tmenuv8.0.1120Bram Moolenaar
Problem: :tm means :tmap instead of :tmenu. (Taro Muraoka) Solution: Move the new entry below the old entry. (closes #2102)
2017-09-14patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar
Problem: Cannot specify mappings for the terminal window. Solution: Add the :tmap command and associated code. (Jacob Askeland, closes #2073)
2017-09-10patch 8.0.1089: cannot get range count in user commandv8.0.1089Bram Moolenaar
Problem: Cannot get range count in user command. Solution: Add <range> argument.
2017-08-06patch 8.0.0878: no completion for :mapclearv8.0.0878Bram Moolenaar
Problem: No completion for :mapclear. Solution: Add completion (Nobuhiro Takasaki et al. closes #1943)
2017-06-05Update runtime files.Bram Moolenaar
2017-03-16Update runtime files.Bram Moolenaar
2016-10-23Updated runtime files.Bram Moolenaar
2016-10-15patch 8.0.0034v8.0.0034Bram Moolenaar
Problem: No completion for ":messages". Solution: Complete "clear" argument. (Hirohito Higashi)
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2016-08-27Updated runtime files and translations.Bram Moolenaar
2016-08-02Updated runtime files.Bram Moolenaar
2016-07-09Updated runtime files.Bram Moolenaar
2016-06-12Updated runtime files.Bram Moolenaar
2016-06-04patch 7.4.1898v7.4.1898Bram Moolenaar
Problem: User commands don't support modifiers. Solution: Add the <mods> item. (Yegappan Lakshmanan, closes #829)
2016-04-21Updated runtime files.Bram Moolenaar
2016-01-15Update runtime filesBram Moolenaar
2014-12-14Updated runtime files.Bram Moolenaar
2014-12-08updated for version 7.4.542v7.4.542Bram Moolenaar
Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
2014-10-15Update runtime files and translations.Bram Moolenaar
2014-10-02Update runtime files.Bram Moolenaar
2014-06-12Update runtime files.Bram Moolenaar
2014-05-13Update runtime files.Bram Moolenaar
2014-02-24Update runtime files. Add Euphoria syntax files.Bram Moolenaar
2013-09-05Updated runtime files.Bram Moolenaar
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-24Updated runtime files.Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2013-06-29Updated runtime files.Bram Moolenaar
2013-06-29updated for version 7.3.1261v7.3.1261Bram Moolenaar
Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
2013-06-12Update runtime files.Bram Moolenaar
2013-06-08updated for version 7.3.1148v7.3.1148Bram Moolenaar
Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle)
2013-05-06Updated runtime files.Bram Moolenaar
2012-08-15updated for version 7.3.631v7.3.631Bram Moolenaar
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
2012-04-30updated for version 7.3.514v7.3.514Bram Moolenaar
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
2012-04-13Updated runtime files.Bram Moolenaar
2012-02-04updated for version 7.3.423v7.3.423Bram Moolenaar
Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
2011-12-14Update runtime files.Bram Moolenaar
2011-10-20Updated runtime files.Bram Moolenaar
2011-09-14Updated runtime files.Bram Moolenaar
2011-07-20updated for version 7.3.257v7.3.257Bram Moolenaar
Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
2011-06-19Updated runtime files.Bram Moolenaar
2011-05-19updated for version 7.3.196v7.3.196Bram Moolenaar
Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)