Skip to content

Commit

Permalink
NVIM v0.3.5
Browse files Browse the repository at this point in the history
Maintenance release to fix issues found in v0.3.4.

FIXES:

f891131 #9894 options: properly reset directories on 'autochdir'
9a5488c Remove MSVC optimization workaround for SHM_ALL
1793ba8 Make SHM_ALL to a variable instead of a compound literal #define
947069b doc: mention "pynvim" module rename
46c7e12 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option
f1843c0 vim-patch:8.1.0677: look-behind match may use the wrong line number
1204421 #8325 :terminal : set topline based on window height
aaa8c3d #9504 :recover : Fix crash on non-existent *.swp
  • Loading branch information
justinmk committed Apr 28, 2019
1 parent f891131 commit 1060bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -113,7 +113,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 3)
set(NVIM_VERSION_PATCH 5)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
set(NVIM_VERSION_PRERELEASE "") # for package maintainers

# API level
set(NVIM_API_LEVEL 5) # Bump this after any API change.
Expand Down

0 comments on commit 1060bfd

Please sign in to comment.