nushell/crates
Tomas Koutsky 8b193db0cb
Fix VCS markers not showing up in textview (#3530)
Changes:
* Bug fix - bat adds markers only when a file path is passed and it can use git2
on it. It doesn't add markers when bytes are passed. Hence, the code is
adjusted accordingly. The sideeffect is files being opened multiple
times and its content being unnecessarily loaded in memory.
* Refactoring of the crate - Config is extracted to its struct file.
Repetitive blocks of code are dried and nested conditionals are
flattened.
2021-06-03 18:25:28 +12:00
..
nu_plugin_binaryview Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_chart Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_fetch Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_from_bson Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_from_sqlite from sqlite: Add parameter --tables (#3529) 2021-06-01 17:06:32 -05:00
nu_plugin_inc Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_match Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_post Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_ps Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_query_json accomodate decimals when converting gjson numbers (#3544) 2021-06-02 16:12:21 -05:00
nu_plugin_s3 Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_selector Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_start Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_sys Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_textview Fix VCS markers not showing up in textview (#3530) 2021-06-03 18:25:28 +12:00
nu_plugin_to_bson Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_to_sqlite Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_tree Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu_plugin_xpath Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-ansi-term Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-cli Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-command Dataframe commands (#3502) 2021-06-03 18:23:14 +12:00
nu-data Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-engine Retain tag when accessing a var (#3535) 2021-06-02 19:49:14 +12:00
nu-errors Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-json Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-parser Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-plugin Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-pretty-hex Update Cargo.toml (#3526) 2021-06-01 19:32:44 +12:00
nu-protocol Dataframe commands (#3502) 2021-06-03 18:23:14 +12:00
nu-source Dataframe commands (#3502) 2021-06-03 18:23:14 +12:00
nu-stream Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-table Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-test-support Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00
nu-value-ext Bump to 0.32 (#3521) 2021-06-01 08:14:50 +12:00