Often, I start with a BibTeX entry:
@book{,
author = {Person, Some},
title = {Book},
publisher = {Publisher},
year = {2015}
}
Then, I discover that the editor is called "Editor" and add the appropriate field:
@book{,
author = {Person, Some},
title = {Book},
publisher = {Publisher},
year = {2015}
editor = {Editor}
}
Which of course causes problems because I forgot the comma after the year
entry. Can this be fixed with Vim, either automatically or by marking the error?