Merge branch 'master' of https://bitbucket.org/4coder/4coder
commit
47b6cc7c42
|
@ -1,6 +1,6 @@
|
|||
#define MAJOR 4
|
||||
#define MINOR 1
|
||||
#define PATCH 3
|
||||
#define PATCH 4
|
||||
|
||||
// string
|
||||
#define VN__(a,b,c) #a "." #b "." #c
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
+ show whitespace mode implemented in 'default_render_buffer'
|
||||
+ `set_face_size` and `set_face_size_this_buffer` commands
|
||||
+ `HookID_WholeScreenRenderCaller` hook runs once per frame after all views render
|
||||
+ Bindings use exact matches for modifiers, instead of most recent sub-set matches
|
||||
+ Extended key codes list
|
||||
+ Fix: tabs are measured with the correct amount of width for the user's settings
|
||||
+ Fix: virtual whitespace toggling works when the config initially diabled virtual whitespace
|
||||
|
|
Loading…
Reference in New Issue