Skip to content

:EvalBlock not working #6

@dalbandea

Description

@dalbandea

Hi. As I mentioned in the feature-request, :EvalBlock is not working for me.

My configuration:

Plug 'gpanders/vim-medieval', { 'branch': 'master' }
let g:medieval_langs = ['python', 'sh', 'console=bash']

Minimal Example:

<!-- target: output -->
```python
print("hi")
```

<!-- name: output -->
```
```
  • Running :EvalBlock does nothing.
  • Running :EvalBlock! results, as expected, in
<!-- target: output -->
```python
hi
```

<!-- name: output -->
```
```
  • Running :EvalBlock output results, as expected, in
<!-- target: output -->
```python
print("hi")
```

<!-- name: output -->
```
hi
```

I don't know how to debug this to pin down the problem, but if you tell me I can try stuff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions