Shougo / deol.nvim

Dark powered shell interface for Vim/NeoVim
MIT License
330 stars 16 forks source link

Fix truncate histories #12

Closed tamago324 closed 4 years ago

tamago324 commented 4 years ago

If the number of lines in the file g:deol#shell_history_path is less than g:deol#shell_history_max, an empty list is returned.

Modified like vimshell souce code