This will show a small line at the bottom which displays
the current cursor position and more.
References bug #10021.
        ln -sv vim /usr/bin/vi
        echo "set nocompatible" >  /etc/vimrc
        echo "set backspace=2"  >> /etc/vimrc
+       echo "set ruler"                >> /etc/vimrc
        echo "syntax on"                >> /etc/vimrc
        echo -e "if (&term == \"iterm\") || (&term == \"putty\")" >> /etc/vimrc
-       echo "set background=dark"      >> /etc/vimrc
+       echo "  set background=dark"    >> /etc/vimrc
        echo "endif"                    >> /etc/vimrc
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)