]> git.gir.st - VimFx.git/commit
Clarify the blacklist option
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 9 Mar 2016 06:43:55 +0000 (07:43 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 9 Mar 2016 07:32:10 +0000 (08:32 +0100)
commitb9c609f23dc3a95b9e6e03330c3ada7895b69158
tree65775d61f9725a6258227573bfb4acd77b49447a
parentb355c7a290bcfe990a6b1225d8e16c6965401a5c
Clarify the blacklist option

- Improve wording in the Add-ons Manager. Explicitly say that the list is space
  separated, since several users had problems with that.
- Add default example blacklist patterns. It's much easier to adapt an example
  than to write something from scratch (or copy-paste). The default patterns are
  for example.com and example.org which are reserved for documentation purposes,
  so it doesn't matter that those get blacklisted by default.

See #704.
19 files changed:
documentation/api.md
extension/lib/defaults.coffee
extension/lib/migrations.coffee
extension/lib/parse-prefs.coffee
extension/lib/vim.coffee
extension/locale/de/vimfx.properties
extension/locale/en-US/vimfx.properties
extension/locale/es/vimfx.properties
extension/locale/fr/vimfx.properties
extension/locale/id/vimfx.properties
extension/locale/it/vimfx.properties
extension/locale/ja/vimfx.properties
extension/locale/nl/vimfx.properties
extension/locale/pt-BR/vimfx.properties
extension/locale/ru/vimfx.properties
extension/locale/sv-SE/vimfx.properties
extension/locale/zh-CN/vimfx.properties
extension/locale/zh-TW/vimfx.properties
extension/test/test-api.coffee
Imprint / Impressum