escape vim.cmd string
This commit is contained in:
@@ -7,7 +7,7 @@ end
|
|||||||
vim.g.python3_host_prog = get_python_venv_path()
|
vim.g.python3_host_prog = get_python_venv_path()
|
||||||
|
|
||||||
-- GENERAL SETTINGS {{{1
|
-- GENERAL SETTINGS {{{1
|
||||||
vim.cmd [[
|
vim.cmd [=[
|
||||||
set autowriteall
|
set autowriteall
|
||||||
set exrc
|
set exrc
|
||||||
set secure
|
set secure
|
||||||
@@ -83,7 +83,7 @@ vim.cmd [[
|
|||||||
set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c
|
set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c
|
||||||
set errorformat^=%E%t%*[^:]:\ %m
|
set errorformat^=%E%t%*[^:]:\ %m
|
||||||
|
|
||||||
]]
|
]=]
|
||||||
|
|
||||||
vim.keymap.set('n', ',cf', function()
|
vim.keymap.set('n', ',cf', function()
|
||||||
local qf = vim.fn.getqflist()
|
local qf = vim.fn.getqflist()
|
||||||
|
|||||||
Reference in New Issue
Block a user