holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.67k stars 116 forks source link

Vim powerline crash #379

Open tebra-jl opened 2 years ago

tebra-jl commented 2 years ago

Hi, thanks for this great app. I have installed powerline for vim with this command: pip install powerline-status

Then select this fond:

$ config --show
Droid Sans Mono for Powerline 13.0 pt,  background: system  foreground: system  cursor: system

Vim start and display the powerline but a-Shell close/crash when switching to edit mode with « i » key.

This is my .vimrc

syntax on
set incsearch
set hlsearch
set lazyredraw
set number
" Configurazione Netrw (browser file di Vim)
let g:netrw_liststyle = 3      " Stile dell'alberatura dei file
let g:netrw_browse_split = 3  " File aperto in un nuovo tab (1 split orrizzontale, 2 split verit
let g:netrw_winsize = 25      " split di 25 caratteri
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup
set laststatus=2
holzschu commented 2 years ago

Hi, thanks for signaling this one. I can reproduce it, which is good news, but I have no ideas where it's coming from, which is bad news. I can trace it to python calling an unitialized pointer to a function, but that's it.

tebra-jl commented 2 years ago

as workaround, I’m using vim-airline plugin

normen commented 2 years ago

lightline ❤️