John M Devin

Results 10 issues of John M Devin

# Problem Some vim plugins (the lsp plugins, especially) require significant user configuration. Some of this configuration can only happen after the plugin is loaded. Keeping the configuration in the...

enhancement

### Steps to reproduce 1. Use this as your minimal vimrc: ```vim set nocompatible autocmd BufReadPost * echomsg 'Did BRP, ft: ' .. &ft autocmd FileType * echomsg 'Did FT,...

bug

Add two aliases for vimscript ## Description Using `vimscript` as a language tag does not cause it to be recognized and highlighted. This adds `vimscript` as an alias to allow...

#2752 was opened a while ago; long ago enough that it seemingly was forgotten in #3278. I'm wondering if it would now be possible to add both `vimscript` and `vim...

Improvement

# Reproduce: 1. Open tar archive (such as this one: [link](http://www.drchip.org/astronaut/vim/tarfiles/vimball.tar.gz)) in vim. 2. Open a file inside it by pressing `` 3. Press `-` 4. See the error: ```...

# Description Typing any text at all, such as the letter 'j', and then attempting to complete that text will result in the text appearing in the completion menu as...

# Description (See related typst bug typst/typst#3312) When saving a file with vim with `:set backupcopy=auto`, the `tinymist preview` process reports this: ``` error: file not found (searched at /home/john/zotes/resume.typ)...

enhancement
document-preview

## Information **VIM version** VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jun 16 2020 22:38:24) Included patches: 1-992 **Operating System** Ubuntu 20.04 ## What went wrong When the...

bug

# Preface I'm willing (and I think, able) to implement this solution myself when I have the time, so this is more of a request for review and ideas from...

enhancement
runtime

### Steps to reproduce # Summary For some reason, vim is loading (or at least parsing) my packages and throwing an error during testing. The test that fails is [`Test_write_in_vimrc`](https://github.com/vim/vim/blob/d30ffdca495d116da359aaea806ad0da7b4b6c75/src/testdir/test_startup.vim#L1316)...

bug