Skip to content

rbtnn/vim-vimscript_lasterror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-vimscript_lasterror

vim neovim

This plugin provides to jump to the Vim script's last error.

Usage

:VimscriptLastError [-loclist] [-quickfix] [-messages]

If arguments are not specified, try jumping to the Vim script's last error.
If -loclist is specified, set Vim script's errors to current loclist.
If -quickfix is specified, set Vim script's errors to quickfix.
If -messages is specified, dump the output of :messages to new window. Typing <cr> under a Vim script's error line in the window, You can jump to the location.

Remarks

  • This plugin find Vim script's errors from output of :messages. " This plugin does not treat E384 as a error(=search hit TOP without match for:) " This plugin does not treat E385 as a error(=search hit BOTTOM without match for:) " This plugin does not treat E553 as a error(=No more items)

Concepts

  • This plugin supports Vim and Neovim.
  • This plugin does not provide to customize user-settings.
  • This plugin provides only one command.

Inspired by

License

Distributed under MIT License. See LICENSE.

About

jump to the Vim script's last error

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published