| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This way, 'file --mime-type $buffer' is called only once per file
rather than once per filetype detection hook.
|
|
|
|
|
|
* auto inserts a ; after } if it closes a class or struct
* auto copy the // comment of the previous line
|
|
-itersel makes a -draft eval/exec run once for each selections
separately rather than with all selections at a time.
|
|
|
|
|
|
|
|
|
|
(with scope a prefix of global,buffer or window)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a new type of strings is supported inspired by the ruby strings.
%<delimiter>content<delimiter>, if opening delimiter is one of
([{<, then closing delimiter is the matching )]}> and balanced
delimiters in the string needs not to be escaped, else the closing
delimiter is the same as the opening one.
shell expansion is available through %sh<delimiter>command<delimiter>
syntax.
Command flags have been removed, as these strings provide proper nesting
support, so now, you can for example do:
def command %{ echo %sh{ ls } }
|
|
|
|
|
|
creating a new file
|
|
|
|
|
|
more consistency, more shared code
|
|
|
|
|