Skip to content

5.0.4

Compare
Choose a tag to compare
@wincent wincent released this 28 May 12:17
· 431 commits to main since this release
5.0.4
  • Support opening files which contain newlines (#365).
  • Guard against possible E315 on accepting a selection.
  • Fix possible E434 when trying to jump to some help targets.
  • Use execute() when available to avoid possible issues with potentially nested calls to :redir.
  • Fix conflict with vim-cool plugin (#354).
  • Close match listing after buffer deletion to avoid likely errors on subsequent interactions (#357, patch from Andrius Grabauskas).
  • Fix E116 error opening filenames containing single quotes.
  • Deal with 'wildignore' (and g:CommandTWildIgnore) patterns of the form "*pattern" (eg. "*~", which would ignore files created with Vim's default 'backupext') (#369, patch from Steve Herrell).
  • Turn off 'signcolumn' in the match listing (#376).
  • Teach file scanner to skip over badly encoded strings.
  • Teach watchman scanner to tolerate broken watchman installation.