-
Notifications
You must be signed in to change notification settings - Fork 7
:EvalBlock not working #6
Copy link
Copy link
Closed
Description
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
:EvalBlockdoes nothing. - Running
:EvalBlock!results, as expected, in
<!-- target: output -->
```python
hi
```
<!-- name: output -->
```
```
- Running
:EvalBlock outputresults, 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels