acamso

Results 3 issues of acamso

@matsui54 Hi, I'm setting up the plugin and have questions regarding these two parameters. `fromAltBuf`: I'm usually working within a loaded nvim session. Even though a buffer is loaded in...

Symbols in the link text seem to break functionality resulting in incorrect highlighting and `s:Markdown_GetUrlForPosition()`. ![Selection_004](https://github.com/preservim/vim-markdown/assets/11070182/b3adc049-3c8a-4c5b-b396-b0c043da0f46) ![Selection_005](https://github.com/preservim/vim-markdown/assets/11070182/abe35f25-eb7e-4da0-8abe-f7f0c86b8095) This is with the following settings: ``` set concealcursor =nc set conceallevel =2...

A prompt is displayed when creating a new buffer / non-existent file that requires `sudo` using the following config: ``` set runtimepath =$NVIM_PLUGINS/suda.vim let g:suda_smart_edit = 1 let g:suda#nopass =...

enhancement