We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d4685 commit 9894556Copy full SHA for 9894556
3 files changed
Filelist
@@ -197,7 +197,6 @@ SRC_ALL = \
197
src/testdir/samples/*.txt \
198
src/testdir/samples/test000 \
199
src/testdir/color_ramp.vim \
200
- src/testdir/emoji_list.vim \
201
src/testdir/silent.wav \
202
src/testdir/popupbounce.vim \
203
src/proto.h \
src/testdir/emoji_list.vim runtime/tools/emoji_list.vimsrc/testdir/emoji_list.vim renamed to runtime/tools/emoji_list.vim
@@ -1,4 +1,5 @@
1
" Script to fill the window with emoji characters, one per line.
2
+" Source this script: :source %
3
4
if &modified
5
new
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1540,
759
/**/
760
1539,
761
0 commit comments