lemnos
Results
2
issues of
lemnos
I was in the process of writing a vimscript function which requires the current netrw file and started looking at your code for guidance. It seems exactly of what I...
It seems that `getline` won't return until EOF unless RS is `\n`. This effectively means that long running programs won't produce output until they are terminated. E.G `{ echo "test|one";sleep...