vim-scala
vim-scala copied to clipboard
syntax: Use 'Character' style names and 'hi def link' commands, to fix issue #64 and issue #124
Issues #64 and #124 are addressed in changes to file syntax/scala.vim with simple replacements. (They show up a little better in split view.)
The bulk of this PR includes changes to the spec tests to simplify testing these problems. The previous tests are still there and in use, just moved.
- Removed the rspec dependency. Ruby's built-in mini test works the same way now.
- Updated the vimrunner version to allow running vim without the built-in plugins.
- New tests will be executed automatically if they are added to the spec folder and end with
_spec.rb.
GitHub used my gitconfig information for the contributor id, which is why there is me and "ervumlens" as committers. :man_shrugging: