More work towards autosuggesting completions

This commit is contained in:
ridiculousfish
2012-02-25 18:54:49 -08:00
parent 5ea78f55f2
commit 38e40862fe
14 changed files with 184 additions and 140 deletions

View File

@@ -266,7 +266,7 @@ const wchar_t *kill_yank()
void kill_sanity_check()
{
int i;
if( is_interactive )
if( get_is_interactive() )
{
/* Test that the kill-ring is consistent */
if( kill_current != 0 )