comparison runtime/doc/autocmd.txt @ 5521:1cdf51706774 v7.4.109

updated for version 7.4.109 Problem: ColorScheme autocommand matches with the current buffer name. Solution: Match with the colorscheme name. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 18:53:52 +0100
parents 359743c1f59a
children 7818ca6de3d0
comparison
equal deleted inserted replaced
5520:86861620ba96 5521:1cdf51706774
478 <afile> is set to a single character, 478 <afile> is set to a single character,
479 indicating the type of command-line. 479 indicating the type of command-line.
480 |cmdwin-char| 480 |cmdwin-char|
481 *ColorScheme* 481 *ColorScheme*
482 ColorScheme After loading a color scheme. |:colorscheme| 482 ColorScheme After loading a color scheme. |:colorscheme|
483 The pattern is matched against the
484 colorscheme name. <afile> can be used for the
485 name of the actual file where this option was
486 set, and <amatch> for the new colorscheme
487 name.
488
483 489
484 *CompleteDone* 490 *CompleteDone*
485 CompleteDone After Insert mode completion is done. Either 491 CompleteDone After Insert mode completion is done. Either
486 when something was completed or abandoning 492 when something was completed or abandoning
487 completion. |ins-completion| 493 completion. |ins-completion|