X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c92a2e54e2dd35e7127ae4939fbbfee50027da3a..92f6d38f9120a8e598382afba996c8369017205a:/README.mdown diff --git a/README.mdown b/README.mdown index 5b83c99..34e2872 100644 --- a/README.mdown +++ b/README.mdown @@ -92,7 +92,7 @@ the empty string disables it. Ex.: flake8_complexity_marker='' " disable McCabe complexity warnings flake8_naming_marker='' " disable naming warnings -To customize the colors used for markers, define the highligth groups, `Flake8_Error`, +To customize the colors used for markers, define the highlight groups, `Flake8_Error`, `Flake8_Warning`, `Flake8_PyFlake`, `Flake8_Complexity`, `Flake8_Naming`: " to use colors defined in the colorscheme @@ -158,3 +158,9 @@ a autoload file. Added: 1.1: Added `g:flake8_ignore` option. 1.0: Initial version. + + +License +------- + +Liberally licensed under BSD terms.