Closed iCromix closed 3 years ago
vim --version
nvim --version
call plug#begin('~/AppData/Local/nvim/plugged') Plug 'sainnhe/gruvbox-material' call plug#end() let g:gruvbox_material_background = 'soft' colorscheme gruvbox-material
Create a JS file with
// File.js console.log(undefined);
Open a :terminal and run node File.js
:terminal
node File.js
Beign able to see undefined printed on the console
undefined
Should be fixed via https://github.com/sainnhe/gruvbox-material/commit/5cf1ae0742a24c73f29cbffc308c6f5576404e60
vim --version
ornvim --version
: NVIM v0.5.0-dev+1459-g384f9870fMinimal vimrc that can reproduce this bug
Steps to reproduce this bug using minimal vimrc
Create a JS file with
Open a
:terminal
and runnode File.js
Actual behaviour
Expected behaviour
Beign able to see
undefined
printed on the console