Adarsh TS

Results 2 issues of Adarsh TS

`,` repeats the last search in the same line using the opposite direction. So `Fh` should search in the forward direction when used with `,`.

Compiling my [`mesh.cpp`](https://gist.github.com/tsadarsh/c279fccea9c56353f45f6a3e93b4caad) throws the following error in at this line: ``` const TGAColor white = TGAColor(255, 255, 255, 255); ``` ``` error: no matching function for call to ‘TGAColor::TGAColor(int,...