4.0.5: Support EditorConfig.
Feature:
- Start unify coding styles via EditorConfig.
- Stop support the Windows.
- [EditorConfig] Add debug mode config for quick switch. #31
- [keymap] Change new tab hotkey from
tt
toCtrl-t
. - tagbar: support markdown headings.
Bugfix:
- Change github id of @wildskyf.
- Change the custom filetype for ansible-vim v2.0
- Mark
filetype indent on
for support EditorConfig. #31 - Setting the
encoding
args toutf-8
. - Upgrade the Python from 3.6 to 3.7 for macOS #27
- [vim-markdown] Disable concealing "code blocks" syntax.
CI:
- Add "Alpine 3" stage.
- Integrate the Travis and Slack.
- Refactor via
DOCKER_TAG
variable. - [Make] Add check, yaml_check, travis_check args.