Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace trim() with a version-compatible alternative. #1265

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Conversation

PhilRunninger
Copy link
Member

@PhilRunninger PhilRunninger commented Sep 15, 2021

Description of Changes

Closes #1263.


New Version Info

Author's Instructions

  • Derive a new MAJOR.MINOR.PATCH version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version when you make backwards-compatible bug fixes
  • Update CHANGELOG.md, following the established pattern.

Collaborator's Instructions

  • Review CHANGELOG.md, suggesting a different version number if necessary.
  • After merging, tag the commit using these (Mac-compatible) bash commands:
    git checkout master
    git pull
    sed -n "$(grep -n -m2 '####' CHANGELOG.md | cut -f1 -d: | sed 'N;s/\n/,/')p" CHANGELOG.md | sed '$d'
    git tag -a $(read -p "Tag Name: " tag;echo $tag) -m"$(git show --quiet --pretty=%s)";git push origin --tags

@PhilRunninger PhilRunninger merged commit 7eee457 into master Sep 15, 2021
@PhilRunninger PhilRunninger deleted the i1263 branch September 15, 2021 02:34
salvadorcunat added a commit to salvadorcunat/scripts-config-dotfiles that referenced this pull request Sep 19, 2021
Syncing log
------------
X11 forwarding request failed on channel 0
Desde git+ssh://github.com/salvadorcunat/scripts-config-dotfiles
 = [actualizado]     master     -> origin/master
Ya está actualizado.
12c12
< I3MSG="$(which i3-msg)"
---
> I3MSG="$(command -v i3-msg)"
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/init_ws
'/home/boret/.i3/init_ws' -> '/home/boret/src/scripts-config-dotfiles/.i3/init_ws'
--------------------------------
8c8
< _TERMITE="$(which termite)"
---
> _TERMITE="$(command -v termite)"
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/termite_wrap
'/home/boret/.i3/termite_wrap' -> '/home/boret/src/scripts-config-dotfiles/.i3/termite_wrap'
--------------------------------
10,11c10,11
< I3MSG=$(which i3-msg)
< NOTIFY=$(which notify-send)
---
> I3MSG=$(command -v i3-msg)
> NOTIFY=$(command -v notify-send)
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/Cmus
'/home/boret/.i3/Cmus' -> '/home/boret/src/scripts-config-dotfiles/.i3/Cmus'
--------------------------------
25c25
< _sleep="$(which sleep)"
---
> _sleep="$(command -v sleep)"
27c27
< _notify="$(which notify-send)"		# notify command or simple echo if not installed
---
> _notify="$(command -v notify-send)"		# notify command or simple echo if not installed
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/fehbg_new
'/home/boret/.i3/fehbg_new' -> '/home/boret/src/scripts-config-dotfiles/.i3/fehbg_new'
--------------------------------
19c19
< I3MSG=$(which i3-msg)
---
> I3MSG=$(command -v i3-msg)
21,22c21,22
< CONKY=$(which conky)
< NOTIFY=$(which notify-send)
---
> CONKY=$(command -v conky)
> NOTIFY=$(command -v notify-send)
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/vim_ws
'/home/boret/.i3/vim_ws' -> '/home/boret/src/scripts-config-dotfiles/.i3/vim_ws'
--------------------------------
26c26,27
< 			"$_CRT" -e wicd-curses &
---
> 			nmcli device wifi rescan
> 			"$_CRT" -e nmtui &
29c30
< 			"$_TERMINATOR" -b -T "Mpstat" -p floating -e 'gotop' &
---
> 			"$_TERMINATOR" -b --geometry 800x600 -T "Mpstat" -p floating -e 'bpytop' &
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/lemonbar/i3_lemonbar_output_parser.sh
'/home/boret/.i3/lemonbar/i3_lemonbar_output_parser.sh' -> '/home/boret/src/scripts-config-dotfiles/.i3/lemonbar/i3_lemonbar_output_parser.sh'
--------------------------------
157c157
< 			wifi="%{F${bg_col}}${sep_left}%{F${fg_col} B${bg_col} T2}%{A:wifi_ap:}$(pad_str "${icon_wap}" 3)%{T1}$(pad_str "${wifi_ap}" 16)%{A}"
---
> 			wifi="%{F${bg_col}}${sep_left}%{F${fg_col} B${bg_col} T2}%{A:wifi_ap:}$(pad_str "${icon_wap}" 3)%{T1}$(pad_str "${wifi_ap}" 16) %{A}"
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/lemonbar/i3_lemonbar_parser.sh
'/home/boret/.i3/lemonbar/i3_lemonbar_parser.sh' -> '/home/boret/src/scripts-config-dotfiles/.i3/lemonbar/i3_lemonbar_parser.sh'
--------------------------------
5c5
< font="Arimo for Powerline-8"
---
> #font="Arimo for Powerline-8"
6a7
> font="Terminess for Powerline-8"
11c12
< geometry="${res_w}x16"
---
> geometry="${res_w}x15"
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/lemonbar/i3_lemonbar_config
'/home/boret/.i3/lemonbar/i3_lemonbar_config' -> '/home/boret/src/scripts-config-dotfiles/.i3/lemonbar/i3_lemonbar_config'
--------------------------------
99a100
> /home/boret/Descargas/Computer-Science-Pictures.jpg
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/wallpapers.txt
'/home/boret/.i3/wallpapers.txt' -> '/home/boret/src/scripts-config-dotfiles/.i3/wallpapers.txt'
--------------------------------
3,4c3,4
< # Find if an instance of compton is running and launch a new instance if it's not.
< # Use parameter -f or --force to re-launch compton
---
> # Find if an instance of picom is running and launch a new instance if it's not.
> # Use parameter -f or --force to re-launch picom
11,12c11,12
< COMPTON="$(which compton)"
< COMPTONPROC=$(pgrep -l compton |grep -v wrap); COMPTONPROC=${COMPTONPROC%\ *}
---
> COMPTON="$(command -v picom)"
> COMPTONPROC=$(pgrep -l picom |grep -v wrap); COMPTONPROC=${COMPTONPROC%\ *}
27c27
< 					report_msg "${0##*/}" "killing compton, PID $COMPTONPROC" && \
---
> 					report_msg "${0##*/}" "killing picom, PID $COMPTONPROC" && \
42,43c42,43
< 	$COMPTON -b --config "$HOME"/.config/compton/compton.conf && \
< 	report_msg "${0##*/}" "Running compton"
---
> 	$COMPTON -b --config "$HOME"/.config/picom/picom.conf && \
> 	report_msg "${0##*/}" "Running picom"
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/compton_wrap
'/home/boret/.i3/compton_wrap' -> '/home/boret/src/scripts-config-dotfiles/.i3/compton_wrap'
--------------------------------
68c68
< /usr/local/bin/i3 -V >>"$HOME"/.i3/i3log 2>&1
---
> /usr/local/bin/i3 -V >"$HOME"/.i3/i3log 2>&1
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/i3-wrapper.sh
'/home/boret/.i3/i3-wrapper.sh' -> '/home/boret/src/scripts-config-dotfiles/.i3/i3-wrapper.sh'
--------------------------------
/usr/bin/diff: /home/boret/LICENSE: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/doc/tags: No existe el fichero o el directorio
--------------------------------
85c85
<     " If you cancel and quit window resize mode by `z` (keycode 122)
---
>     " If you want to cancel and quit window resize mode by `z` (keycode 122)
86a87,91
>
>     " To expand your window size toward upper using upper arrow (instead of k)
>     let g:winresizer_keycode_up = "\<UP>"
>     " To expand your window size toward lower using down arrow (instead of j)
>     let g:winresizer_keycode_down = "\<DOWN>"
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/winresizer/README.md
'/home/boret/.vim/bundle/winresizer/README.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/winresizer/README.md'
--------------------------------
Los ficheros binarios /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/screenshot.png y /home/boret/.vim/bundle/dracula/screenshot.png son distintos
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/screenshot.png
'/home/boret/.vim/bundle/dracula/screenshot.png' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/screenshot.png'
--------------------------------
43a44,63
> " GitGutter / gitsigns: {{{
> if exists('g:loaded_gitgutter')
>   hi! link GitGutterAdd    DiffAdd
>   hi! link GitGutterChange DiffChange
>   hi! link GitGutterDelete DiffDelete
> endif
> if has('nvim-0.5') && luaeval("pcall(require, 'gitsigns')")
>   " https://github.com/lewis6991/gitsigns.nvim requires nvim > 0.5
>   " has('nvim-0.5') checks >= 0.5, so this should be future-proof.
>   hi! link GitSignsAdd      DiffAdd
>   hi! link GitSignsAddLn    DiffAdd
>   hi! link GitSignsAddNr    DiffAdd
>   hi! link GitSignsChange   DiffChange
>   hi! link GitSignsChangeLn DiffChange
>   hi! link GitSignsChangeNr DiffChange
>   hi! link GitSignsDelete   DiffDelete
>   hi! link GitSignsDeleteLn DiffDelete
>   hi! link GitSignsDeleteNr DiffDelete
> endif
> " }}}
44a65,69
> " The nvim-treesitter library defines many global highlight groups that are
> " linked to the regular vim syntax highlight groups. We only need to redefine
> " those highlight groups when the defaults do not match the dracula
> " specification.
> " https://github.com/nvim-treesitter/nvim-treesitter/blob/master/plugin/nvim-treesitter.vim
71a97,99
>   " HTML and JSX tag attributes. By default, this group is linked to TSProperty,
>   " which in turn links to Identifer (white).
>   hi! link TSTagAttribute DraculaGreenItalic
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/plugin/dracula.vim
'/home/boret/.vim/bundle/dracula/after/plugin/dracula.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/plugin/dracula.vim'
--------------------------------
12a13,14
> hi! link jsBuiltins                DraculaCyan
> hi! link jsClassDefinition         DraculaCyan
19a22
> hi! link jsFuncArgs                DraculaOrangeItalic
20a24,26
> hi! link jsNull                    Constant
> hi! link jsObjectColon             DraculaPink
> hi! link jsSuper                   DraculaPurpleItalic
21a28,29
> hi! link jsThis                    DraculaPurpleItalic
> hi! link jsUndefined               Constant
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/syntax/javascript.vim
'/home/boret/.vim/bundle/dracula/after/syntax/javascript.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/syntax/javascript.vim'
--------------------------------
14d13
< hi! link texRefZone       DraculaBgDarker
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/syntax/tex.vim
'/home/boret/.vim/bundle/dracula/after/syntax/tex.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/syntax/tex.vim'
--------------------------------
235c235
< hi! link TabLineFill  DraculaBgDarker
---
> hi! link TabLineFill  DraculaBgDark
252a253,255
>   hi! link LspReferenceText DraculaSelection
>   hi! link LspReferenceRead DraculaSelection
>   hi! link LspReferenceWrite DraculaSelection
262c265
<   hi! link SpecialKey DraculaSubtle
---
>   hi! link SpecialKey DraculaPink
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/colors/dracula.vim
'/home/boret/.vim/bundle/dracula/colors/dracula.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/colors/dracula.vim'
--------------------------------
9a10,11
>
> - \*nix:
14,15c16,19
< If you use vim 8.0 (and not 8.2), you may need to use
< `~/.vim/pack/themes/opt` instead.
---
> - Windows: create directory `$HOME\vimfiles\pack\themes\start`
>
> If you use vim 8.0 (and not 8.2), you may need to use `~/.vim/pack/themes/opt`
> or `$HOME\vimfiles\pack\themes\opt` instead.
18a23,24
>
> - \*nix:
22a29,30
> - Windows: navigate to `$HOME\vimfiles\pack\themes\start`
>
27a36
> (Or use your favorite GUI client, or download the ZIP)
29,35c38
< 4. Create configuration file (in case you don't have yet):
<
< ```
< touch ~/.vimrc
< ```
<
< 5. Edit the `~/.vimrc` file with the following content:
---
> 4. Edit your `vimrc` file with the following content:
42a46,49
> The location of the `vimrc` varies between platforms:
> - \*nix: `~/.vim/vimrc` or `~/.vimrc`
> - Windows: `$HOME\vimfiles\vimrc` or `$HOME\_vimrc`
>
45c52,54
< If you [use vim + pathogen](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/):
---
> - If you [use vim + pathogen + submodules](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/):
>
> Navigate to your vim directory (\*nix: `~/.vim`; Windows: `$HOME\vimfiles`)
47d55
<     cd ~/.vim
52c60
< If you [use vim + vundle](https://github.com/VundleVim/Vundle):
---
> - If you [use vim + vundle](https://github.com/VundleVim/Vundle):
59c67
< If you [use vim-plug](https://github.com/junegunn/vim-plug) (\`as\` will install
---
> - If you [use vim-plug](https://github.com/junegunn/vim-plug) (\`as\` will install
67c75
< If you [use spacevim](https://spacevim.org), put the
---
> - If you [use spacevim](https://spacevim.org), put the
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/INSTALL.md
'/home/boret/.vim/bundle/dracula/INSTALL.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/INSTALL.md'
--------------------------------
27a28
>
42a44,63
>     * base16_atelier_cave
>     * base16_atelier_cave_light
>     * base16_atelier_dune
>     * base16_atelier_dune_light
>     * base16_atelier_estuary
>     * base16_atelier_estuary_light
>     * base16_atelier_forest
>     * base16_atelier_forest_light
>     * base16_atelier_heath
>     * base16_atelier_heath_light
>     * base16_atelier_lakeside
>     * base16_atelier_lakeside_light
>     * base16_atelier_plateau
>     * base16_atelier_plateau_light
>     * base16_atelier_savanna
>     * base16_atelier_savanna_light
>     * base16_atelier_seaside
>     * base16_atelier_seaside_light
>     * base16_atelier_sulphurpool
>     * base16_atelier_sulphurpool_light
47a69
>     * base16_atlas
48a71,81
>     * base16_black_metal
>     * base16_black_metal_bathory
>     * base16_black_metal_burzum
>     * base16_black_metal_dark_funeral
>     * base16_black_metal_gorgoroth
>     * base16_black_metal_immortal
>     * base16_black_metal_khold
>     * base16_black_metal_marduk
>     * base16_black_metal_mayhem
>     * base16_black_metal_nile
>     * base16_black_metal_venom
50a84,86
>     * base16_brogrammer
>     * base16_brushtrees
>     * base16_brushtrees_dark
51a88
>     * base16_circus
52a90,91
>     * base16_classic_dark
>     * base16_classic_light
54a94,97
>     * base16_cupcake
>     * base16_cupertino
>     * base16_darktooth
>     * base16_decaf
55a99,103
>     * base16_default_dark
>     * base16_default_light
>     * base16_dracula
>     * base16_edge_dark
>     * base16_edge_light
57a106
>     * base16_espresso
58a108,111
>     * base16_framer
>     * base16_fruit_soda
>     * base16_gigavolt
>     * base16_github
59a113,114
>     * base16_google_dark
>     * base16_google_light
60a116,117
>     * base16_grayscale_dark
>     * base16_grayscale_light
62a120,125
>     * base16_gruvbox_dark_medium
>     * base16_gruvbox_dark_pale
>     * base16_gruvbox_dark_soft
>     * base16_gruvbox_light_hard
>     * base16_gruvbox_light_medium
>     * base16_gruvbox_light_soft
63a127,131
>     * base16_harmonic_dark
>     * base16_harmonic_light
>     * base16_heetch
>     * base16_heetch_light
>     * base16_helios
64a133,140
>     * base16_horizon_dark
>     * base16_horizon_light
>     * base16_horizon_terminal_dark
>     * base16_horizon_terminal_light
>     * base16_ia_dark
>     * base16_ia_light
>     * base16_icy
>     * base16_irblack
66a143
>     * base16_macintosh
67a145,152
>     * base16_materia
>     * base16_material
>     * base16_material_darker
>     * base16_material_lighter
>     * base16_material_palenight
>     * base16_material_vivid
>     * base16_mellow_purple
>     * base16_mexico_light
70a156
>     * base16_nova
72a159,163
>     * base16_one_light
>     * base16_onedark
>     * base16_outrun_dark
>     * base16_papercolor_dark
>     * base16_papercolor_light
73a165,166
>     * base16_phd
>     * base16_pico
74a168
>     * base16_porple
75a170,171
>     * base16_rebecca
>     * base16_sandcastle
77a174,175
>     * base16_snazzy
>     * base16_solarflare
78a177,178
>     * base16_solarized_dark
>     * base16_solarized_light
80a181,183
>     * base16_summerfruit_dark
>     * base16_summerfruit_light
>     * base16_synth_midnight_dark
81a185,187
>     * base16_tomorrow_night
>     * base16_tomorrow_night_eighties
>     * base16_tube
83a190,194
>     * base16_unikitty_dark
>     * base16_unikitty_light
>     * base16_woodland
>     * base16_xcode_dusk
>     * base16_zenburn
128a240,241
>     * selenized
>     * selenized_bw
137a251
>     * supernova
224c338
< Highlight when the buffer is modified.
---
> Highlight when the buffer is modified. >
298a413,429
> ==============================================================================
> Base16 Themes Generation *airline-themes-base16-generation*
>
> Base16 is a curated list of themes you can find here:
> https://github.com/chriskempson/base16.
>
> Each theme defines 16 colors, and each editor creates a template .mustache
> file to create the themes for their application.
>
> You can find the .mustache files for vim-airline themes here:
> https://github.com/dawikur/base16-vim-airline-themes.
> If the .mustache file is given to a Base16 builder,
> it will generate every included base16 theme.
>
> These themes were generated using the Python builder which is available here:
> https://github.com/InspectorMustache/base16-builder-python
>
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline-themes/doc/airline-themes.txt
'/home/boret/.vim/bundle/vim-airline-themes/doc/airline-themes.txt' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline-themes/doc/airline-themes.txt'
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/vim-airline-themes/.travis.yml: No existe el fichero o el directorio
--------------------------------
172c172
<     let newNodeName = input(prompt, curDirNode.path.str() . nerdtree#slash(), 'file')
---
>     let newNodeName = substitute(input(prompt, curDirNode.path.str() . nerdtree#slash(), 'file'), '\(^\s*\|\s*$\)', '', 'g')
209c209
<         let newNodePath = input(prompt, curNode.path.str(), 'file')
---
>         let newNodePath = substitute(input(prompt, curNode.path.str(), 'file'), '\(^\s*\|\s*$\)', '', 'g')
340c340
<     let newNodePath = input(prompt, currentNode.path.str(), 'file')
---
>     let newNodePath = substitute(input(prompt, currentNode.path.str(), 'file'), '\(^\s*\|\s*$\)', '', 'g')
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/nerdtree_plugin/fs_menu.vim
'/home/boret/.vim/bundle/nerdtree/nerdtree_plugin/fs_menu.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/nerdtree_plugin/fs_menu.vim'
--------------------------------
252c252
<          Open selected bookmark directory in current NERDTree
---
>          Find selected bookmark directory in current NERDTree
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/doc/NERDTree.txt
'/home/boret/.vim/bundle/nerdtree/doc/NERDTree.txt' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/doc/NERDTree.txt'
--------------------------------
39,40c39,40
<     exec 'syn match NERDTreeExecFile #^.*'.g:NERDTreeNodeDelimiter.'\*\($\| \)# contains=NERDTreeRO,NERDTreeBookmark'
<     exec 'syn match NERDTreeFile  #^[^"\.'.s:dirArrows.'] *[^'.s:dirArrows.']*# contains=NERDTreeLink,NERDTreeRO,NERDTreeBookmark,NERDTreeExecFile'
---
>     exec 'syn match NERDTreeExecFile #^.*'.g:NERDTreeNodeDelimiter.'\*\($\| \)# contains=NERDTreeRO,NERDTreeBookmarkName'
>     exec 'syn match NERDTreeFile  #^[^"\.'.s:dirArrows.'] *[^'.s:dirArrows.']*# contains=NERDTreeLink,NERDTreeRO,NERDTreeBookmarkName,NERDTreeExecFile'
43,44c43,44
<     exec 'syn match NERDTreeExecFile #[^'.g:NERDTreeNodeDelimiter.']\{-}'.g:NERDTreeNodeDelimiter.'\*\($\| \)# contains=NERDTreeRO,NERDTreeBookmark'
<     exec 'syn match NERDTreeFile     #^.*'.g:NERDTreeNodeDelimiter.'.*[^\/]\($\|'.g:NERDTreeNodeDelimiter.'.*\)# contains=NERDTreeLink,NERDTreeRO,NERDTreeBookmark,NERDTreeExecFile'
---
>     exec 'syn match NERDTreeExecFile #[^'.g:NERDTreeNodeDelimiter.']\{-}'.g:NERDTreeNodeDelimiter.'\*\($\| \)# contains=NERDTreeRO,NERDTreeBookmarkName'
>     exec 'syn match NERDTreeFile     #^.*'.g:NERDTreeNodeDelimiter.'.*[^\/]\($\|'.g:NERDTreeNodeDelimiter.'.*\)# contains=NERDTreeLink,NERDTreeRO,NERDTreeBookmarkName,NERDTreeExecFile'
48c48
< exec 'syn match NERDTreeRO #.*'.g:NERDTreeNodeDelimiter.'\zs.*\ze'.g:NERDTreeNodeDelimiter.'.*\['.g:NERDTreeGlyphReadOnly.'\]# contains=NERDTreeIgnore,NERDTreeBookmark,NERDTreeFile'
---
> exec 'syn match NERDTreeRO #.*'.g:NERDTreeNodeDelimiter.'\zs.*\ze'.g:NERDTreeNodeDelimiter.'.*\['.g:NERDTreeGlyphReadOnly.'\]# contains=NERDTreeIgnore,NERDTreeBookmarkName,NERDTreeFile'
55c55
< syn match NERDTreeBookmark # {.*}#hs=s+1
---
> syn match NERDTreeBookmarkName # {.*}#hs=s+2,he=e-1
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/syntax/nerdtree.vim
'/home/boret/.vim/bundle/nerdtree/syntax/nerdtree.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/syntax/nerdtree.vim'
--------------------------------
151c151
< ### How can I close Vim automatically when NERDTree is the last window?
---
> ### How can I close Vim or a tab automatically when NERDTree is the last window?
154,156c154,160
< " Exit Vim if NERDTree is the only window left.
< autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() |
<     \ quit | endif
---
> " Exit Vim if NERDTree is the only window remaining in the only tab.
> autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif
> ```
> ---
> ```vim
> " Close the tab if NERDTree is the only window remaining in it.
> autocmd BufEnter * if winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif
171c175
< autocmd BufWinEnter * silent NERDTreeMirror
---
> autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
185a190,221
>
> ### Can NERDTree access remote files via scp or ftp?
>
> Short answer: No, and there are no plans to add that functionality. However, Vim ships with a plugin that does just that. It's called netrw, and by adding the following lines to your `.vimrc`, you can use it to open files over the `scp:`, `ftp:`, or other protocols, while still using NERDTree for all local files. The function seamlessly makes the decision to open NERDTree or netrw, and other supported protocols can be added to the regular expression.
>
> ```vim
> " Function to open the file or NERDTree or netrw.
> "   Returns: 1 if either file explorer was opened; otherwise, 0.
> function! s:OpenFileOrExplorer(...)
>     if a:0 == 0 || a:1 == ''
>         NERDTree
>     elseif filereadable(a:1)
>         execute 'edit '.a:1
>         return 0
>     elseif a:1 =~? '^\(scp\|ftp\)://' " Add other protocols as needed.
>         execute 'Vexplore '.a:1
>     elseif isdirectory(a:1)
>         execute 'NERDTree '.a:1
>     endif
>     return 1
> endfunction
>
> " Auto commands to handle OS commandline arguments
> autocmd StdinReadPre * let s:std_in=1
> autocmd VimEnter * if argc()==1 && !exists('s:std_in') | if <SID>OpenFileOrExplorer(argv()[0]) | wincmd p | enew | wincmd p | endif | endif
>
> " Command to call the OpenFileOrExplorer function.
> command! -n=? -complete=file -bar Edit :call <SID>OpenFileOrExplorer('<args>')
>
> " Command-mode abbreviation to replace the :edit Vim command.
> cnoreabbrev e Edit
> ```
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/README.markdown
'/home/boret/.vim/bundle/nerdtree/README.markdown' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/README.markdown'
--------------------------------
8c8,14
< - **.8**: Put `Callback` function variables in local scope. [#1230](https://github.com/preservim/nerdtree/pull/1230)
---
> - **.14**:  Replace trim() with a version-compatible alternative. (PhilRunninger) [#1265](https://github.com/preservim/nerdtree/pull/1265)
> - **.13**: Change highlighting of bookmarks in the tree. (PhilRunninger) [#1261](https://github.com/preservim/nerdtree/pull/1261)
> - **.12**: Answer the question about accessing files over scp or ftp. (PhilRunninger) [#1259](https://github.com/preservim/nerdtree/pull/1259)
> - **.11**: Trim filenames created via the fs_menu (elanorigby) [#1243](https://github.com/preservim/nerdtree/pull/1243)
> - **.10**: Improve F.A.Q. Answers and Issue Templates (PhilRunninger) [#1249](https://github.com/preservim/nerdtree/pull/1249)
> - **.9**: `go` on a bookmark directory will NERDTreeFind it. (PhilRunninger) [#1236](https://github.com/preservim/nerdtree/pull/1236)
> - **.8**: Put `Callback` function variables in local scope. (PhilRunninger) [#1230](https://github.com/preservim/nerdtree/pull/1230)
10c16
< - **.6**: Restore the default behavior of the <CR> key. (PhilRunninger) [#1221](https://github.com/preservim/nerdtree/pull/1221)
---
> - **.6**: Restore the default behavior of the `<CR>` key. (PhilRunninger) [#1221](https://github.com/preservim/nerdtree/pull/1221)
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/CHANGELOG.md
'/home/boret/.vim/bundle/nerdtree/CHANGELOG.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/CHANGELOG.md'
--------------------------------
575c575,579
<     call a:bookmark.activate(b:NERDTree, !a:bookmark.path.isDirectory ? {'stay': 1, 'where': 'p', 'keepopen': 1} : {})
---
>     if a:bookmark.path.isDirectory
>         execute 'NERDTreeFind '.a:bookmark.path.str()
>     else
>         call a:bookmark.activate(b:NERDTree, {'stay': 1, 'where': 'p', 'keepopen': 1})
>     endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/autoload/nerdtree/ui_glue.vim
'/home/boret/.vim/bundle/nerdtree/autoload/nerdtree/ui_glue.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/autoload/nerdtree/ui_glue.vim'
--------------------------------
233c233
<   if exists("s:timer") && a:timer == s:timer
---
>   if exists("s:timer") && a:timer == s:timer && exists('#airline')
242c242
<   let files = split(globpath(&rtp, "autoload/airline/extensions/*.vim"), "\n")
---
>   let files = split(globpath(&rtp, 'autoload/airline/extensions/*.vim', 1), "\n")
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/plugin/airline.vim
'/home/boret/.vim/bundle/vim-airline/plugin/airline.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/plugin/airline.vim'
--------------------------------
74,75c74,76
<            percentage % ☰ current line/number of lines ln : column
<            So this: 10% ☰ 10/100 ln : 20   means: >
---
>            percentage % ln: current line/number of lines ☰ cn: column
>            So this: 10% ln:10/100☰ cn:20
> 	   means: >
77,79c78,81
<               ☰ 10    - current line 10
<               /100 ln - of 100 lines
<               : 20    - current column 20
---
> 	      ln:     - line number is
>               10/100☰ - 10 of 100 total lines
> 	      cn:     - column number is
>               20      - 20
120a123,126
> * enable experimental features >
>   " Currently: Enable Vim9 Script implementation
>   let g:airline_experimental = 1
>
175,176c181,182
<     hi CursorLine ctermbg=none guibg=none
<     hi VertSplit ctermbg=none guibg=none
---
>     hi CursorLine ctermbg=none guibg=NONE
>     hi VertSplit ctermbg=none guibg=NONE
274c280
<   let g:airline_focuslost_inactive = 1
---
>   let g:airline_focuslost_inactive = 0
298a305,307
> * Display a only file name in statusline: >
>   let g:airline_section_c_only_filename = 1
> >
338a348,357
> Note: Some additional characters like spaces and colons may be included in the
> default. Including them within the symbol definitions rather than outside of
> them allows you to eliminate or otherwise alter them.
>
> Note: Be aware that some of these glyphs are defined as ligatures, so they may
> show up different (usually bigger) if followed by a space. This only happens
> if both the font and terminal implementation used support ligatures. If you
> want to follow a glyph with a space _without_ the alternate ligature being
> rendered, follow it with a non-breaking-space character.
>
350a370,371
>   let g:airline_symbols.colnr = ' ㏇:'
>   let g:airline_symbols.colnr = ' ℅:'
353,354c374,375
<   let g:airline_symbols.linenr = '␊'
<   let g:airline_symbols.linenr = '␤'
---
>   let g:airline_symbols.linenr = ' ␊:'
>   let g:airline_symbols.linenr = ' ␤:'
371a393
>   let g:airline_symbols.colnr = ' :'
373,374c395,396
<   let g:airline_symbols.linenr = '☰'
<   let g:airline_symbols.maxlinenr = ''
---
>   let g:airline_symbols.linenr = ' :'
>   let g:airline_symbols.maxlinenr = '☰ '
761c783
< "[git]" to be able do distinguish between fugitive and non-fugitive buffers.
---
> "[git]" to be able to distinguish between fugitive and non-fugitive buffers.
834c856
< * set name for default lauout (empty to disable it completely) >
---
> * set name for default layout (empty to disable it completely) >
896c918
<   Prevents heavy operation when using a language server that sends frequent progress notifications.
---
>   Prevents heavy operation when using a language server that sends frequent progress notifications.
1347a1370,1375
> -------------------------------------                      *airline-scrollbar*
>
> Displays an Ascii Scrollbar for active windows with a width > 200.
>
> * enable/disable scrollbar integration >
>   let g:airline#extensions#scrollbar#enabled = 1 (default: 0)
1531a1560,1562
>
>   " this can also be configured for an individual buffer
>   let b:airline_whitespace_trailing_regexp = '\s$'
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/doc/airline.txt
'/home/boret/.vim/bundle/vim-airline/doc/airline.txt' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/doc/airline.txt'
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/vim-airline/.travis.yml: No existe el fichero o el directorio
--------------------------------
22a23,36
>   it 'should be same &columns'
>     let g:airline_statusline_ontop = 1
>     Expect airline#util#winwidth() == &columns
>   end
>
>   it 'should be same winwidth(0)'
>     let g:airline_statusline_ontop = 0
>     Expect airline#util#winwidth() == winwidth(0)
>   end
>
>   it 'should be same winwidth(30)'
>     Expect airline#util#winwidth(30, 0) == winwidth(30)
>   end
>
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/util.vim
'/home/boret/.vim/bundle/vim-airline/t/util.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/util.vim'
--------------------------------
37a38,57
>
>   it 'value should be blank'
>     Expect airline#parts#filetype() == ''
>   end
>
>   it 'can overwrite a filetype'
>     set ft=aaa
>     Expect airline#parts#filetype() == 'aaa'
>   end
>
>   it 'can overwrite a filetype'
>     "GitHub actions's vim's column is smaller than 90
>     set ft=aaaa
>     if &columns >= 90
>       Expect airline#parts#filetype() == 'aaaa'
>     else
>       Expect airline#parts#filetype() == 'aaa…'
>     endif
>   end
>
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/parts.vim
'/home/boret/.vim/bundle/vim-airline/t/parts.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/parts.vim'
--------------------------------
33a34,38
>
>   it 'should have a extensions command'
>     Expect exists(':AirlineExtensions') to_be_true
>   end
>
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/commands.vim
'/home/boret/.vim/bundle/vim-airline/t/commands.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/commands.vim'
--------------------------------
35a36,42
>   it 'section c should be path and coc_status'
>     set autochdir
>     call s:clear()
>     call airline#init#sections()
>     Expect g:airline_section_c == '%<%F%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_bold#%#__restore__#%#__accent_bold#%#__restore__#'
>   end
>
37c44
<     Expect g:airline_section_x == '%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
---
>     Expect g:airline_section_x == '%#__accent_bold#%#__restore__#%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
50a58,66
>   it 'section gutter should be blank unless csv extension is installed'
>     " Note: the csv extension uses only the window local variable
>     Expect g:airline_section_gutter =~ '%='
>   end
>
>   it 'section warning should be blank'
>     Expect g:airline_section_warning =~ ''
>   end
>
83a100
>     Expect airline#parts#get('coc_current_function').raw == ''
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/init.vim
'/home/boret/.vim/bundle/vim-airline/t/init.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/init.vim'
--------------------------------
20a21
>     - Ascii Scrollbar support
23c24
<   - coc extensions can also show additional status messages
---
>   - coc extensions can also show additional status messages as well as the current function
24a26
>   - rewrote parts using Vim9 Script for performance improvements
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/CHANGELOG.md
'/home/boret/.vim/bundle/vim-airline/CHANGELOG.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/CHANGELOG.md'
--------------------------------
6a7
> let g:airline_inactive_funcrefs = get(g:, 'airline_inactive_statusline_funcrefs', [])
9d9
< let s:inactive_funcrefs = []
16,17c16,18
< function! airline#add_statusline_func(name)
<   call airline#add_statusline_funcref(function(a:name))
---
> function! airline#add_statusline_func(name, ...)
>   let warn = get(a:, 1, 1)
>   call airline#add_statusline_funcref(function(a:name), warn)
20c21,27
< function! airline#add_statusline_funcref(function)
---
> function! airline#add_inactive_statusline_func(name, ...)
>   let warn = get(a:, 1, 1)
>   call airline#add_inactive_statusline_funcref(function(a:name), warn)
> endfunction
>
>
> function! airline#add_statusline_funcref(function, ...)
22c29,32
<     call airline#util#warning(printf('The airline statusline funcref "%s" has already been added.', string(a:function)))
---
>     let warn = get(a:, 1, 1)
>     if warn > 0
>       call airline#util#warning(printf('The airline statusline funcref "%s" has already been added.', string(a:function)))
>     endif
35,36c45,53
< function! airline#add_inactive_statusline_func(name)
<   call add(s:inactive_funcrefs, function(a:name))
---
> function! airline#add_inactive_statusline_funcref(function, ...)
>   if index(g:airline_inactive_funcrefs, a:function) >= 0
>     let warn = get(a:, 1, 1)
>     if warn > 0
>       call airline#util#warning(printf('The airline inactive statusline funcref "%s" has already been added.', string(a:function)))
>     endif
>     return
>   endif
>   call add(g:airline_inactive_funcrefs, a:function)
55a73,74
>
>   call airline#util#doautocmd('AirlineAfterTheme')
96,97d114
<   call airline#util#doautocmd('AirlineAfterTheme')
<
171c188
<     call s:invoke_funcrefs(context, s:inactive_funcrefs)
---
>     call s:invoke_funcrefs(context, g:airline_inactive_funcrefs)
206,225c223,242
<     let l:m = mode(1)
<     if l:m ==# "i"
<       let l:mode = ['insert']
<     elseif l:m[0] ==# "i"
<       let l:mode = ['insert']
<     elseif l:m ==# "Rv"
<       let l:mode =['replace']
<     elseif l:m[0] ==# "R"
<       let l:mode = ['replace']
<     elseif l:m[0] =~# '\v(v|V|�|s|S|�)'
<       let l:mode = ['visual']
<     elseif l:m ==# "t"
<       let l:mode = ['terminal']
<     elseif l:m[0] ==# "c"
<       let l:mode = ['commandline']
<     elseif l:m ==# "no"   " does not work, most likely, Vim does not refresh the statusline in OP mode
<       let l:mode = ['normal']
<     elseif l:m[0:1] ==# 'ni'
<       let l:mode = ['insert']
<       let l:m = 'ni'
---
>     let m = mode(1)
>     if m ==# "i"
>       let mode = ['insert']
>     elseif m[0] ==# "i"
>       let mode = ['insert']
>     elseif m ==# "Rv"
>       let mode =['replace']
>     elseif m[0] ==# "R"
>       let mode = ['replace']
>     elseif m[0] =~# '\v(v|V|�|s|S|�)'
>       let mode = ['visual']
>     elseif m ==# "t"
>       let mode = ['terminal']
>     elseif m[0] ==# "c"
>       let mode = ['commandline']
>     elseif m ==# "no"   " does not work, most likely, Vim does not refresh the statusline in OP mode
>       let mode = ['normal']
>     elseif m[0:1] ==# 'ni'
>       let mode = ['insert']
>       let m = 'ni'
227c244
<       let l:mode = ['normal']
---
>       let mode = ['normal']
231c248
<       let l:m = 'multi'
---
>       let m = 'multi'
233,234c250,251
<     if index(['Rv', 'no', 'ni', 'ix', 'ic', 'multi'], l:m) == -1
<       let l:m = l:m[0]
---
>     if index(['Rv', 'no', 'ni', 'ix', 'ic', 'multi'], m) == -1
>       let m = m[0]
236c253
<     let w:airline_current_mode = get(g:airline_mode_map, l:m, l:m)
---
>     let w:airline_current_mode = get(g:airline_mode_map, m, m)
238c255
<     let l:mode = ['inactive']
---
>     let mode = ['inactive']
243c260
<     call add(l:mode, 'modified')
---
>     call add(mode, 'modified')
247c264
<     call add(l:mode, 'paste')
---
>     call add(mode, 'paste')
251c268
<     call add(l:mode, 'crypt')
---
>     call add(mode, 'crypt')
255c272
<     call add(l:mode, 'spell')
---
>     call add(mode, 'spell')
259c276
<     call add(l:mode, 'readonly')
---
>     call add(mode, 'readonly')
262c279
<   let mode_string = join(l:mode)
---
>   let mode_string = join(mode)
265c282
<     call airline#highlighter#highlight(l:mode, context.bufnr)
---
>     call airline#highlighter#highlight(mode, string(context.bufnr))
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline.vim'
--------------------------------
44,59c44,83
< function! airline#msdos#round_msdos_colors(rgblist)
<   " Check for values from MSDOS 16 color terminal
<   let best = []
<   let min  = 100000
<   let list = s:basic16
<   for value in list
<     let t = abs(value[0] - a:rgblist[0]) +
<           \ abs(value[1] - a:rgblist[1]) +
<           \ abs(value[2] - a:rgblist[2])
<     if min > t
<       let min = t
<       let best = value
<     endif
<   endfor
<   return index(s:basic16, best)
< endfunction
---
> if !exists(":def") || !airline#util#has_vim9_script()
>
> 	function! airline#msdos#round_msdos_colors(rgblist)
> 		" Check for values from MSDOS 16 color terminal
> 		let best = []
> 		let min  = 100000
> 		let list = s:basic16
> 		for value in list
> 			let t = abs(value[0] - a:rgblist[0]) +
> 						\ abs(value[1] - a:rgblist[1]) +
> 						\ abs(value[2] - a:rgblist[2])
> 			if min > t
> 				let min = t
> 				let best = value
> 			endif
> 		endfor
> 		return index(s:basic16, best)
> 	endfunction
>
> 	finish
>
> else
>
>   def airline#msdos#round_msdos_colors(rgblist: list<number>): string
>     # Check for values from MSDOS 16 color terminal
>     var best = []
>     var min  = 100000
>     var t = 0
>     for value in s:basic16
>       t = abs(value[0] - rgblist[0]) +
>           abs(value[1] - rgblist[1]) +
>           abs(value[2] - rgblist[2])
>       if min > t
>         min = t
>         best = value
>       endif
>     endfor
>     return string(index(s:basic16, best))
>   enddef
> endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/msdos.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/msdos.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/msdos.vim'
--------------------------------
264a265,269
>   if get(g:, 'airline#extensions#scrollbar#enabled', 0)
>     call airline#extensions#scrollbar#init(s:ext)
>     call add(s:loaded_ext, 'scrollbar')
>   endif
>
468c473
<     for file in split(globpath(&rtp, "autoload/airline/extensions/*.vim"), "\n")
---
>     for file in split(globpath(&rtp, 'autoload/airline/extensions/*.vim', 1), "\n")
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions.vim'
--------------------------------
19c19
< function! airline#util#winwidth(...)
---
> function! airline#util#winwidth(...) abort
176a177,180
>   if !exists('#airline') && a:event !=? 'AirlineToggledOff'
>     " airline disabled
>     return
>   endif
181c185
<   let files = split(globpath(&rtp, 'autoload/airline/themes/'.a:match.'*.vim'), "\n")
---
>   let files = split(globpath(&rtp, 'autoload/airline/themes/'.a:match.'*.vim', 1), "\n")
210a215,221
> endfunction
>
> function! airline#util#has_vim9_script()
>   " Returns true, if Vim is new enough to understand vim9 script
>   return (exists(":def") &&
>     \ v:versionlong >= 8022844 &&
>     \ get(g:, "airline_experimental", 0))
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/util.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/util.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/util.vim'
--------------------------------
75c75
<     else
---
>     elseif !empty(g:airline_symbols.spell)
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/parts.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/parts.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/parts.vim'
--------------------------------
89c89,92
<     " ro=, ws=☲, lnr=☰, mlnr=, br=, nx=Ɇ, crypt=🔒, dirty=⚡
---
>     " ro=, ws=☲, lnr=, mlnr=☰, colnr=, br=, nx=Ɇ, crypt=🔒, dirty=⚡
>     "  Note: For powerline, we add an extra space after maxlinenr symbol,
>     "  because it is usually setup as a ligature in most powerline patched
>     "  fonts. It can be over-ridden by configuring a custom maxlinenr
93,94c96,98
<           \ 'linenr': "\u2630 ",
<           \ 'maxlinenr': " \ue0a1",
---
>           \ 'maxlinenr': "\u2630 ",
>           \ 'linenr': " \ue0a1:",
>           \ 'colnr': " \ue0a3:",
106c110
<     " ro=⊝, ws=☲, lnr=☰, mlnr=㏑, br=ᚠ, nx=Ɇ, crypt=🔒
---
>     " ro=⊝, ws=☲, lnr=㏑, mlnr=☰, colnr=℅, br=ᚠ, nx=Ɇ, crypt=🔒
110,111c114,116
<           \ 'linenr': "\u2630 ",
<           \ 'maxlinenr': " \u33D1",
---
>           \ 'maxlinenr': "\u2630",
>           \ 'linenr': " \u33d1:",
>           \ 'colnr': " \u2105:",
126,127c131,133
<           \ 'linenr': 'ln ',
<           \ 'maxlinenr': ' :',
---
>           \ 'linenr': ' ln:',
>           \ 'maxlinenr': '',
>           \ 'colnr': ' cn:',
148c154,158
<   call airline#parts#define_raw('file', airline#formatter#short_path#format('%f%m'))
---
>   if get(g:, 'airline_section_c_only_filename',0)
>     call airline#parts#define_raw('file', '%t%m')
>   else
>     call airline#parts#define_raw('file', airline#formatter#short_path#format('%f%m'))
>   endif
155a166,168
>   call airline#parts#define('colnr', {
>         \ 'raw': '%{g:airline_symbols.colnr}%v',
>         \ 'accent': 'bold'})
166a180,183
>   call airline#parts#define('coc_current_function', {
>         \ 'raw': '',
>         \ 'accent': 'bold'
>         \ })
175c192
<         \ 'lsp_error_count', 'lsp_warning_count',
---
>         \ 'lsp_error_count', 'lsp_warning_count', 'scrollbar',
178a196
>
214c232
<     let g:airline_section_x = airline#section#create_right(['bookmark', 'tagbar', 'vista', 'gutentags', 'gen_tags', 'omnisharp', 'grepper', 'filetype'])
---
>     let g:airline_section_x = airline#section#create_right(['coc_current_function', 'bookmark', 'scrollbar', 'tagbar', 'vista', 'gutentags', 'gen_tags', 'omnisharp', 'grepper', 'filetype'])
221c239
<       let g:airline_section_z = airline#section#create(['windowswap', 'obsession', '%p%%'.spc, 'linenr', 'maxlinenr', ':%v'])
---
>       let g:airline_section_z = airline#section#create(['windowswap', 'obsession', '%p%%', 'linenr', 'maxlinenr', 'colnr'])
223c241
<       let g:airline_section_z = airline#section#create(['%p%%'.spc, 'linenr',  ':%v'])
---
>       let g:airline_section_z = airline#section#create(['%p%%', 'linenr', 'colnr'])
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/init.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/init.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/init.vim'
--------------------------------
327a328,331
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
348a353,358
> function! s:sh_autocmd_handler()
>   if exists('#airline')
>     unlet! b:airline_head b:airline_do_mq_check
>   endif
> endfunction
>
352,353c362,363
<   autocmd ShellCmdPost,CmdwinLeave * unlet! b:airline_head b:airline_do_mq_check
<   autocmd User AirlineBeforeRefresh unlet! b:airline_head b:airline_do_mq_check
---
>   autocmd ShellCmdPost,CmdwinLeave * call s:sh_autocmd_handler()
>   autocmd User AirlineBeforeRefresh call s:sh_autocmd_handler()
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/branch.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/branch.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/branch.vim'
--------------------------------
74c74
<       if s:lsp_progress['message'] !=# '' && s:lsp_progress['percentage'] !=# 100
---
>       if s:lsp_progress['message'] !=# ''
76c76
<         if s:lsp_progress['percentage'] >= 0
---
>         if has_key(s:lsp_progress, 'percentage') && s:lsp_progress['percentage'] >= 0
81c81
<         return s:lsp_progress['server'] . ':' . s:title . ' ' . message
---
>         return s:lsp_progress['server'] . ': ' . s:title . ' ' . message
90a91,94
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/lsp.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/lsp.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/lsp.vim'
--------------------------------
15c15
< function! airline#extensions#fugitiveline#bufname()
---
> function! airline#extensions#fugitiveline#bufname() abort
36a37,39
>     if empty(bufname('%'))
>       return &buftype ==# 'nofile' ? '[Scratch]' : '[No Name]'
>     endif
43c46,52
< function! airline#extensions#fugitiveline#init(ext)
---
> function! s:sh_autocmd_handler()
>   if exists('#airline')
>     unlet! b:fugitive_name
>   endif
> endfunction
>
> function! airline#extensions#fugitiveline#init(ext) abort
46c55,59
<     call airline#parts#define_raw('path', '%<%{airline#extensions#fugitiveline#bufname()}%m')
---
>     if get(g:, 'airline_stl_path_style', 'default') ==# 'short'
>       call airline#parts#define_raw('path', '%<%{pathshorten(airline#extensions#fugitiveline#bufname())}%m')
>     else
>       call airline#parts#define_raw('path', '%<%{airline#extensions#fugitiveline#bufname()}%m')
>     endif
48c61,65
<     call airline#parts#define_raw('file', '%<%{airline#extensions#fugitiveline#bufname()}%m')
---
>     if get(g:, 'airline_stl_path_style', 'default') ==# 'short'
>       call airline#parts#define_raw('file', '%<%{pathshorten(airline#extensions#fugitiveline#bufname())}%m')
>     else
>       call airline#parts#define_raw('file', '%<%{airline#extensions#fugitiveline#bufname()}%m')
>     endif
50,51c67,68
<   autocmd ShellCmdPost,CmdwinLeave * unlet! b:fugitive_name
<   autocmd User AirlineBeforeRefresh unlet! b:fugitive_name
---
>   autocmd ShellCmdPost,CmdwinLeave * call s:sh_autocmd_handler()
>   autocmd User AirlineBeforeRefresh call s:sh_autocmd_handler()
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/fugitiveline.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/fugitiveline.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/fugitiveline.vim'
--------------------------------
109a110,113
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/cursormode.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/cursormode.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/cursormode.vim'
--------------------------------
11c11,15
<   if (&ft =~# 'gina' && &ft !~# 'blame') || &ft ==# 'diff'
---
>   " gina.vim seems to set b:gina_initialized = 1 in diff buffers it open,
>   " where get(b:, 'gina_initialized', 0) returns 1.
>   " In diff buffers not opened by gina.vim b:gina_initialized is not set,
>   " so get(b:, 'gina_initialized', 0) returns 0.
>   if (&ft =~# 'gina' && &ft !~# 'blame') || (&ft ==# 'diff' && get(b:, 'gina_initialized', 0))
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/gina.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/gina.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/gina.vim'
--------------------------------
130a131,134
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/ale.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/ale.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/ale.vim'
--------------------------------
79c79
< function! airline#extensions#default#apply(builder, context)
---
> function! airline#extensions#default#apply(builder, context) abort
86,89c86
<     let text = s:get_section(winnr, 'c')
<     if empty(text)
<       let text = ' %f%m '
<     endif
---
>     let text = !empty(s:get_section(winnr, 'c')) ? s:get_section(winnr, 'c') : ' %f%m '
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/default.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/default.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/default.vim'
--------------------------------
45a46,49
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
53a58,63
> function! s:autocmd_handler()
>   if exists('#airline')
>     unlet! b:airline_po_stats
>   endif
> endfunction
>
58c68
<     autocmd airline BufWritePost * unlet! b:airline_po_stats
---
>     autocmd airline BufWritePost * call s:autocmd_handler()
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/po.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/po.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/po.vim'
--------------------------------
55c55
<   if &ft is# 'rst'
---
>   if match(['rst', 'markdown'], &ft) >= 0
81c81,82
<         let regexp = get(g:, 'airline#extensions#whitespace#trailing_regexp', '\s$')
---
>         let regexp = get(b:, 'airline_whitespace_trailing_regexp',
>               \ get(g:, 'airline#extensions#whitespace#trailing_regexp', '\s$'))
185a187,190
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/whitespace.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/whitespace.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/whitespace.vim'
--------------------------------
37a38,41
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/languageclient.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/languageclient.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/languageclient.vim'
--------------------------------
2c2
< " vim: et ts=2 sts=2 sw=2
---
> " vim: et ts=2 sts=2 sw=2 et
6,21c6,17
< function! airline#extensions#tabline#formatters#default#format(bufnr, buffers)
<   let fnametruncate = get(g:, 'airline#extensions#tabline#fnametruncate', 0)
<   let fmod = get(g:, 'airline#extensions#tabline#fnamemod', ':~:.')
<   let _ = ''
<
<   let name = bufname(a:bufnr)
<   if empty(name)
<     let _ .= '[No Name]'
<   elseif name =~ 'term://'
<     " Neovim Terminal
<     let _ = substitute(name, '\(term:\)//.*:\(.*\)', '\1 \2', '')
<   else
<     if get(g:, 'airline#extensions#tabline#fnamecollapse', 1)
<       " Does not handle non-ascii characters like Cyrillic: 'D/Учёба/t.c'
<       "let _ .= substitute(fnamemodify(name, fmod), '\v\w\zs.{-}\ze(\\|/)', '', 'g')
<       let _ .= pathshorten(fnamemodify(name, fmod))
---
> if !exists(":def") || !airline#util#has_vim9_script()
>   function! airline#extensions#tabline#formatters#default#format(bufnr, buffers)
>     let fnametruncate = get(g:, 'airline#extensions#tabline#fnametruncate', 0)
>     let fmod = get(g:, 'airline#extensions#tabline#fnamemod', ':~:.')
>     let _ = ''
>
>     let name = bufname(a:bufnr)
>     if empty(name)
>       let _ = '[No Name]'
>     elseif name =~ 'term://'
>       " Neovim Terminal
>       let _ = substitute(name, '\(term:\)//.*:\(.*\)', '\1 \2', '')
23c19,28
<       let _ .= fnamemodify(name, fmod)
---
>       if get(g:, 'airline#extensions#tabline#fnamecollapse', 1)
>         " Does not handle non-ascii characters like Cyrillic: 'D/Учёба/t.c'
>         "let _ .= substitute(fnamemodify(name, fmod), '\v\w\zs.{-}\ze(\\|/)', '', 'g')
>         let _ = pathshorten(fnamemodify(name, fmod))
>       else
>         let _ = fnamemodify(name, fmod)
>       endif
>       if a:bufnr != bufnr('%') && fnametruncate && strlen(_) > fnametruncate
>         let _ = airline#util#strcharpart(_, 0, fnametruncate)
>       endif
25,26c30,42
<     if a:bufnr != bufnr('%') && fnametruncate && strlen(_) > fnametruncate
<       let _ = airline#util#strcharpart(_, 0, fnametruncate)
---
>
>     return airline#extensions#tabline#formatters#default#wrap_name(a:bufnr, _)
>   endfunction
>
>   function! airline#extensions#tabline#formatters#default#wrap_name(bufnr, buffer_name)
>     let buf_nr_format = get(g:, 'airline#extensions#tabline#buffer_nr_format', '%s: ')
>     let buf_nr_show = get(g:, 'airline#extensions#tabline#buffer_nr_show', 0)
>
>     let _ = buf_nr_show ? printf(buf_nr_format, a:bufnr) : ''
>     let _ .= substitute(a:buffer_name, '\\', '/', 'g')
>
>     if getbufvar(a:bufnr, '&modified') == 1
>       let _ .= g:airline_symbols.modified
28c44,71
<   endif
---
>     return _
>   endfunction
>   finish
> else
>   " Vim9 Script implementation
>   def airline#extensions#tabline#formatters#default#format(bufnr: number, buffers: list<number>): string
> 		var fnametruncate = get(g:, 'airline#extensions#tabline#fnametruncate', 0)
>     var fmod = get(g:, 'airline#extensions#tabline#fnamemod', ':~:.')
>     var result = ''
>
>     var name = bufname(bufnr)
>     if empty(name)
>       result = '[No Name]'
>     elseif name =~ 'term://'
>       # Neovim Terminal
>       result = substitute(name, '\(term:\)//.*:\(.*\)', '\1 \2', '')
>     else
>       if get(g:, 'airline#extensions#tabline#fnamecollapse', 1)
>          result = pathshorten(fnamemodify(name, fmod))
>       else
>          result = fnamemodify(name, fmod)
>       endif
>       if bufnr != bufnr('%') && fnametruncate && strlen(result) > fnametruncate
>         result = airline#util#strcharpart(result, 0, fnametruncate)
>       endif
>     endif
>     return airline#extensions#tabline#formatters#default#wrap_name(bufnr, result)
>   enddef
30,31c73,75
<   return airline#extensions#tabline#formatters#default#wrap_name(a:bufnr, _)
< endfunction
---
>   def airline#extensions#tabline#formatters#default#wrap_name(bufnr: number, buffer_name: string): string
>     var buf_nr_format = get(g:, 'airline#extensions#tabline#buffer_nr_format', '%s: ')
>     var buf_nr_show = get(g:, 'airline#extensions#tabline#buffer_nr_show', 0)
33,45c77,85
< function! airline#extensions#tabline#formatters#default#wrap_name(bufnr, buffer_name)
<   let buf_nr_format = get(g:, 'airline#extensions#tabline#buffer_nr_format', '%s: ')
<   let buf_nr_show = get(g:, 'airline#extensions#tabline#buffer_nr_show', 0)
<   let buf_modified_symbol = g:airline_symbols.modified
<
<   let _ = buf_nr_show ? printf(buf_nr_format, a:bufnr) : ''
<   let _ .= substitute(a:buffer_name, '\\', '/', 'g')
<
<   if getbufvar(a:bufnr, '&modified') == 1
<     let _ .= buf_modified_symbol
<   endif
<   return _
< endfunction
---
>     var result = buf_nr_show ? printf(buf_nr_format, bufnr) : ''
>     result ..= substitute(buffer_name, '\\', '/', 'g')
>
>     if getbufvar(bufnr, '&modified') == 1
>       result ..= g:airline_symbols.modified
>     endif
>     return result
>   enddef
> endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/formatters/default.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/formatters/default.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/formatters/default.vim'
--------------------------------
25c25,27
<   let s:current_bufnr = -1
---
>   if exists('#airline')
>     let s:current_bufnr = -1
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/tabs.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/tabs.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/tabs.vim'
--------------------------------
10a11,14
>   if !exists('#airline')
>     " airline disabled
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/buflist.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/buflist.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/buflist.vim'
--------------------------------
47c47
<         autocmd BufEnter  * let g:xtabline_changing_buffer = 0
---
>         autocmd BufEnter  * if exists('#airline') | let g:xtabline_changing_buffer = 0 | endif
182a183,186
>     if !exists('#airline')
>       " airline disabled
>       return
>     endif
353a358,361
>     if !exists('#airline')
>       " airline disabled
>       return
>     endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/xtabline.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/xtabline.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/xtabline.vim'
--------------------------------
33c33
<         autocmd TabEnter  * call <sid>show_tabline(s:tab_min_count, tabpagenr('$'))
---
>         autocmd TabNew,TabClosed  * call <sid>show_tabline(s:tab_min_count, tabpagenr('$'))
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/autoshow.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/autoshow.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/autoshow.vim'
--------------------------------
26a27,29
>   if !exists('#airline')
>     return
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/ctrlspace.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/ctrlspace.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/ctrlspace.vim'
--------------------------------
27,28c27,30
<   let s:current_bufnr = -1
<   let s:current_tabnr = -1
---
>   if exists('#airline')
>     let s:current_bufnr = -1
>     let s:current_tabnr = -1
>   endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/tabws.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/tabws.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/tabws.vim'
--------------------------------
41c41
<     let lnum = printf('(L%d)', (info.lnums)[0])
---
>     let lnum = printf('(L%d)', (info.lnums)[is_err ? 0 : 1])
50a51,54
> function! airline#extensions#coc#get_current_function() abort
>   return get(b:, 'coc_current_function', '')
> endfunction
>
54a59
>   call airline#parts#define_function('coc_current_function', 'airline#extensions#coc#get_current_function')
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/coc.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/coc.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/coc.vim'
--------------------------------
2c2
< " vim: et ts=2 sts=2 sw=2
---
> " vim: et ts=2 sts=2 sw=2 et
12a13,16
> let s:current_tabcnt = -1
>
> " Dictionary functions are not possible in Vim9 Script,
> " so use the legacy Vim Script implementation
15c19
<   if has('gui_running')
---
>   if has('gui_running') && match(&guioptions, 'e') > -1
26,34c30,33
< function! s:toggle_off()
<   call airline#extensions#tabline#autoshow#off()
<   call airline#extensions#tabline#tabs#off()
<   call airline#extensions#tabline#buffers#off()
<   if s:ctrlspace
<     call airline#extensions#tabline#ctrlspace#off()
<   endif
<   if s:tabws
<     call airline#extensions#tabline#tabws#off()
---
> function! airline#extensions#tabline#add_label(dict, type, right)
>   if get(g:, 'airline#extensions#tabline#show_tab_type', 1)
>     call a:dict.add_section_spaced('airline_tablabel'. (a:right ? '_right' : ''),
>           \ get(g:, 'airline#extensions#tabline#'.a:type.'_label', a:type))
38,51c37,42
< function! s:toggle_on()
<   if get(g:, 'airline_statusline_ontop', 0)
<     call airline#extensions#tabline#enable()
<     let &tabline='%!airline#statusline('.winnr().')'
<     return
<   endif
<   call airline#extensions#tabline#autoshow#on()
<   call airline#extensions#tabline#tabs#on()
<   call airline#extensions#tabline#buffers#on()
<   if s:ctrlspace
<     call airline#extensions#tabline#ctrlspace#on()
<   endif
<   if s:tabws
<     call airline#extensions#tabline#tabws#on()
---
> function! airline#extensions#tabline#add_tab_label(dict)
>   let show_tab_count = get(g:, 'airline#extensions#tabline#show_tab_count', 1)
>   if show_tab_count == 2
>     call a:dict.add_section_spaced('airline_tabmod', printf('%s %d/%d', "tab", tabpagenr(), tabpagenr('$')))
>   elseif show_tab_count == 1 && tabpagenr('$') > 1
>     call a:dict.add_section_spaced('airline_tabmod', printf('%s %d/%d', "tab", tabpagenr(), tabpagenr('$')))
53,54d43
<
<   set tabline=%!airline#extensions#tabline#get()
57,77d45
< function! s:update_tabline(forceit)
<   if get(g:, 'airline#extensions#tabline#disable_refresh', 0)
<     return
<   endif
<   " loading a session file
<   " On SessionLoadPost, g:SessionLoad variable is still set :/
<   if !a:forceit && get(g:, 'SessionLoad', 0)
<     return
<   endif
<   let match = expand('<afile>')
<   if pumvisible()
<     return
<   elseif !get(g:, 'airline#extensions#tabline#enabled', 0)
<     return
<   " return, if buffer matches ignore pattern or is directory (netrw)
<   elseif empty(match) || airline#util#ignore_buf(match) || isdirectory(match)
<     return
<   endif
<   call airline#util#doautocmd('BufMRUChange')
<   call airline#extensions#tabline#redraw()
< endfunction
79,90c47
< function! airline#extensions#tabline#redraw()
<   " sometimes, the tabline is not correctly updated see #1580
<   " so force redraw here
<   if exists(":redrawtabline") == 2
<     redrawtabline
<   else
<   " Have to set a property equal to itself to get airline to re-eval.
<   " Setting `let &tabline=&tabline` destroys the cursor position so we
<   " need something less invasive.
<     let &ro = &ro
<   endif
< endfunction
---
> if !exists(":def") || !airline#util#has_vim9_script()
92,96c49
< function! airline#extensions#tabline#enable()
<   if &lines > 3
<     set showtabline=2
<   endif
< endfunction
---
>   " Legacy Vim Script Implementation
98,145c51,61
< function! airline#extensions#tabline#load_theme(palette)
<   if pumvisible()
<     return
<   endif
<   let colors    = get(a:palette, 'tabline', {})
<   let tablabel  = get(colors, 'airline_tablabel', a:palette.normal.airline_b)
<   " Theme for tabs on the left
<   let tab     = get(colors, 'airline_tab', a:palette.inactive.airline_c)
<   let tabsel  = get(colors, 'airline_tabsel', a:palette.normal.airline_a)
<   let tabtype = get(colors, 'airline_tabtype', a:palette.visual.airline_a)
<   let tabfill = get(colors, 'airline_tabfill', a:palette.normal.airline_c)
<   let tabmod  = get(colors, 'airline_tabmod', a:palette.insert.airline_a)
<   let tabhi…
salvadorcunat added a commit to salvadorcunat/scripts-config-dotfiles that referenced this pull request Jun 12, 2022
Syncing log
------------
X11 forwarding request failed on channel 0
Desde git+ssh://github.com/salvadorcunat/scripts-config-dotfiles
 = [actualizado]     master     -> origin/master
Ya está actualizado.
52c52
<                  "class": "^Termite$",
---
>                  "class": "^Alacritty$",
75c75
<         "class": "^Termite$",
---
>         "class": "^Alacritty$",
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/init_ws-3.json
'/home/boret/.i3/init_ws-3.json' -> '/home/boret/src/scripts-config-dotfiles/.i3/init_ws-3.json'
--------------------------------
6c6
< # Requires conky, termite and libnotify-bin (last two may be changed to
---
> # Requires conky, alacritty and libnotify-bin (last two may be changed to
20c20
< TRMNL=$(command -v termite_wrap)	# adjust to your preferred
---
> TRMNL=$(command -v alacritty_wrap)	# adjust to your preferred
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/vim_cheat
'/home/boret/.i3/vim_cheat' -> '/home/boret/src/scripts-config-dotfiles/.i3/vim_cheat'
--------------------------------
30c30
<                 "class": "^Termite$",
---
>                 "class": "^Alacritty$",
104c104
<                 "class": "^Termite$",
---
>                 "class": "^Alacritty$",
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/floating_ws.json
'/home/boret/.i3/floating_ws.json' -> '/home/boret/src/scripts-config-dotfiles/.i3/floating_ws.json'
--------------------------------
18c18
<                 "class": "^Termite$",
---
>                 "class": "^Alacritty$",
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/vim_ws.json
'/home/boret/.i3/vim_ws.json' -> '/home/boret/src/scripts-config-dotfiles/.i3/vim_ws.json'
--------------------------------
18c18
<                 "class": "^Termite$",
---
>                 "class": "^Alacritty$",
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/mutt_ws.json
'/home/boret/.i3/mutt_ws.json' -> '/home/boret/src/scripts-config-dotfiles/.i3/mutt_ws.json'
--------------------------------
24c24
<                  "class": "^Termite$",
---
>                  "class": "^Alacritty$",
44c44
<                  "class": "^Termite$",
---
>                  "class": "^Alacritty$",
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/music_ws.json
'/home/boret/.i3/music_ws.json' -> '/home/boret/src/scripts-config-dotfiles/.i3/music_ws.json'
--------------------------------
6c6
< # Requires conky, termite and libnotify-bin (last two may be changed to
---
> # Requires conky, alacritty and libnotify-bin (last two may be changed to
20c20
< TRMNL=$HOME/.i3/termite_wrap	# adjust to your preferred
---
> TRMNL=$HOME/sbin/alacritty_wrap	# adjust to your preferred
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/vim_ws
'/home/boret/.i3/vim_ws' -> '/home/boret/src/scripts-config-dotfiles/.i3/vim_ws'
--------------------------------
28a29
> 					/bin/sleep 0.25 && \
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/compton_wrap
'/home/boret/.i3/compton_wrap' -> '/home/boret/src/scripts-config-dotfiles/.i3/compton_wrap'
--------------------------------
6c6
< # Requires conky, termite and libnotify-bin (last two may be changed to
---
> # Requires conky, alacritty and libnotify-bin (last two may be changed to
19c19
< TRMNL=$HOME/.i3/termite_wrap	# adjust to your preferred
---
> TRMNL=$HOME/sbin/alacritty_wrap	# adjust to your preferred
39c39
< 	-c "/home/boret/.i3/termite_wrap -t Terminal -e mutt" 2>&1
---
> 	-c "/home/boret/sbin/alacritty_wrap -t Terminal -e mutt" 2>&1
43c43
< "$HOME"/.i3/compton_wrap -f
---
> "$HOME"/sbin/compton_wrap -f
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/mutt_ws
'/home/boret/.i3/mutt_ws' -> '/home/boret/src/scripts-config-dotfiles/.i3/mutt_ws'
--------------------------------
3c3
< TERMINAL="$HOME/.i3/termite_wrap"
---
> TERMINAL="$HOME/sbin/alacritty_wrap"
7c7
< $TERMINAL -t alsamixer -e "alsamixer -g -c 0 -V -all"
---
> $TERMINAL -t alsamixer -e alsamixer -g -c 0 -V -all
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.i3/music_ws
'/home/boret/.i3/music_ws' -> '/home/boret/src/scripts-config-dotfiles/.i3/music_ws'
--------------------------------
/usr/bin/diff: /home/boret/LICENSE: No existe el fichero o el directorio
--------------------------------
9,11c9,13
< 	usefootline=${4:plain},		%none, plain, infolines, reversed, clearbg, checker, sectionchecker, fullchecker, split, miniframes
< 	frametitlelayout=${5:reversed},	%boxes, lines, reversed, blockwithlogo, blocksimple
< 	sidebarplain={left}{0}{.11\paperwidth}{.7\paperheight},	%simple sidebar
---
> 	usefootline=${4:plain},		%none, plain, infolines, reversed, clearbg, checker, sectionchecker, fullchecker, infochecker, split, miniframes, numbered
> 	frametitlelayout=${5:reversed},	%plain, boxes, lines, reversed, blockwithlogo, blocksimple, boxrounded
> 	%sidebarfancy={right}{0pt}{.11\paperwidth}{.75\paperheight}{rounded}{mLightTeal},
> 		% 1=right/left	2=height	3=width	4=totalheight 5= square or rounded 6=none or color (basic or theme defined)
> 	%sidebarplain={left}{0}{.11\paperwidth}{.7\paperheight},	%simple sidebar
12a15
> 	%itemstyle=default,  %e.g. faArrowRight, faCheck, faCheckSquare, faHandPointRight ...
13a17
> 	font=${7:fira},        %fira, go, arimo, gillius2 and carlito.
19,20c23,24
< \def\myTitlePageBg{${8}}      % background image for title and end pages
< \def\myPagesBg{${9}}   % background image por regular pages
---
> % \def\myTitlePageBg{${8}}      % background image for title and end pages on current master
> % \def\myPagesBg{${9}}   % background image por regular pages on current master
30c34
< \usepackage{pgfplotstable} % Generates table from .csv
---
> % \usepackage{pgfplotstable} % Generates table from .csv
36a41
> % \usepackage{fancybox} % uncomment if using fancy boxes
37a43
> \usepackage{boretmade_test} % depending of git branch used for boretmade
38a45,46
> \renewcommand\myTitlePageBg{${10}}      % background image for title and end pages in boretmade_test
> \renewcommand\myPagesBg{${11}}   % background image por regular pages in boretmade_test
49a58
> %\logoinsidebar{../logos/SVR_Fndo_Blanco.jpg}  % sidebar controlled
106a116,130
> endsnippet
>
> snippet fancybox "Boxes environment from fancyboxes package" b
> \\${1:shadowbox}{			 % shadowbox, doublebox, ovalbox, Ovalbox
> 	\begin{minipage}{2:\textwidth} % minipage width
>
> 	\end{minipage}
> }
> endsnippet
>
> snippet faitem "Itemize environment with FontAwesome icons" b
> \begin{itemize}
> 	\item[${1:\faArrowRight}]{${2:First item}}
>
> \end{itemize}
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/snips/tex.snippets
'/home/boret/.vim/snips/tex.snippets' -> '/home/boret/src/scripts-config-dotfiles/.vim/snips/tex.snippets'
--------------------------------
/usr/bin/diff: /home/boret/.vim/doc/tags: No existe el fichero o el directorio
--------------------------------
101a102,139
> " nvim-cmp: {{{
> " A completion engine plugin for neovim written in Lua.
> " https://github.com/hrsh7th/nvim-cmp
> if exists('g:loaded_cmp')
>   hi! link CmpItemAbbrDeprecated DraculaError
>
>   hi! link CmpItemAbbrMatch DraculaCyan
>   hi! link CmpItemAbbrMatchFuzzy DraculaCyan
>
>   hi! link CmpItemKindText DraculaFg
>   hi! link CmpItemKindMethod Function
>   hi! link CmpItemKindFunction Function
>   hi! link CmpItemKindConstructor DraculaCyan
>   hi! link CmpItemKindField DraculaOrange
>   hi! link CmpItemKindVariable DraculaPurpleItalic
>   hi! link CmpItemKindClass DraculaCyan
>   hi! link CmpItemKindInterface DraculaCyan
>   hi! link CmpItemKindModule DraculaYellow
>   hi! link CmpItemKindProperty DraculaPink
>   hi! link CmpItemKindUnit DraculaFg
>   hi! link CmpItemKindValue DraculaYellow
>   hi! link CmpItemKindEnum DraculaPink
>   hi! link CmpItemKindKeyword DraculaPink
>   hi! link CmpItemKindSnippet DraculaFg
>   hi! link CmpItemKindColor DraculaYellow
>   hi! link CmpItemKindFile DraculaYellow
>   hi! link CmpItemKindReference DraculaOrange
>   hi! link CmpItemKindFolder DraculaYellow
>   hi! link CmpItemKindEnumMember DraculaPurple
>   hi! link CmpItemKindConstant DraculaPurple
>   hi! link CmpItemKindStruct DraculaPink
>   hi! link CmpItemKindEvent DraculaFg
>   hi! link CmpItemKindOperator DraculaPink
>   hi! link CmpItemKindTypeParameter DraculaCyan
>
>   hi! link CmpItemMenu Comment
> endif
> " }}}
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/plugin/dracula.vim
'/home/boret/.vim/bundle/dracula/after/plugin/dracula.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/after/plugin/dracula.vim'
--------------------------------
1c1
< *dracula.txt*           For Vim version 8               Last change: 2018 May 08
---
> *dracula.txt*           For Vim version 8               Last change: 2021 Oct 22
87a88,94
>
> * *g:dracula_full_special_attrs_support*
> Explicitly declare full support for special attributes. By default it is 1
> for graphical applications and 0 for terminals and terminal emulators.  On
> terminal emulators, set to 1 to allow underline/undercurl highlights without
> changing the foreground color. >
>     let g:dracula_full_special_attrs_support = 1
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/doc/dracula.txt
'/home/boret/.vim/bundle/dracula/doc/dracula.txt' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/doc/dracula.txt'
--------------------------------
87a88,91
> if !exists('g:dracula_full_special_attrs_support')
>   let g:dracula_full_special_attrs_support = has('gui_running')
> endif
>
114,115c118,124
<   " Falls back to coloring foreground group on terminals because
<   " nearly all do not support undercurl
---
>   " If the UI does not have full support for special attributes (like underline and
>   " undercurl) and the highlight does not explicitly set the foreground color,
>   " make the foreground the same as the attribute color to ensure the user will
>   " get some highlight if the attribute is not supported. The default behavior
>   " is to assume that terminals do not have full support, but the user can set
>   " the global variable `g:dracula_full_special_attrs_support` explicitly if the
>   " default behavior is not desirable.
117c126
<   if l:special[0] !=# 'NONE' && l:fg[0] ==# 'NONE' && !has('gui_running')
---
>   if l:special[0] !=# 'NONE' && l:fg[0] ==# 'NONE' && !g:dracula_full_special_attrs_support
256,263c265,283
<   hi! link LspDiagnosticsDefaultInformation DraculaCyan
<   hi! link LspDiagnosticsDefaultHint DraculaCyan
<   hi! link LspDiagnosticsDefaultError DraculaError
<   hi! link LspDiagnosticsDefaultWarning DraculaOrange
<   hi! link LspDiagnosticsUnderlineError DraculaErrorLine
<   hi! link LspDiagnosticsUnderlineHint DraculaInfoLine
<   hi! link LspDiagnosticsUnderlineInformation DraculaInfoLine
<   hi! link LspDiagnosticsUnderlineWarning DraculaWarnLine
---
>   " Link old 'LspDiagnosticsDefault*' hl groups
>   " for backward compatibility with neovim v0.5.x
>   hi! link LspDiagnosticsDefaultInformation DiagnosticInfo
>   hi! link LspDiagnosticsDefaultHint DiagnosticHint
>   hi! link LspDiagnosticsDefaultError DiagnosticError
>   hi! link LspDiagnosticsDefaultWarning DiagnosticWarn
>   hi! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
>   hi! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
>   hi! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
>   hi! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
>
>   hi! link DiagnosticInfo DraculaCyan
>   hi! link DiagnosticHint DraculaCyan
>   hi! link DiagnosticError DraculaError
>   hi! link DiagnosticWarn DraculaOrange
>   hi! link DiagnosticUnderlineError DraculaErrorLine
>   hi! link DiagnosticUnderlineHint DraculaInfoLine
>   hi! link DiagnosticUnderlineInfo DraculaInfoLine
>   hi! link DiagnosticUnderlineWarn DraculaWarnLine
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/colors/dracula.vim
'/home/boret/.vim/bundle/dracula/colors/dracula.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/colors/dracula.vim'
--------------------------------
62,63c62,65
<     Plugin 'dracula/vim', { 'name': 'dracula' }
<     :PluginInstall
---
> ```vim
> Plugin 'dracula/vim', { 'name': 'dracula' }
> :PluginInstall
> ```
70,71c72,75
<     Plug 'dracula/vim', { 'as': 'dracula' }
<     :PlugInstall
---
> ```vim
> Plug 'dracula/vim', { 'as': 'dracula' }
> :PlugInstall
> ```
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/INSTALL.md
'/home/boret/.vim/bundle/dracula/INSTALL.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/dracula/INSTALL.md'
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/vim-airline-themes/.travis.yml: No existe el fichero o el directorio
--------------------------------
1259,1262c1259,1262
<   * If your vim is compiled with the +conceal feature, it is the "\x07" (BELL)
<     character, and it is hidden by setting 'conceallevel' to 3. If you use
<     autocommands, make sure none of them change that setting in the NERDTree_*
<     buffers.
---
>   * If your vim is compiled with the +conceal feature, it is the "\x07"
>     (BEL) character, and it is hidden by setting 'conceallevel' to 2. If you
>     use autocommands, make sure none of them change that setting in the
>     NERD_Tree_* buffers.
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/doc/NERDTree.txt
'/home/boret/.vim/bundle/nerdtree/doc/NERDTree.txt' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/doc/NERDTree.txt'
--------------------------------
0a1,6
> ![Help Wanted](http://blog.ncce.org/wp-content/uploads/2013/12/help-wanted.jpg)
>
> **NERDTree** is on the lookout for a new maintainer. See [issue #1280](https://github.com/preservim/nerdtree/issues/1280) to submit your name for consideration.
>
> ---
>
186,187c192,193
< let g:NERDTreeDirArrowExpandable = '▸'
< let g:NERDTreeDirArrowCollapsible = '▾'
---
> let g:NERDTreeDirArrowExpandable = '?'
> let g:NERDTreeDirArrowCollapsible = '?'
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/README.markdown
'/home/boret/.vim/bundle/nerdtree/README.markdown' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/README.markdown'
--------------------------------
8c8,10
< - **.14**:  Replace trim() with a version-compatible alternative. (PhilRunninger) [#1265](https://github.com/preservim/nerdtree/pull/1265)
---
> - **.16**: Fix documentation errors. (lifecrisis) [#1269](https://github.com/preservim/nerdtree/pull/1269)
> - **.15**: Ensure backward compatible testing of types. (lifecrisis) [#1266](https://github.com/preservim/nerdtree/pull/1266)
> - **.14**: Replace trim() with a version-compatible alternative. (PhilRunninger) [#1265](https://github.com/preservim/nerdtree/pull/1265)
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/CHANGELOG.md
'/home/boret/.vim/bundle/nerdtree/CHANGELOG.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/CHANGELOG.md'
--------------------------------
115c115
<         if type(sortKey1[i]) ==# type(sortKey2[i])
---
>         if type(sortKey1[i]) == type(sortKey2[i])
121c121
<         elseif type(sortKey1[i]) ==# v:t_number
---
>         elseif type(sortKey1[i]) == type(0)
123c123
<         elseif type(sortKey2[i]) ==# v:t_number
---
>         elseif type(sortKey2[i]) == type(0)
126c126
<         let i = i + 1
---
>         let i += 1
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/autoload/nerdtree.vim
'/home/boret/.vim/bundle/nerdtree/autoload/nerdtree.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/nerdtree/autoload/nerdtree.vim'
--------------------------------
69c69
<    [fugitive][4], [unite][9], [ctrlp][10], [minibufexpl][15], [gundo][16],
---
>    [fugitive][4], [flog][62], [unite][9], [ctrlp][10], [minibufexpl][15], [gundo][16],
171a172,174
> #### [flog][62]
> ![vim-flog-airline-demo](https://user-images.githubusercontent.com/5008897/120819897-4e820280-c554-11eb-963e-6c08a1bbae09.png)
>
367a371
> [62]: https://github.com/rbong/vim-flog/
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/README.md
'/home/boret/.vim/bundle/vim-airline/README.md' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/README.md'
--------------------------------
233a234
>       \ 'floggraph':  [ 'Flog', '%{get(b:, "flog_status_summary", "")}' ],
608a610,616
> -------------------------------------                      *airline-flog*
> vim-flog <https://github.com/rbong/vim-flog>
>
> If vim-flog is installed, vim-airline will display the branch name
> together with a status summary in the git log graph buffer;
> either 'no changes' or the number of added/removed/modified files.
>
639,640c647,648
< * change error format: >
<   let airline#extensions#coc#stl_format_err = '%E{[%e(#%fe)]}'
---
> * enable/disable coc status display >
>   g:airline#extensions#coc#show_coc_status = 1
642,644d649
< * change warning format: >
<   let airline#extensions#coc#stl_format_warn = '%W{[%w(#%fw)]}'
<
1030a1036,1048
> -------------------------------------                     *airline-rufo*
> rufo <https://github.com/ruby-formatter/rufo-vim>
>
> The rufo (Ruby Formatter) extension merely displays whether vim-rufo is
> currently enabled, in the z sction of the statusline.
>
> * enable/disable vim-rufo integration >
>   let g:airline#extensions#rufo#enabled = 1
> <
> * configure the symbol, or text, to display when vim-rufo auto formatting
>   is on >
>   let g:airline#extensions#rufo#symbol = 'R'
> <
1412a1431,1436
> -------------------------------------                       *airline-taglist*
> taglist <https://github.com/yegappan/taglist>
>
> * enable/disable taglist integration >
>   let g:airline#extensions#taglist#enabled = 1
> <
1446a1471,1482
> -------------------------------------                     *airline-vim9lsp*
> vim9lsp <https://github.com/yegappan/lsp>
>
> * enable/disable vim9lsp integration >
>   let airline#extensions#vim9lsp#enabled = 1
> <
> * vim9lsp error_symbol >
>   let airline#extensions#vim9lsp#error_symbol = 'E:'
> <
> * vim9lsp warning >
>   let airline#extensions#vim9lsp#warning_symbol = 'W:'
> <
1493a1530,1534
> * use vimtex specific wordcount function
>   for TeX buffers Note: this more accurate
>   but may slow down Vim) >
>   let g:airline#extensions#vimtex#wordcount = 1
>
1498a1540,1543
> <
> * enable virtualenv for additional filetypes:
>   (default: python): >
>   let g:airline#extensions#virtualenv#ft = ['python', 'markdown']
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/doc/airline.txt
'/home/boret/.vim/bundle/vim-airline/doc/airline.txt' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/doc/airline.txt'
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/vim-airline/.travis.yml: No existe el fichero o el directorio
--------------------------------
72c72
<     Expect getwinvar(2, '&statusline') !~ 'airline#parts#mode'
---
>     Expect airline#statusline(2) !~ 'airline#parts#mode'
79c79
<     Expect getwinvar(2, '&statusline') != 'airline#parts#mode'
---
>     Expect airline#statusline(2) =~ 'airline#parts#mode'
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/airline.vim
'/home/boret/.vim/bundle/vim-airline/t/airline.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/airline.vim'
--------------------------------
12c12
<   it 'should toggle whitespace off and on'
---
>   it 'should toggle whitespace off'
15a16,19
>   end
>
>   it 'should toggle whitespace on'
>     call airline#extensions#load()
20c24
<   it 'should display theme name with no args'
---
>   it 'should display theme name "simple"'
22a27,29
>   end
>
>   it 'should display theme name "dark"'
24a32,34
>   end
>
>   it 'should display theme name "dark" because specifying a name that does not exist'
26a37,39
>   end
>
>   it 'should display theme name molokai'
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/commands.vim
'/home/boret/.vim/bundle/vim-airline/t/commands.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/commands.vim'
--------------------------------
14c14
<   it 'should use the layout'
---
>   it 'should use the layout "airline_a_to_airline_b"'
17a18,22
>   end
>
>   it 'should use the layout "airline_a_to_airline_b"'
>     call airline#extensions#default#apply(s:builder, { 'winnr': 1, 'active': 1 })
>     let stl = s:builder.build()
18a24,28
>   end
>
>   it 'should use the layout "airline_b_to_airline_warning"'
>     call airline#extensions#default#apply(s:builder, { 'winnr': 1, 'active': 1 })
>     let stl = s:builder.build()
19a30,34
>   end
>
>   it 'should use the layout "airline_x_to_airline_z"'
>     call airline#extensions#default#apply(s:builder, { 'winnr': 1, 'active': 1 })
>     let stl = s:builder.build()
20a36,40
>   end
>
>   it 'should use the layout "airline_z_to_airline_y"'
>     call airline#extensions#default#apply(s:builder, { 'winnr': 1, 'active': 1 })
>     let stl = s:builder.build()
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/extensions_default.vim
'/home/boret/.vim/bundle/vim-airline/t/extensions_default.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/t/extensions_default.vim'
--------------------------------
145c145
<   if airline#util#stl_disabled(winnr())
---
>   if airline#util#stl_disabled(winnr()) || airline#util#is_popup_window(winnr())
147a148
>   " TODO: need to ignore popup windows here as well?
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline.vim'
--------------------------------
28a29
>       \ 'floggraph':  [ 'Flog', '%{get(b:, "flog_status_summary", "")}' ],
251a253,256
>   if get(g:, 'airline#extensions#taglist#enabled', 1) && exists(':TlistShowTag')
>     call airline#extensions#taglist#init(s:ext)
>     call add(s:loaded_ext, 'taglist')
>   endif
469a475,479
>   if (get(g:, 'airline#extensions#vim9lsp#enabled', 1) && exists('*lsp#errorCount'))
>     call airline#extensions#vim9lsp#init(s:ext)
>     call add(s:loaded_ext, 'vim9lsp')
>   endif
>
500a511,515
>   endif
>
>   if (get(g:, 'airline#extensions#rufo#enabled', 0) && get(g:, 'rufo_loaded', 0))
>     call airline#extensions#rufo#init(s:ext)
>     call add(s:loaded_ext, 'rufo')
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions.vim'
--------------------------------
206a207,215
> function! airline#util#is_popup_window(winnr)
>    " Keep the statusline active if it's a popup window
>    if exists('*win_gettype')
>      return win_gettype(a:winnr) ==# 'popup' || win_gettype(a:winnr) ==# 'autocmd'
>    else
>       return getwinvar(a:winnr, '&buftype', '') ==# 'popup'
>   endif
> endfunction
>
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/util.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/util.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/util.vim'
--------------------------------
69c69
<   if g:airline_detect_spell && &spell
---
>   if g:airline_detect_spell && (&spell || (exists('g:airline_spell_check_command') && eval(g:airline_spell_check_command)))
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/parts.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/parts.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/parts.vim'
--------------------------------
189c189
<         \ 'syntastic-err', 'eclim', 'whitespace','windowswap',
---
>         \ 'syntastic-err', 'eclim', 'whitespace','windowswap', 'taglist',
193a194
>         \ 'vim9lsp_warning_count', 'vim9lsp_error_count',
232c233
<     let g:airline_section_x = airline#section#create_right(['coc_current_function', 'bookmark', 'scrollbar', 'tagbar', 'vista', 'gutentags', 'gen_tags', 'omnisharp', 'grepper', 'filetype'])
---
>     let g:airline_section_x = airline#section#create_right(['coc_current_function', 'bookmark', 'scrollbar', 'tagbar', 'taglist', 'vista', 'gutentags', 'gen_tags', 'omnisharp', 'grepper', 'filetype'])
245c246
<     let g:airline_section_error = airline#section#create(['ycm_error_count', 'syntastic-err', 'eclim', 'neomake_error_count', 'ale_error_count', 'lsp_error_count', 'nvimlsp_error_count', 'languageclient_error_count', 'coc_error_count'])
---
>     let g:airline_section_error = airline#section#create(['ycm_error_count', 'syntastic-err', 'eclim', 'neomake_error_count', 'ale_error_count', 'lsp_error_count', 'nvimlsp_error_count', 'languageclient_error_count', 'coc_error_count', 'vim9lsp_error_count'])
248c249
<     let g:airline_section_warning = airline#section#create(['ycm_warning_count',  'syntastic-warn', 'neomake_warning_count', 'ale_warning_count', 'lsp_warning_count', 'nvimlsp_warning_count', 'languageclient_warning_count', 'whitespace', 'coc_warning_count'])
---
>     let g:airline_section_warning = airline#section#create(['ycm_warning_count',  'syntastic-warn', 'neomake_warning_count', 'ale_warning_count', 'lsp_warning_count', 'nvimlsp_warning_count', 'languageclient_warning_count', 'whitespace', 'coc_warning_count', 'vim9lsp_warning_count'])
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/init.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/init.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/init.vim'
--------------------------------
201,205c201
<   " assume accents sections to be never empty
<   " (avoides, that on startup the mode message becomes empty)
<   if match(a:content, '%#__accent_[^#]*#.*__restore__#') > -1
<     return 0
<   endif
---
>
209,211c205,210
<   let list=matchlist(a:content, '%{\zs.\{-}\ze}', 1, start)
<   if empty(list)
<     return 0 " no function in statusline text
---
>
>   let stripped = substitute(a:content,
>         \ '\(%{.*}\|%#__accent_[^#]*#\|%#__restore__#\|%( \| %)\)', '', 'g')
>
>   if !empty(stripped)
>     return 0 " There is content in the statusline
213,214c212,216
<   while len(list) > 0
<     let expr = list[0]
---
>
>   let exprlist = []
>   call substitute(a:content, '%{\([^}]*\)}', '\=add(exprlist, submatch(1))', 'g')
>
>   for expr in exprlist
223,225c225
<     let start += 1
<     let list=matchlist(a:content, '%{\zs.\{-}\ze}', 1, start)
<   endw
---
>   endfor
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/builder.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/builder.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/builder.vim'
--------------------------------
14c14
<   if &filetype =~# "python"
---
>   if match(get(g:, 'airline#extensions#virtualenv#ft', ['python']), &filetype) > -1
28c28
<   if &filetype =~# "python"
---
>   if match(get(g:, 'airline#extensions#virtualenv#ft', ['python']), &filetype) > -1
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/virtualenv.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/virtualenv.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/virtualenv.vim'
--------------------------------
12,13c12,18
<     let query = a:visual_mode_active ? 'visual_words' : 'words'
<     return get(wordcount(), query, 0)
---
>     if &filetype ==# 'tex' && exists('b:vimtex') && get(g:, 'airline#extensions#vimtex#wordcount', 0)
>       " We're in a TeX file and vimtex is a plugin, so use vimtex's wordcount...
>       return vimtex#misc#wordcount()
>     else
>       let query = a:visual_mode_active ? 'visual_words' : 'words'
>       return get(wordcount(), query, 0)
>     endif
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/wordcount.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/wordcount.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/wordcount.vim'
--------------------------------
55,59d54
< function! s:is_branch_empty() abort
<   return exists('*airline#extensions#branch#head') &&
<         \ empty(get(b:, 'airline_head', ''))
< endfunction
<
61,64c56,57
<   if !get(g:, 'gitgutter_enabled', 0) || s:is_branch_empty()
<     return ''
<   endif
<   return GitGutterGetHunkSummary()
---
>   let hunks = GitGutterGetHunkSummary()
>   return hunks == [0, 0, 0] ? [] : hunks
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/hunks.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/hunks.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/hunks.vim'
--------------------------------
12c12
<   if exists(":UnicodeTable") == 2 && bufname('') ==# 'UnicodeTable'
---
>   if exists(':UnicodeTable') == 2 && bufname('') =~# '/UnicodeTable.txt'
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/unicode.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/unicode.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/unicode.vim'
--------------------------------
223c223,227
<         silent execute 'buffer' a:minwid
---
>         try
>           silent execute 'buffer' a:minwid
>         catch
>           call airline#util#warning("Cannot switch buffer, current buffer is modified! See :h 'hidden'")
>         endtry
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/buffers.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/buffers.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/tabline/buffers.vim'
--------------------------------
8a9
> let s:show_coc_status = get(g:, 'airline#extensions#coc#show_coc_status', 1)
24,28d24
<   if is_err
<     let g:coc_stl_format = get(g:, 'airline#extensions#coc#stl_format_err', '%E{[%e(#%fe)]}')
<   else
<     let g:coc_stl_format = get(g:, 'airline#extensions#coc#stl_format_warn', '%W{[%w(#%fw)]}')
<   endif
34,36d29
<   if !empty(_backup)
<     let g:coc_stl_format = _backup
<   endif
48c41,42
<   return airline#util#shorten(get(g:, 'coc_status', ''), 91, 9)
---
>   let status = airline#util#shorten(get(g:, 'coc_status', ''), 91, 9)
>   return (s:show_coc_status ? status : '')
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/coc.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/extensions/coc.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/extensions/coc.vim'
--------------------------------
366c366
<         :echomsg printf("airline: group: %s already done, skipping", name)
---
>         echomsg printf("airline: group: %s already done, skipping", name)
 -- auto-sync.sh --> Updating /home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/highlighter.vim
'/home/boret/.vim/bundle/vim-airline/autoload/airline/highlighter.vim' -> '/home/boret/src/scripts-config-dotfiles/.vim/bundle/vim-airline/autoload/airline/highlighter.vim'
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/vim-gitgutter/unplace.vim: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/vim-completor/.travis.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/rubocop-yml/subdir/file.haml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/rubocop-yml/.rubocop.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/haml-lint-yml/subdir/file.haml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/haml-lint-yml/.haml-lint.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/haml-lint-and-rubocop/subdir/file.haml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/haml-lint-and-rubocop/.haml-lint.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/hamllint-test-files/haml-lint-and-rubocop/.rubocop.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ada_gcc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_dockerfile_lint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/htmlhint_paths/with_config/.htmlhintrc: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/htmlhint_paths/node_modules/.bin/htmlhint: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ruby_debride_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/write-good-node-modules/node_modules/.bin/write-good: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_solc_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ruumba_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_haskell_hie_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_scala_metals.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/swift_paths/dummy.swift: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_terraform_tflint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/java_paths_with_jaxb/src/main/jaxb/com/something/dummy: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/java_paths_with_jaxb/src/main/java/com/something/dummy: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_elixir_mix_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_foodcritic_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/cquery_paths/with_cquery/.cquery: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/cquery_paths/build/compile_commands.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_fortran_fortls_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/bib_paths/dummy.bib: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_perl6_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/textlint_paths/with_textlint_bin_path/node_modules/textlint/bin/textlint.js: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/textlint_paths/with_bin_path/node_modules/.bin/textlint: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_yang_lsp_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_pony_ponyc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_flake8_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_haskell_stack_build_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_phpmd_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_pycodestyle_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/scala_paths/dummy.scala: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_golangserver_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_write_good_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_phpstan_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/puppet_paths/dummy.pp: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_tslint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/java_paths_no_main/src/test/java/com/something/dummy: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_elixir_credo.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ink_ls_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_luacheck_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_idris_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_gosimple_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_rails_best_practices_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_brakeman_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php-langserver-project/with-git/vendor/bin/php-language-server.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php-langserver-project/vendor/bin/php-language-server.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php-langserver-project/with-composer/vendor/bin/php-language-server.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php-langserver-project/with-composer/composer.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_rst_textlint_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_gfortran_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_llc_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/cargo_workspace_paths/subpath/Cargo.toml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/cargo_workspace_paths/Cargo.toml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_textlint_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_staticcheck_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_reek_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_sass_sasslint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_c_clangd_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_less_stylelint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/alex-node-modules-2/node_modules/alex/cli.js: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/stack_ghc_paths/stack.yaml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_scalac_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ispc_ispc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/fecs_paths/fecs: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/fecs_paths/fecs.exe: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/swaglint_paths/node_modules/.bin/swaglint: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/swaglint_paths/docs/swagger.yaml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/psalm-project/vendor/bin/psalm: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_julia_languageserver_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_puglint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php_paths/project-without-phpcbf/foo/test.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php_paths/project-with-php-cs-fixer/test.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php_paths/project-with-php-cs-fixer/vendor/bin/php-cs-fixer: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php_paths/project-with-phpcbf/foo/test.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php_paths/project-with-phpcbf/vendor/bin/phpcbf: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/php_paths/project-without-php-cs-fixer/test.php: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cargo_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_golangci_lint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tex_paths/sample1.tex: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tex_paths/sample2.tex: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_haskell_cabal_ghc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_vcom_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/fortran-fortls-project/.fortls: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_standard_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/ols_paths/node_modules/.bin/ocaml-language-server: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/ols_paths/.merlin: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_swift_sourcekitlsp_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cpp_flawfinder_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_texlab_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/alex-node-modules/node_modules/.bin/alex: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_xmllint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_bingo_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tsserver_paths/tsconfig.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tsserver_paths/src/file1.ts: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tsserver_paths/src/level-1/level-2/file3.ts: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tsserver_paths/src/level-1/tsconfig.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tsserver_paths/src/level-1/file2.ts: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_golint_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ruby_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_vlog_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_glslang_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_mercury_mmc_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_rustc_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cookstyle_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_c_clang_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_javalsp_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_psalm_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_scala_sbtserver.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_php_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cypher_cypher_lint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_erubis_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_gobuild_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_remark_lint_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_glslls_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/ruby_paths/with_config/.standard.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/ruby_paths/with_config/.rubocop.yml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/ruby_paths/dummy.rb: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_scss_stylelint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_c_cppcheck_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_pyflakes_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_gopls_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_xvhdl_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_scalastyle_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/rust-rls-project/Cargo.toml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_c_cquery_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_elixir_ls_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_pyre_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_objc_ccls_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/go_paths/go1/prj1/file.go: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/go_paths/go2/prj2/file.go: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_haskell_hlint_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_c_flawfinder_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ocaml_ols_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/puglint_project/puglint_rc_js_dir/.pug-lintrc.js: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/puglint_project/puglint_rc_dir/.pug-lintrc: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/puglint_project/node_modules/.bin/pug-lint: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/puglint_project/puglint_rc_json_dir/.pug-lintrc.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/puglint_project/package.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_xo_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_lessc_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_mypy_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cuda_nvcc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_terraform_terraform_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_haskell_ghc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cpp_ccls_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_proto_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_erlang_dialyzer_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tidy_paths/tidy.exe: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tidy_paths/test.html: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tidy_paths/tidy: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/tidy_paths/.tidyrc: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/umbrella_project/mix.exs: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/umbrella_project/apps/app1/mix.exs: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/umbrella_project/apps/app1/lib/app.ex: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/umbrella_project/apps/app2/mix.exs: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/umbrella_project/apps/app2/lib/app.ex: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/mix_project/mix.exs: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/elixir_paths/mix_project/lib/app.ex: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_haml_hamllint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_vint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_fsc_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_gometalinter_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_sugarss_stylelint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_htmlhint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_alex_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_lintr_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_gitlint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_cpp_cquery_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_reason_ols_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_asm_gcc_command_callbacks.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_vulture_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/remark_lint_paths/with_bin_path/node_modules/.bin/remark: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_elm_make_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/clangd_paths/with_build_dir/unusual_build_dir_name/compile_commands.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/clangd_paths/with_compile_commands/compile_commands.json: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_jshint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/cargo_paths/Cargo.toml: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_kotlin_languageserver_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/test_ansible_lint_command_callback.vader: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/python_paths/namespace_package_manifest/MANIFEST.in: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/python_paths/namespace_package_manifest/namespace/foo/__init__.py: No existe el fichero o el directorio
--------------------------------
/usr/bin/diff: /home/boret/.vim/bundle/ale/test/command_callback/p…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create, rename, duplicate files
1 participant