Acme-MetaSyntactic-vim
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/vim.pm view on Meta::CPAN
package Acme::MetaSyntactic::vim;
use 5.006001;
use utf8;
use strict;
use warnings;
use version; our $VERSION = qv('v1.0.1');
use base 'Acme::MetaSyntactic::MultiList';
__PACKAGE__->init();
1; # Magic true value required at end of module
=encoding utf8
=for stopwords Moolenaar autocmds
=head1 NAME
Acme::MetaSyntactic::vim - The Vim theme
=head1 VERSION
This document describes Acme::MetaSyntactic::vim version 1.0.1.
=head1 DESCRIPTION
This theme lists Vim options, commands, events, etc.
=head2 List of categories
This module was created by converting part the syntax/vim.vim file
from Vim 7 into Perl code, and so the categories are based upon Vim
syntax.
This theme currently includes the following types of items:
=over
=item *
C<todo>: markers in comments that Vim considers indicative of
"incomplete" code.
=item *
C<commands/full>: full names of commands.
=item *
C<commands/abbreviated>: abbreviations for commands that have them.
=item *
C<options/full>: full names of options.
=item *
C<options/abbreviated>: abbreviations for options that have them.
=item *
C<events>: triggers that you can hook autocmds to.
=item *
C<functions>: standard functions that come with Vim.
=back
=head1 DIAGNOSTICS
( run in 0.862 second using v1.01-cache-2.11-cpan-140bd7fdf52 )