mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Started FAQ
This commit is contained in:
parent
738ef2b0fa
commit
ac8e91e82e
@ -0,0 +1,4 @@
|
|||||||
|
# When I open a note in vim, the cursor is not visible
|
||||||
|
|
||||||
|
It seems to be due to the setting `set term=ansi` in .vimrc. Removing it should fix the issue. See https://github.com/laurent22/joplin/issues/147 for more information.
|
||||||
|
|
@ -90,8 +90,8 @@ android {
|
|||||||
applicationId "net.cozic.joplin"
|
applicationId "net.cozic.joplin"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
versionCode 90
|
versionCode 2097255
|
||||||
versionName "0.10.75"
|
versionName "0.10.77"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86"
|
abiFilters "armeabi-v7a", "x86"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user