Files beginning with dots (common for vim users) cause tab auto-complete in emacs mode to delete text. **Failure case** - Directory contains: .Update-ASR.ps1.swp Update-ASR.ps1 Update-ASR.ps1~ - Prompt begins at: PS> .\Up - Press tab - Prompt is now: PS> .\ - Expected behavior was that prompt would be: PS> .\Update-ASR.ps1 **Success case** - Delete .* - Directory contains: Update-ASR.ps1 Update-ASR.ps1~ - Prompt begins at: PS> .\Up - Press tab - Prompt is now: PS> .\Update-ASR.ps1