diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-12-05 07:18:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 07:18:27 -0800 |
commit | 12901447cb21c7d6628c7c7e60e1bda2e5c0b793 (patch) | |
tree | 4a4b65bd0c20fcdaecb1e349306de63fe4130be5 /test | |
parent | 845e5634215a893bee44effc40093e0e315a012a (diff) | |
download | rneovim-12901447cb21c7d6628c7c7e60e1bda2e5c0b793.tar.gz rneovim-12901447cb21c7d6628c7c7e60e1bda2e5c0b793.tar.bz2 rneovim-12901447cb21c7d6628c7c7e60e1bda2e5c0b793.zip |
docs: graduate intro.txt to "flow layout" #31462
- move credits and backers to credits.txt
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/editor/completion_spec.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/functional/editor/completion_spec.lua b/test/functional/editor/completion_spec.lua index da4d7a6640..eb23de2007 100644 --- a/test/functional/editor/completion_spec.lua +++ b/test/functional/editor/completion_spec.lua @@ -1023,18 +1023,18 @@ describe('completion', function() it("'ignorecase' 'infercase' CTRL-X CTRL-N #6451", function() feed_command('set ignorecase infercase') - feed_command('edit runtime/doc/backers.txt') + feed_command('edit runtime/doc/credits.txt') feed('oX<C-X><C-N>') screen:expect { grid = [[ - *backers.txt* Nvim | - Xnull^ | - {12:Xnull }{101: } | - {4:Xoxomoon }{101: } | - {4:Xu }{101: } NVIM REFERENCE MANUAL | - {4:Xpayn }{12: } | - {4:Xinity }{12: } | - {5:-- Keyword Local completion (^N^P) }{6:match 1 of 7} | + *credits.txt* Nvim | + Xvi^ | + {12:Xvi }{101: } | + {4:Xvim }{101: } | + {4:X11 }{12: } NVIM REFERENCE MANUAL | + {4:Xnull }{12: } | + {4:Xoxomoon }{12: } | + {5:-- Keyword Local completion (^N^P) }{6:match 1 of 10} | ]], } end) |