BertrandSim

Results 11 issues of BertrandSim

Hello, thank you for this plugin! I installed your plugin recently, and wanted to add my own support for R, and in particular, for `[[...]]`. In the R language, one...

bug

When I drop a mark on the first line of the buffer, the mark is not shown. Steps to reproduce: 1. open an empty buffer 2. hit `ma` The sign...

Hello there. With the "spoiled" rule, (`let g:columnmove_strict_wbege = 0`), I would like to ask, what is difference between columnmove-w,b,e,ge and columnmove-W,B,E,gE ? From the documentation, it seems that these...

Suppose I have the following text ``` {i}ndent0 i[n]dent0 indent1 indent1 indent1 indent1 indent1 indent1 indent1 indent0 ``` and the following settings ``` let g:columnmove_strict_wbege = 0 let g:columnmove_stop_on_space =...

Hello! I notice that when sneak-label-mode is enabled, concealed `cchar`s are shown with label highlighting. Here is an example with .tex ![image](https://user-images.githubusercontent.com/46756885/113661823-661a4780-96d9-11eb-8ecf-4d42d2e009cb.png) ```vim " vimrc call plug#begin('~/.vim/plugged') Plug 'lervag/vimtex' Plug...

bug
blocked

Hi Kana, I noticed that vim-textobj-user overwrites the last visual selection, for example, with `yil` and vim-textobj-line. It seems that this issue has been fixed before #55 , but in...

After a normal operation such as `r` or `x`, the highlights are not cleared. This PR fixes that, by calling `s:finalize()` after a TextChanged event.

### Description When `preview_hunk_inline()` is called on a hunk, long lines in the old text are not wrapped, while the lines after the change are wrapped. Here is a screenshot...

bug

In a GV buffer, hit `r` to refresh the git log print out. This achieves the same goal as (#53), but uses a different implementation. In particular: * Hitting `r`...