File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.4.2] 2025-04-08
9
+ ### Fixed
10
+ * Fixed bug where ` :HttpEnvFile ` would give error saying config is nil.
11
+
8
12
## [ 1.4.1] 2025-04-05
9
13
### Improved
10
14
* Context-aware Autocompletion System
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ M.setup = function(opts)
68
68
69
69
-- Set up commands
70
70
vim .api .nvim_create_user_command (" HttpEnvFile" , function ()
71
- M .commands .select_env .select_env_file (M .config .get () )
71
+ M .commands .select_env .select_env_file (M .config .options )
72
72
end , {
73
73
desc = " Select an environment file for HTTP requests." ,
74
74
})
You can’t perform that action at this time.
0 commit comments