mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
@@ -458,6 +458,7 @@ func (h *BufPane) DoRuneInsert(r rune) {
|
|||||||
if recording_macro {
|
if recording_macro {
|
||||||
curmacro = append(curmacro, r)
|
curmacro = append(curmacro, r)
|
||||||
}
|
}
|
||||||
|
h.Relocate()
|
||||||
h.PluginCBRune("onRune", r)
|
h.PluginCBRune("onRune", r)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ parts:
|
|||||||
build-attributes: [no-patchelf]
|
build-attributes: [no-patchelf]
|
||||||
override-pull: |
|
override-pull: |
|
||||||
snapcraftctl pull
|
snapcraftctl pull
|
||||||
version="$(go run $SNAPCRAFT_PROJECT_DIR/tools/build-version.go)"
|
version="$(go run $SNAPCRAFT_PART_SRC/tools/build-version.go)"
|
||||||
[ -n "$(echo $version | grep "dev")" ] && grade=devel || grade=stable
|
[ -n "$(echo $version | grep "dev")" ] && grade=devel || grade=stable
|
||||||
snapcraftctl set-version "$version"
|
snapcraftctl set-version "$version"
|
||||||
snapcraftctl set-grade "$grade"
|
snapcraftctl set-grade "$grade"
|
||||||
|
|||||||
Reference in New Issue
Block a user