google / google/vimdoc

Don't wrap long lines in literal blocks

Open
#111 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
306
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Hi, thanks for this tool :)

We are trying to include some example mappings in the documentation:

```
" Phpactor does not assume any mappings automatically, the following mappings
" are available for you to copy: >
"
" augroup PhpactorMappings
" au!
" ...
" au FileType php nmap cc :PhpactorClassNew
" au FileType php nmap ee :PhpactorExtractExpression
" au FileType php vmap ee :PhpactorExtractExpression
" au FileType php vmap em :PhpactorExtractMethod
" augroup END
" <
```

But the longer lines wrap:

```
au FileType php nmap cc :PhpactorClassNew
au FileType php nmap ee
:PhpactorExtractExpression
au FileType php vmap ee
:PhpactorExtractExpression
au FileType php vmap em
:PhpactorExtractMethod
```

Is it / can it be possible to disable wrapping in `> <` blocks?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.