On Sun, May 29, 2011 at 18:21, Nix wrote: > On 28 May 2011, James Youngman stated: > >> +(defun vimvars-enable-feature (var) >> +  "Emulate VIM's :set VAR for a variables that are just boolean." > > Nit-pick of the day: excess 'a'. Thanks for catching that. Thanks also to Štěpán for pointing out that we need to check the bottom of the file too. Here's an updated patch fixing both of those problems. James.