When trying to mf
mark files named .*
in netrw
, vim
provides no visual feedback. Is there a way to fix this?
Asked
Active
Viewed 330 times
1

c0ffeeartc
- 71
- 2
- 6
-
It works perfectly, [here](http://i.imgur.com/9y6saQM.png). Maybe a colorscheme problem? Or a netrw bug? – romainl Nov 12 '14 at 16:33
-
Before posting question I checked the Vim Touch Android, and it had the same issue. But now I'm more convinced it's a bug. Will check other vim versions. – c0ffeeartc Nov 12 '14 at 16:50
1 Answers
0
It was a bug, as mentioned in romainl comment.
Fixed by updating vim with
$ sudo add-apt-repository ppa:fcwu-tw/ppa
$ sudo apt-get update
$ sudo apt-get install vim

c0ffeeartc
- 71
- 2
- 6