show a no documentation warning, fixes #164

This commit is contained in:
David Halter
2013-08-28 09:43:18 +04:30
parent 505c067c54
commit 63f159aa76
3 changed files with 14 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ describe 'goto_simple'
it 'goto_definitions'
silent normal \d
Expect line('.') == 1
"Expect col('.') == 5
"Expect col('.') == 5 " not working yet.
end
it 'goto_assignments'