Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Browse files

NVIM v0.3.5

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 1060bfd0338253107deaac346e362a9feab32068
Showing with 1 addition and 1 deletion.
  1. +1 −1 CMakeLists.txt
@@ -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.

0 comments on commit 1060bfd

Please sign in to comment.
You can’t perform that action at this time.