Skip to content

Tags: editorconfig/editorconfig-vim

Tags

v.1.2.1-alpha.1

Toggle v.1.2.1-alpha.1's commit message
charset: if we changed fenc from '' to enc, set nomodified

If the buffer had no fileencoding, and we changed fenc to match the Vim-wide
encoding, we haven't actually changed the file.  However, we have set
modified on the buffer by virtue of assigning fenc.  In this case, set
nomodified since we didn't actually change anything.

This affects new buffers created during the VimEnter autocmd.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add example for fillexceeding max_line_indicator (#218)

Sorry, I missed this in the docs when adding the new option value

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #149 from cxw42/issue-143

Bump versions (#143)

v1.0.0-beta

Toggle v1.0.0-beta's commit message
Replace Python core with pure-Vimscript core ("vimcore") (#119)

* Added support for Vimscript core

- Added "vim_core" mode.
- Use the Vimscript core as the default if it is installed and the user
  has not specified a different core.
- Also, for robustness, accept core modes case-insensitively.
- Added VimScript core to documentation

* Copied in editorconfig-core-vimscript

Per @xuhdev in editorconfig/editorconfig#383 (comment)

From cxw42/editorconfig-core-vimscript@4495efd

Removed caching code, which is not yet used, per @xuhdev in
#119 (comment)

* Remove support for all cores but vimscript

- Remove the Python core from this plugin
- Remove all plugin code related to modes other than vim_core
- Update the documentation and README accordingly

Note on tests: All tests now pass with `bundle _1.15.4_ exec rake`.
Thanks to
#119 (comment)
for the suggestion on how to make this work.

* Add commands to enable/disable plugin

:EditorConfigEnable, :EditorConfigDisable

* Moved plugin tests from tests/ to tests/plugin/

- This makes room for adding core tests.
- Also, renamed and updated plugin_tests submodule

* Added core_tests submodule and scripts

Scripts are modified from cxw42/editorconfig-core-vimscript@5d85d10

Windows-specific files have CRLF line endings; other files have LF
line endings.

* Core tests in Travis; added Appveyor

- Added the core tests to the existing Travis configuration

- Added Appveyor configuration to permit testing on Windows.
  The configuration is modified from
  cxw42/editorconfig-core-vimscript@5d85d10

- Updated the README to include both badges.  For now, they point to
  cxw42/editorconfig-vim; that will need to be updated when this branch
  is merged.

* Updated license and documentation

Also, fixed typo in Appveyor configuration.

v0.3.3

Toggle v0.3.3's commit message
Bump version number to 0.3.3

v0.3.2

Toggle v0.3.2's commit message
Update version to 0.3.2

v0.3.1

Toggle v0.3.1's commit message
Update editorconfig python core subree.

Merge branch 'master' of git://github.com/editorconfig/editorconfig-core-py

Conflicts:
	plugin/editorconfig-core-py/tests

v0.3.0

Toggle v0.3.0's commit message
Bump version number to 0.3

v0.2.4

Toggle v0.2.4's commit message
Bump version number to 0.2.4

v0.2.3

Toggle v0.2.3's commit message
Version 0.2.3