abo-abo / function-args

C++ completion for GNU Emacs
120 stars 10 forks source link

fa-show displays while in function body? #30

Closed zhro closed 9 years ago

zhro commented 9 years ago
int main () {
  |
  return 0;
}

Cursor is at '|'. fa-show and fa-auto displays the following:

int main () {
           () : int
  return 0;
}

If there is a line above main() then it will display:

           () : int
int main () {
  return 0;
}
abo-abo commented 9 years ago

This is expected behavior.