diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-06-02 21:00:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 21:00:55 +0800 |
commit | 4b60267f82ef1947f8a583c02eaf502cf1db69ca (patch) | |
tree | b2e181245724b67dd0ed8828537701a3dd6a3c6b /runtime/doc/news.txt | |
parent | 36fd2fcaae757e8ac64c8ff7a66e4f480a075dcf (diff) | |
download | rneovim-4b60267f82ef1947f8a583c02eaf502cf1db69ca.tar.gz rneovim-4b60267f82ef1947f8a583c02eaf502cf1db69ca.tar.bz2 rneovim-4b60267f82ef1947f8a583c02eaf502cf1db69ca.zip |
feat(:source): source current ft=lua buffer as Lua code (#23802)
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 3fd2d4d40e..31f3ff2cd1 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -92,6 +92,9 @@ The following changes to existing APIs or features add new behavior. • |LspRequest| autocmd callbacks now contain additional information about the LSP request status update that occurred. +• `:source` without arguments treats a buffer with its 'filetype' set to "lua" + as Lua code regardless of its extension. + ============================================================================== REMOVED FEATURES *news-removed* |