ls with flags

2015-01-31 Fir de Conversatie Marcin Szamotulski
Dear Bram, Some times I have lots of files opened in vim, I found it very useful to limit the output of `:ls` command to only modified ones, etc. The attached patch adds flags to the ls command which let to list files which are hidden or active or modified, or readonly or with nomodifiable set

Re: ls with flags

2015-01-31 Fir de Conversatie Bram Moolenaar
Marcin - Dear Bram, Some times I have lots of files opened in vim, I found it very useful to limit the output of `:ls` command to only modified ones, etc. The attached patch adds flags to the ls command which let to list files which are hidden or active or modified, or readonly

Re: ls with flags

2015-01-31 Fir de Conversatie Marcin Szamotulski
On 22:23 Sat 31 Jan , Bram Moolenaar wrote: Marcin - Dear Bram, Some times I have lots of files opened in vim, I found it very useful to limit the output of `:ls` command to only modified ones, etc. The attached patch adds flags to the ls command which let to list files