Roland Puntaier
Roland Puntaier
@bearbin, I think you need to make some changes to get this pull request in. The contested parts seem to be - password should always be quoted - quote only...
I had the same problem, but the reason was, that HTTPResponse and bottle.HTTPResponse came from different bottle files, once from system, once from a local copy. I had one `import...
Flectra has a problem with pyyaml 5.1, which would not need to be. I just changed `=Loader` to `=FullLoader` consistently in `__init__()` and then flectra works with 5.1. Why the...
You named your file `p5.py`. Then it loads your own file, which has indeed no `run()`. I made the same mistake.
Dear Bram, > A register contains commands, which may start Insert mode and then insert some > text. Thus it's a mix. Translating all characters with 'keymap' (or 'langmap') >...
Hello Bram, I've seen the recently added (issues/572) test_langmap.vim's use of feedkeys(). That langmap should apply after feedkeys() does not fit to my changes to the langmap implementation, which apply...
`call feedfields()` is in :-Command-mode, where langmap according this pull request already applies. Testing can still be done with old style tests. The current tests are in test_mapping.in. They include...
Version 1.23.3 of atom still crashed with ctags .tags file not fitting to the expectations of atom-ctags. atom-ctags crashed with this format, which vim can handle quite well ``` srs01...
I have ``` map s map S ``` as `c` has the same usage, anyway. This way `{sS}X` can be used for other maps. Regarding previous: - `das` will delete...
``` set maxmempattern=2000000 ``` does help, though. Please close this if there is no way around setting the number high for this package. With the default `1000` for `maxmempattern` the...