vim-startify
vim-startify copied to clipboard
:link: The fancy start screen for Vim.
For easier session switching. Additionally to __LAST__ also a __PREV__ will be created. A command SPrev is added and will load __PREV__. It also switches __LAST__ and __PREV__, so that...
I'm not sure what the cause was, but I ended up with an entry in my file list that was just some regex pattern. So the processing in this loop...
 i have comment out my other plugins one by one to test. And i realized (among my plugins) only startify provide this quit feature by simply...
I have `let g:startify_change_to_vcs_root = 1` and thought I could list all recent files from that VCS project like so: ```vim let g:startify_lists = [ \ { 'type': 'dir', 'header':...
This resolves the issue with passing escaped paths into functions that don't support escaped paths. Eg. isdirectory() Fixes #454
Hello 👋. Users from all over the world use Vim and although English is kind of a norm in the development world, many people are still not familiar with the...
Hi, On starting vim 9, windows 10, there is a very brief flicker visible. Light flash before normal service is resumed (colour scheme space-vim-dark). Without this plugin there is no...
cscope does not work when open a file from startify, show Error "Type number and (q or empty cancels): 1E429: File "include/linux/mm.h" does not exist" as follow: https://raw.githubusercontent.com/zaiqiang-dong/misc/898eedc33cee488ea613b01b12d28c3c160f0989/termtosvg_3w1o_9oc.svg cscope config...
reopen
Greetings, Is it possible to reopen startify after I close a file?
Hello, the line https://github.com/mhinz/vim-startify/blob/81e36c352a8deea54df5ec1e2f4348685569bed2/autoload/startify.vim#L662 leads to an error message ``` line 4: /c/\12 line 5: E65: Illegal back reference ``` as shown by ```vim let fname = '/c/\12' let fname...