* added tab support for commands in command mode
* Merge branch 'master' of https://github.com/VSCodeVim/Vim
* missed a file in merge
* add cursor to search mode and update tab completion
* file completion on tab support #745
* file completion
* fix missed merge conflicts
* add path symbols to tab autocomplete '~/', './', '../', '/'
* replace var with let/const
* tab completion optimizations and refactors
* fix esc in search mode conflict
* remove tabCompletion.ts because it had the wrong name format
* add command line tab completion tests
* tab completion test add space after comma's
* tab completion test equal instead of not equal
* remove console log
* added cursor location test and moved GetTrimmed from statusBar to actions CommandNavigateInCommandlineOrSearchMode
* moved absolute path calculation to path util and created more verbose tests for command line tab completion
* remove console.log from cursorLoaction.test.ts
* missed a merge conflict
* rename AbsolutePathFromRelativePath to GetAbsolutePath, update the comment to match and use untildify instead of os.homedir()
* revert changes to package-lock.json
Change launch tasks to be more appropriately named. Fix warning in package.json. Clean up gulp file
* Change launch tasks to be more appropriately named. Fix warning in package.json. Clean up gulp file