Skip to content

Commit

Permalink
scriptease.vim 1.1
Browse files Browse the repository at this point in the history
* Provide :Messages to load :messages into quickfix list.
* Provide lightweight REPL on :PP with no argument.
* Support :PP <SID>Func() to call script function from current buffer.
* Benchmark repeat invocations on :[count]Time.
* Show :Verbose output in temp buffer only.
* Support :source on fugitive:// paths.
* Replace g= map with g!.
* Provide basic Projectionist projections.
* Set dispatch.vim default task to :Runtime in .vim files.
* Bug fixes and tweaks.
  • Loading branch information
tpope committed May 30, 2022
1 parent 66da29c commit 18511d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/scriptease.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" scriptease.vim - An amalgamation of crap for editing runtime files
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.0
" Version: 1.1

if exists('g:loaded_scriptease') || &cp
finish
Expand Down

0 comments on commit 18511d3

Please sign in to comment.