Skip to content

Commit

Permalink
Missing "t" in sdt and sdta command document - section 6
Browse files Browse the repository at this point in the history
Line 2036 
Line 2041
  • Loading branch information
njia committed Nov 7, 2013
1 parent d44fd5c commit 9a6d25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dbext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2033,12 +2033,12 @@ Version 2.00 (Jul 11, 2004)

" Describe the table under the cursor
" sql - describe - table
nnoremap <unique> <Leader>sd <Plug>DBDescribeTable
nnoremap <unique> <Leader>sdt <Plug>DBDescribeTable
:DBDescribeTable

" Describe the table prompt for the name
" sql - describe - table - ask name
nnoremap <unique> <Leader>sda <Plug>DBDescribeTableAskName
nnoremap <unique> <Leader>sdta <Plug>DBDescribeTableAskName
:DBDescribeTableAskName

" Describe the procedure under the cursor
Expand Down

1 comment on commit 9a6d25e

@dfishburn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume I have fixed this in an earlier release, as I don't see the problem (and different code) in version 21.0

David

Please sign in to comment.