mhinz / mhinz/vim-startify

Startify opens shells in vim

Open
#526 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
5.4k
Forks
181
PR merge metrics
No merged PRs in 30d

Description

When I open neovim, my startify screen opens but has the output from a new shell window.
![Screenshot from 2022-05-06 20-11-36](https://user-images.githubusercontent.com/82610361/167194499-f24fdbcb-586b-43b5-8f3a-ba8695c7919c.png)

In my init.vim I have the line
> let g:startify_bookmarks = systemlist("cut -sd' ' -f 2- ~/.NERDTreeBookmarks")

to show my NERDTree Bookmarks, thats the only thing I changed about it.

When I open vim with the same config, It's just normal

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the issue in Neovim with the init.vim setting for g:startify_bookmarks and compare it with the same configuration in Vim. Determine why the systemlist("cut -sd' ' -f 2- ~/.NERDTreeBookmarks") command produces shell output on the Startify screen; done means bookmarks still appear without the shell output, while Vim behavior remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
vim
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.