Explicitly set script encoding so RegEx behave

This commit is contained in:
Caleb Maclennan
2019-11-15 10:51:10 +03:00
parent 32fe37f4bf
commit 460b8a0304
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
" Created: December 28, 2013
" License: The MIT License (MIT)
" ============================================================================
scriptencoding utf-8
if exists("autoloaded_pencil") | fini | en
let autoloaded_pencil = 1

View File

@@ -5,7 +5,9 @@
" Created: December 28, 2013
" License: The MIT License (MIT)
" ============================================================================
"
scriptencoding utf-8
if exists('g:loaded_pencil') || &cp | fini | en
let g:loaded_pencil = 1