Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tab completion on vim command line #3639

Merged
merged 32 commits into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7d3a164
added tab support for commands in command mode
keith-ferney Feb 21, 2019
d16fcc0
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Mar 1, 2019
21a5790
missed a file in merge
keith-guru Mar 1, 2019
0f75563
add cursor to search mode and update tab completion
keith-guru Mar 1, 2019
cf6a8fc
file completion on tab support #745
keith-guru Mar 8, 2019
143f909
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Mar 13, 2019
0fd486f
file completion
keith-guru Mar 13, 2019
54883b0
fix missed merge conflicts
keith-guru Mar 22, 2019
ddc54a0
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Mar 22, 2019
cf24961
add path symbols to tab autocomplete '~/', './', '../', '/'
keith-guru Mar 22, 2019
02d987d
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Mar 29, 2019
e6e1a8b
replace var with let/const
keith-guru Apr 1, 2019
39fab9b
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Apr 2, 2019
819b9b4
tab completion optimizations and refactors
keith-guru Apr 3, 2019
7c184c3
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Apr 3, 2019
e44fb7f
fix esc in search mode conflict
keith-guru Apr 3, 2019
cfe8159
Merge branch 'master' into master
keith-guru Apr 16, 2019
233cf3e
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru Apr 26, 2019
959bdd5
remove tabCompletion.ts because it had the wrong name format
keith-guru Apr 26, 2019
dbe0fa1
add command line tab completion tests
keith-guru Apr 26, 2019
26bc4f1
Merge branch 'master' of github.com:keith-ferney/Vim
keith-guru Apr 26, 2019
6da8f80
tab completion test add space after comma's
keith-guru Apr 26, 2019
2b69c74
tab completion test equal instead of not equal
keith-guru Apr 26, 2019
0365e2d
remove console log
keith-guru Apr 26, 2019
ab8c120
added cursor location test and moved GetTrimmed from statusBar to act…
keith-guru May 2, 2019
542f11e
moved absolute path calculation to path util and created more verbose…
keith-guru May 3, 2019
a6a679c
remove console.log from cursorLoaction.test.ts
keith-guru May 3, 2019
763b81f
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru May 6, 2019
764ed45
missed a merge conflict
keith-guru May 6, 2019
0a8103d
rename AbsolutePathFromRelativePath to GetAbsolutePath, update the co…
keith-guru May 6, 2019
a500e4d
Merge branch 'master' of https://github.com/VSCodeVim/Vim
keith-guru May 9, 2019
435df91
revert changes to package-lock.json
keith-guru May 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"type": "gulp",
"task": "default",
"problemMatcher": "$tsc-watch"
},
{
"type": "gulp",
"task": "build",
"problemMatcher": []
}
]
}
298 changes: 149 additions & 149 deletions package-lock.json

Large diffs are not rendered by default.