Update end_line when using g:neoformat_run_all_formatters.#257
Open
aetherknight wants to merge 3 commits intosbdchd:masterfrom
Open
Update end_line when using g:neoformat_run_all_formatters.#257aetherknight wants to merge 3 commits intosbdchd:masterfrom
aetherknight wants to merge 3 commits intosbdchd:masterfrom
Conversation
Contributor
Author
|
Hmm, it looks like travis hasn't passed tests anytime recently though. |
…atters-num-line-fix * upstream/master: (35 commits) Don't reset `&filetype`, unless we really have to (sbdchd#323) Support for GDScript with gdformat (sbdchd#321) Remove unused flag from ormolu (sbdchd#319) add javascriptreact (sbdchd#320) Add prettier-eslint formatter for typescript (sbdchd#315) Add nixpkgs-fmt Nix formatter (sbdchd#312) Add support for beancount and minor doc updates (sbdchd#311) Add F# formatting with Fantomas (sbdchd#310) Fix R linting with styler (sbdchd#307) Fix php-cs-fixer sending blank file to neoformat (sbdchd#306) Remove deprecated prettier --stdin option as per prettier/prettier#7668 (sbdchd#305) adding support for typescriptreact filetype (sbdchd#279) (sbdchd#304) Add support for semistandard (sbdchd#301) go: add gofumpt (sbdchd#300) Add support for puppet via puppet-lint (sbdchd#299) Add support for cabal files through cabal-fmt (sbdchd#298) Sync supported formatters in docs with readme (sbdchd#294) Add clang-format to default C# formatters (sbdchd#293) Add support for V (v fmt) (sbdchd#292) Update README.md (sbdchd#291) ...
…atters-num-line-fix * upstream/master: (58 commits) doc: add caddyfile related info to README.md (sbdchd#440) feat: add formatter for caddyfile (sbdchd#439) Add formatter for d2lang (sbdchd#438) feat: add verible-verilog-format as verilog and system verilog formatter (sbdchd#437) feat: add prettier as astro formatter (sbdchd#436) Add forge as solidity formatter (sbdchd#435) feat: add htmldjano filetype and formatter (sbdchd#434) fix: adjust comments of Example (sbdchd#433) Wrong usage of expand function (sbdchd#430) feat: Added support for csharpier (sbdchd#428) fix: global flag `loaded_neoformat` (sbdchd#427) add: support opencl language which is a subset of C language and is added some additional keywords (sbdchd#425) fix: laravel pint not shown as an option (sbdchd#422) feat: add yamlfmt support for YAML (sbdchd#421) Add laravel/pint as php formatter (sbdchd#420) feat: add blade-formatter (sbdchd#419) Add prisma formatter (sbdchd#417) Fix tabs in shfmt (sbdchd#416) Add prettier to ruby autoformatters (sbdchd#415) Added a new formatter for Zig because previous one was slow AF! (sbdchd#413) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #256 by making
end_linemutable, so that it can be updated after each formatter runs, wheng:neoformat_run_all_formattersis enabled.I think this is a test case that could be easily tested, but I don't have much experience with vader and the test suite here.