You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
If use both indentLine and vim-polyglot, and do :mksession in a markdown buffer, then use vim -S Session.vim to load session, the setting to exclude markdown for indentline not works for the first loaded file this time.
minimal_vimrc:
call plug#begin('~/.vim/plugged')
Plug 'sheerun/vim-polyglot'
Plug 'Yggdroot/indentLine'
let g:indentLine_char = '▏'
let g:indentLine_fileTypeExclude = ['defx', 'startify', 'tex', 'markdown']
let g:indentLine_concealcursor = ''
let g:indentLine_conceallevel = 1
call plug#end()
how to reproduce
Suppose have two markdown files in current directory:
hmanx ~ » cat tt.md
When taking the inverse transform, you multiply the signal by $\frac{1}{\sqrt2}$ for each iteration.
What does this "normalization" really represent?
```
```
hmanx ~ » cat ttt.md
```py
```
vim tt.md
vim ttt.md
:mksession
:q
vim -S Session.vim
The difference is between result of step 2 and step 5.
At step 2, vim show all things of ttt.md, that means all characters not conceal:
hmanx ~ » cat ttt.md
```py
```
But at step 5, if your cursor at first line, vim shows only characters at that line:
hmanx ~ » cat ttt.md
```py
But the conceal of tt.md is not changed.
The text was updated successfully, but these errors were encountered:
describe
If use both
indentLine
andvim-polyglot
, and do:mksession
in a markdown buffer, then usevim -S Session.vim
to load session, the setting to exclude markdown for indentline not works for the first loaded file this time.minimal_vimrc:
how to reproduce
Suppose have two markdown files in current directory:
The difference is between result of step 2 and step 5.
At step 2, vim show all things of ttt.md, that means all characters not conceal:
But at step 5, if your cursor at first line, vim shows only characters at that line:
But the conceal of
tt.md
is not changed.The text was updated successfully, but these errors were encountered: