@@ -506,15 +506,15 @@ documentation.
506506Assuming you have followed the dbext-tutorial you can press <C-C> t to
507507display a list of tables. There is a delay while dbext is creating the table
508508list. After the list is displayed press <C-W> . This will remove both the
509- popup window and the table name already chosen when the list became active. >
509+ popup window and the table name already chosen when the list became active.
510510
511511 4.3.1 Table Completion: *sql-completion-tables*
512512
513513Press <C-C> t to display a list of tables from within the database you
514514have connected via the dbext plugin.
515515NOTE: All of the SQL completion popups support typing a prefix before pressing
516516the key map. This will limit the contents of the popup window to just items
517- beginning with those characters. >
517+ beginning with those characters.
518518
519519 4.3.2 Column Completion: *sql-completion-columns*
520520
@@ -587,13 +587,13 @@ popup a list of columns for the customer table. It does this by looking back
587587to the beginning of the select statement and finding a list of the tables
588588specified in the FROM clause. In this case it notes that in the string
589589"customer c", "c" is an alias for the customer table. The optional "AS"
590- keyword is also supported, "customer AS c". >
590+ keyword is also supported, "customer AS c".
591591
592592
593593 4.3.3 Procedure Completion: *sql-completion-procedures*
594594
595595Similar to the table list, <C-C> p, will display a list of stored
596- procedures stored within the database. >
596+ procedures stored within the database.
597597
598598 4.3.4 View Completion: *sql-completion-views*
599599
0 commit comments